mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
added g_hook_list_marshal_check() to eventually destroy hooks after they
Mon Nov 30 07:12:10 1998 Tim Janik <timj@gtk.org> * glib.h: * ghook.c: added g_hook_list_marshal_check() to eventually destroy hooks after they got marshalled.
This commit is contained in:
6
glib.h
6
glib.h
@@ -765,6 +765,8 @@ typedef gboolean (*GHookFindFunc) (GHook *hook,
|
||||
gpointer data);
|
||||
typedef void (*GHookMarshaller) (GHook *hook,
|
||||
gpointer data);
|
||||
typedef gboolean (*GHookCheckMarshaller) (GHook *hook,
|
||||
gpointer data);
|
||||
typedef void (*GHookFunc) (gpointer data);
|
||||
typedef gboolean (*GHookCheckFunc) (gpointer data);
|
||||
typedef void (*GHookFreeFunc) (GHookList *hook_list,
|
||||
@@ -1215,6 +1217,10 @@ void g_hook_list_marshal (GHookList *hook_list,
|
||||
gboolean may_recurse,
|
||||
GHookMarshaller marshaller,
|
||||
gpointer data);
|
||||
void g_hook_list_marshal_check (GHookList *hook_list,
|
||||
gboolean may_recurse,
|
||||
GHookCheckMarshaller marshaller,
|
||||
gpointer data);
|
||||
|
||||
|
||||
/* Fatal error handlers.
|
||||
|
Reference in New Issue
Block a user