GLib.Object Members

The members of GLib.Object are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Protected constructor.
Creates a new GLib.Object instance, using the GLib-provided type.
Constructs the object from a C-based pointer to the GLib object.

Public Properties

[read-only]
DataHashtable. Stores and Accesses arbitrary data on the Object.
[read-only]
static
GTypeGType. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. The raw GObject reference associated with this object.

Protected Properties

[read-only]
AfterHandlersSystem.ComponentModel.EventHandlerList. Documentation for this section has not yet been entered.
[read-only]
AfterSignalsHashtable. Documentation for this section has not yet been entered.
[read-only]
BeforeHandlersSystem.ComponentModel.EventHandlerList. Documentation for this section has not yet been entered.
[read-only]
BeforeSignalsHashtable. Documentation for this section has not yet been entered.
[read-only]
PersistentDataHashtable. Data hash to persistently store managed objects.
RawIntPtr. The raw GObject reference associated with this wrapper.
[read-only]
RefCountint. Documentation for this section has not yet been entered.
[read-only]
TypeNamestring. Documentation for this section has not yet been entered.

Public Methods

AddNotification(NotifyHandler)
Request property-change notifications for all GObject properties
AddNotification(string, NotifyHandler)
Request property-change notifications
Dispose()
Disposes of the raw object.
static
GetObject(IntPtr) : Object
Documentation for this section has not yet been entered.
static
GetObject(IntPtr, bool) : Object
Used to obtain a CLI typed object associated with a given raw object pointer.
RemoveNotification(NotifyHandler)
Cancels property-change notifications
RemoveNotification(string, NotifyHandler)
Cancels property-change notifictions for the indicated property

Protected Methods

CreateNativeObject(string[], Value[])
Creates the GObject underlying a managed GLib.Object subclass
static
g_signal_chain_from_overridden(IntPtr, ref Value)
Documentation for this section has not yet been entered.
GetProperty(string) : Value
Documentation for this section has not yet been entered.
LookupGType() : GType
Documentation for this section has not yet been entered.
Notify(string)
Emits a GObject "notify" signal for the property specified by property_name.
static
OverrideVirtualMethod(GType, string, Delegate)
Documentation for this section has not yet been entered.
static
RegisterGType(Type) : GType
Documentation for this section has not yet been entered.
SetProperty(string, Value)
Documentation for this section has not yet been entered.