From: Matthias Clasen Date: Tue, 3 Jan 2006 14:52:34 +0000 (+0000) Subject: Add new functions X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=be5d72cba0804d94d32b71f7c9ff082c33cbaa65;p=dana%2Fcg-glib.git Add new functions --- diff --git a/ChangeLog b/ChangeLog index 51569b63..5bbda20f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2006-01-03 Matthias Clasen + + * glib/gmain.h: Add new functions here, too. * glib/glib.symbols: Add new functions. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 51569b63..5bbda20f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,4 +1,6 @@ 2006-01-03 Matthias Clasen + + * glib/gmain.h: Add new functions here, too. * glib/glib.symbols: Add new functions. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 51569b63..5bbda20f 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,4 +1,6 @@ 2006-01-03 Matthias Clasen + + * glib/gmain.h: Add new functions here, too. * glib/glib.symbols: Add new functions. diff --git a/glib/gmain.h b/glib/gmain.h index 2bbf6076..b064e64b 100644 --- a/glib/gmain.h +++ b/glib/gmain.h @@ -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);