lib: event-hook/dispatcher: constness and staticness fixes
This commit is contained in:

committed by
Julian Bouzas

parent
1da43c6031
commit
497f30453d
@@ -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);
|
||||
|
Reference in New Issue
Block a user