summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-01-03 14:52:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-03 14:52:34 +0000
commitbe5d72cba0804d94d32b71f7c9ff082c33cbaa65 (patch)
tree8defe5a72ccbc6a746bcc0062a3fb1ee161c1d63
parent796aa7e06ec2359cec2e50f84749fc6ec6a31f99 (diff)
downloadglib-be5d72cba0804d94d32b71f7c9ff082c33cbaa65.tar.gz
Add new functions
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-2-102
-rw-r--r--ChangeLog.pre-2-122
-rw-r--r--glib/gmain.h1
4 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51569b635..5bbda20ff 100644
--- 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.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 51569b635..5bbda20ff 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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.
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 51569b635..5bbda20ff 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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.
diff --git a/glib/gmain.h b/glib/gmain.h
index 2bbf60768..b064e64b1 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);