Function
GLibMainContextnew_with_flags
since: 2.72
Declaration [src]
GMainContext*
g_main_context_new_with_flags (
GMainContextFlags flags
)
Parameters
flags
-
Type:
GMainContextFlags
A bitwise-OR combination of
GMainContextFlags
flags that can only be set at creation time.
Return value
Type: GMainContext
The new GMainContext
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |