Method
GObjectParamSpecref_sink
since: 2.10
Declaration [src]
GParamSpec*
g_param_spec_ref_sink (
GParamSpec* pspec
)
Description [src]
Convenience function to ref and sink a GParamSpec
.
Available since: 2.10
This method is not directly available to language bindings.
Return value
Type: GParamSpec
The GParamSpec
that was passed into this function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |