mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Small fixes
This commit is contained in:
parent
d2555b65ee
commit
796aa7e06e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user