mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Add new functions
This commit is contained in:
parent
796aa7e06e
commit
be5d72cba0
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user