Gtk.Object: Method Members

The methods of Gtk.Object are listed below. For a list of all members, see the Object Members list.

See Also: Inherited members from GLib.InitiallyUnowned

Public Methods

static
AddArgType(string, GLib.GType, uint, uint)
Deprecated. Do not use in new code.
Destroy()
Request all holders to the object to release the reference.
GetData(string) : IntPtr
Deprecated. Do not use.
GetDataById(int) : IntPtr
Deprecated. Do not use.
Ref() : Object
Deprecated. Do not use.
RemoveData(string)
Deprecated. Do not use.
RemoveDataById(int)
Deprecated. Do not use.
RemoveNoNotify(string)
Deprecated. Do not use.
RemoveNoNotifyById(int)
Deprecated. Do not use.
SetData(string, IntPtr)
Deprecated. Do not use.
SetDataById(int, IntPtr)
Deprecated. Do not use.
SetDataByIdFull(int, IntPtr, DestroyNotify)
Deprecated. Do not use.
SetDataFull(string, IntPtr, DestroyNotify)
Deprecated. Do not use.
Sink()
Removes the floating reference from a Gtk.Object, if it exists; otherwise does nothing.
Unref()
Deprecated. Do not use.
Weakref(DestroyNotify)
Deprecated. Do not use.
Weakunref(DestroyNotify)
Deprecated. Do not use.

Protected Methods

OnDestroyed()
Invoked to request that references to the object be released.