mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
More header cosmetics
This commit is contained in:
parent
c291259c65
commit
7d859fb67f
@ -126,6 +126,9 @@ void g_thread_exit (gpointer retval);
|
|||||||
gpointer g_thread_join (GThread *thread);
|
gpointer g_thread_join (GThread *thread);
|
||||||
void g_thread_yield (void);
|
void g_thread_yield (void);
|
||||||
|
|
||||||
|
void g_thread_foreach (GFunc thread_func,
|
||||||
|
gpointer user_data);
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
typedef GMutex * GStaticMutex;
|
typedef GMutex * GStaticMutex;
|
||||||
#define G_STATIC_MUTEX_INIT NULL
|
#define G_STATIC_MUTEX_INIT NULL
|
||||||
@ -204,9 +207,6 @@ gboolean g_static_rw_lock_writer_trylock (GStaticRWLock* lock);
|
|||||||
void g_static_rw_lock_writer_unlock (GStaticRWLock* lock);
|
void g_static_rw_lock_writer_unlock (GStaticRWLock* lock);
|
||||||
void g_static_rw_lock_free (GStaticRWLock* lock);
|
void g_static_rw_lock_free (GStaticRWLock* lock);
|
||||||
|
|
||||||
void g_thread_foreach (GFunc thread_func,
|
|
||||||
gpointer user_data);
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
G_ONCE_STATUS_NOTCALLED,
|
G_ONCE_STATUS_NOTCALLED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user