Method
GObjectWeakRefset
since: 2.32
Declaration [src]
void
g_weak_ref_set (
  GWeakRef* weak_ref,
  GObject* object
)
Description [src]
Change the object to which weak_ref points, or set it to
NULL.
You must own a strong reference on object while calling this function.
Available since: 2.32
This method is not directly available to language bindings.
Parameters
- object
- 
            Type: GObjectA GObjectorNULL.The argument can be NULL.The data is owned by the caller of the method.