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:
Owen Taylor
2004-03-01 02:41:09 +00:00
committed by Owen Taylor
parent 7b3042f8a7
commit 0875017ad1
9 changed files with 178 additions and 1 deletions

View File

@@ -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,