mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 20:29:21 +02:00
Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)
Sun Feb 29 21:34:34 2004 Owen Taylor <otaylor@redhat.com> * glib/gmain.[ch]: Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)
This commit is contained in:
@@ -188,6 +188,8 @@ void g_main_context_add_poll (GMainContext *context,
|
||||
void g_main_context_remove_poll (GMainContext *context,
|
||||
GPollFD *fd);
|
||||
|
||||
int g_main_depth (void);
|
||||
|
||||
/* GMainLoop: */
|
||||
|
||||
GMainLoop *g_main_loop_new (GMainContext *context,
|
||||
|
Reference in New Issue
Block a user