Home
last modified time | relevance | path

Searched refs:HandlerList (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gobject/
Dgsignal.c140 typedef struct _HandlerList HandlerList; typedef
155 static inline HandlerList* handler_list_ensure (guint signal_id,
157 static inline HandlerList* handler_list_lookup (guint signal_id,
313 sizeof (HandlerList),
470 const HandlerList *hlist1 = node1, *hlist2 = node2; in handler_lists_cmp()
475 static inline HandlerList*
480 HandlerList key; in handler_list_ensure()
503 static inline HandlerList*
508 HandlerList key; in handler_list_lookup()
555 HandlerList *hlist = g_bsearch_array_get_nth (hlbsa, &g_signal_hlbsa_bconfig, i); in handler_lookup()
[all …]