Add new functions

This commit is contained in:
Matthias Clasen 2006-01-03 14:52:34 +00:00
parent 796aa7e06e
commit be5d72cba0
4 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,6 @@
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.h: Add new functions here, too.
* glib/glib.symbols: Add new functions.

View File

@ -1,4 +1,6 @@
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.h: Add new functions here, too.
* glib/glib.symbols: Add new functions.

View File

@ -1,4 +1,6 @@
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.h: Add new functions here, too.
* glib/glib.symbols: Add new functions.

View File

@ -159,6 +159,7 @@ GSource *g_main_context_find_source_by_funcs_user_data (GMainContext *conte
void g_main_context_wakeup (GMainContext *context);
gboolean g_main_context_acquire (GMainContext *context);
void g_main_context_release (GMainContext *context);
gboolean g_main_context_is_owner (GMainContext *context);
gboolean g_main_context_wait (GMainContext *context,
GCond *cond,
GMutex *mutex);