mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Merge branch 'once-init-annotations' into 'main'
gthread: Fix optional/nullable annotations for g_once_init_*() See merge request GNOME/glib!3581
This commit is contained in:
commit
4863561a46
@ -664,7 +664,7 @@ g_once_impl (GOnce *once,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_once_init_enter:
|
* g_once_init_enter:
|
||||||
* @location: (not nullable): location of a static initializable variable
|
* @location: (inout) (not optional): location of a static initializable variable
|
||||||
* containing 0
|
* containing 0
|
||||||
*
|
*
|
||||||
* Function to be called when starting a critical initialization
|
* Function to be called when starting a critical initialization
|
||||||
@ -770,7 +770,7 @@ gboolean
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_once_init_leave:
|
* g_once_init_leave:
|
||||||
* @location: (not nullable): location of a static initializable variable
|
* @location: (inout) (not optional): location of a static initializable variable
|
||||||
* containing 0
|
* containing 0
|
||||||
* @result: new non-0 value for *@value_location
|
* @result: new non-0 value for *@value_location
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user