mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
Add new functions
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmain.h: Add new functions here, too.
|
||||||
|
|
||||||
* glib/glib.symbols: Add new functions.
|
* glib/glib.symbols: Add new functions.
|
||||||
|
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmain.h: Add new functions here, too.
|
||||||
|
|
||||||
* glib/glib.symbols: Add new functions.
|
* glib/glib.symbols: Add new functions.
|
||||||
|
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmain.h: Add new functions here, too.
|
||||||
|
|
||||||
* glib/glib.symbols: Add new functions.
|
* 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);
|
void g_main_context_wakeup (GMainContext *context);
|
||||||
gboolean g_main_context_acquire (GMainContext *context);
|
gboolean g_main_context_acquire (GMainContext *context);
|
||||||
void g_main_context_release (GMainContext *context);
|
void g_main_context_release (GMainContext *context);
|
||||||
|
gboolean g_main_context_is_owner (GMainContext *context);
|
||||||
gboolean g_main_context_wait (GMainContext *context,
|
gboolean g_main_context_wait (GMainContext *context,
|
||||||
GCond *cond,
|
GCond *cond,
|
||||||
GMutex *mutex);
|
GMutex *mutex);
|
||||||
|
Reference in New Issue
Block a user