Method
GLib Onceimpl
Declaration [src]
gpointer
g_once_impl(
GOnce*once,
GThreadFuncfunc,
gpointerarg
)
Description
No description available.
This method is not directly available to language bindings.
Parameters
func-
Type:
GThreadFuncNo description available.
arg-
Type:
gpointerNo description available.
The argument can beNULL.The data is owned by the caller of the method.
Return value
Type: gpointer
No description available.
The returned data is owned by the instance.
The return value can be
NULL.