Small fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 3 Jan 2006 12:01:05 +0000 (12:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 3 Jan 2006 12:01:05 +0000 (12:01 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gmain.c

index a1e9ba2ce748a9817be3cf122c75ef4d8ff8ce0a..51569b635c08831e6dfa3c414da9047c10ca78f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib.symbols: Add new functions.
+
 2005-12-20  Michael Meeks  <michael.meeks@novell.com>
 
        * glib/gmain.c (g_main_context_is_owner): new method
index a1e9ba2ce748a9817be3cf122c75ef4d8ff8ce0a..51569b635c08831e6dfa3c414da9047c10ca78f6 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib.symbols: Add new functions.
+
 2005-12-20  Michael Meeks  <michael.meeks@novell.com>
 
        * glib/gmain.c (g_main_context_is_owner): new method
index a1e9ba2ce748a9817be3cf122c75ef4d8ff8ce0a..51569b635c08831e6dfa3c414da9047c10ca78f6 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib.symbols: Add new functions.
+
 2005-12-20  Michael Meeks  <michael.meeks@novell.com>
 
        * glib/gmain.c (g_main_context_is_owner): new method
index 2ff6c289732cf0447404c5b2d019ac6d7cbb9a99..418a92b4ea53fa28550f50ced116e085506b2f9f 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib-sections.txt: Add new API 
+
 2006-01-02  Stepan Kasal  <kasal@ucw.cz>
 
        * glib/glib-docs.sgml (glib-Windows-Compatability-Functions): Rename
index c31cc28dd517b795b72ae162deb9a389328e4453..dbffc683b810d0603e1546cb1a6322461dabfb20 100644 (file)
@@ -420,6 +420,7 @@ g_main_context_find_source_by_funcs_user_data
 g_main_context_wakeup
 g_main_context_acquire
 g_main_context_release
+g_main_context_is_owner
 g_main_context_wait
 g_main_context_prepare
 g_main_context_query
index d0858a906094a728a7c331f193f0eb1254130b67..eaa18035464866ac1433df1806f7fa5b479bb7cc 100644 (file)
@@ -508,6 +508,7 @@ g_main_context_find_source_by_funcs_user_data
 g_main_context_find_source_by_id
 g_main_context_find_source_by_user_data
 g_main_context_get_poll_func
+g_main_context_is_owner
 g_main_context_iteration
 g_main_context_new
 g_main_context_pending
index 14e158aa1581d6cbd89e8d24cbed0e74d0e9063d..0772f172d049f80f11027df96cfcfbb99b8c87ab 100644 (file)
@@ -3165,7 +3165,9 @@ g_main_context_wakeup (GMainContext *context)
  * know before waiting on another thread that may be
  * blocking to get ownership of @context.
  *
- * Returns: TRUE if current thread is owner of @context.
+ * Returns: %TRUE if current thread is owner of @context.
+ *
+ * Since: 2.10
  **/
 gboolean
 g_main_context_is_owner (GMainContext *context)