gobject.WeakRef

Undocumented in source.

Public Imports

gobject.c.types
public import gobject.c.types;
gtkc.gobjecttypes
public import gtkc.gobjecttypes;

Members

Classes

WeakRef
class WeakRef

A structure containing a weak reference to a GObject It can either be empty (i.e. point to NULL), or point to an object for as long as at least one "strong" reference to that object exists. Before the object's gobject.ObjectClass.dispose method is called, every gobject.WeakRef associated with becomes empty (i.e. points to NULL).