Package ch.bailu.gtk.gio
Class IconIface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.IconIface
- All Implemented Interfaces:
PointerInterface
GIconIface is used to implement GIcon types for various
different systems. See #GThemedIcon and #GLoadableIcon for
examples of how to implement this interface.
different systems. See #GThemedIcon and #GLoadableIcon for
examples of how to implement this interface.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
ch.bailu.gtk.gio.JnaIconIface.OnEqual
ch.bailu.gtk.gio.JnaIconIface.OnHash
ch.bailu.gtk.gio.JnaIconIface.OnToTokens
static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldEqual
(IconIface.OnEqual equal) void
setFieldHash
(IconIface.OnHash hash) void
setFieldToTokens
(IconIface.OnToTokens to_tokens) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
G_IFACE
The parent interface.
Private field: direct-type- See Also:
-
HASH
- See Also:
-
EQUAL
- See Also:
-
TO_TOKENS
- See Also:
-
-
Constructor Details
-
IconIface
-
-
Method Details
-
getClassHandler
-
setFieldHash
-
getFieldHash
public ch.bailu.gtk.gio.JnaIconIface.OnHash getFieldHash() -
setFieldEqual
-
getFieldEqual
public ch.bailu.gtk.gio.JnaIconIface.OnEqual getFieldEqual() -
setFieldToTokens
-
getFieldToTokens
public ch.bailu.gtk.gio.JnaIconIface.OnToTokens getFieldToTokens() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-