lib: event-hook/dispatcher: constness and staticness fixes

This commit is contained in:
George Kiagiadakis
2022-10-18 12:54:04 +03:00
committed by Julian Bouzas
parent 1da43c6031
commit 497f30453d
3 changed files with 6 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ wp_event_hook_get_priority (WpEventHook * self)
* \param self the event hook
* \return the event hook name
*/
gchar *
const gchar *
wp_event_hook_get_name (WpEventHook * self)
{
g_return_val_if_fail (WP_IS_EVENT_HOOK (self), 0);