Method
GLibOnceimpl
Declaration [src]
gpointer
g_once_impl (
GOnce* once,
GThreadFunc func,
gpointer arg
)
Parameters
func
-
Type:
GThreadFunc
No description available.
arg
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method.