mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
gmain: Indicate atomic fields with a comment
This commit is contained in:
parent
969b0e00b3
commit
dd36cf3a8b
@ -327,7 +327,7 @@ struct _GChildWatchSource
|
||||
#ifdef G_OS_WIN32
|
||||
GPollFD poll;
|
||||
#else /* G_OS_WIN32 */
|
||||
gboolean child_exited;
|
||||
gboolean child_exited; /* (atomic) */
|
||||
#endif /* G_OS_WIN32 */
|
||||
};
|
||||
|
||||
@ -335,7 +335,7 @@ struct _GUnixSignalWatchSource
|
||||
{
|
||||
GSource source;
|
||||
int signum;
|
||||
gboolean pending;
|
||||
gboolean pending; /* (atomic) */
|
||||
};
|
||||
|
||||
struct _GPollRec
|
||||
|
Loading…
Reference in New Issue
Block a user