Add new functions
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 3 Jan 2006 14:52:34 +0000 (14:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 3 Jan 2006 14:52:34 +0000 (14:52 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gmain.h

index 51569b6..5bbda20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 51569b6..5bbda20 100644 (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.
 
index 51569b6..5bbda20 100644 (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.
 
index 2bbf607..b064e64 100644 (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);