Method
GLibOnceimpl
since: 2.4
Declaration [src]
gpointer
g_once_impl (
GOnce* once,
GThreadFunc func,
gpointer arg
)
Description
No description available.
Available since: 2.4
This method is not directly available to language bindings.
Parameters
func-
Type:
GThreadFuncNo description available.
arg-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.