interactive/threads: Use G_PRIVATE_INIT
Though strictly not necessary, we should be using the proper init macro for GPrivate.
This commit is contained in:
parent
193b345786
commit
29a16980fe
@ -52,7 +52,7 @@ test_thread_done_idle (gpointer user_data)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static GPrivate test_thread_data;
|
static GPrivate test_thread_data = G_PRIVATE_INIT (test_thread_data_free);
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user