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
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerch.bailu.gtk.gio.JnaIconIface.OnEqualch.bailu.gtk.gio.JnaIconIface.OnHashch.bailu.gtk.gio.JnaIconIface.OnToTokensstatic intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldEqual(IconIface.OnEqual equal) voidsetFieldHash(IconIface.OnHash hash) voidsetFieldToTokens(IconIface.OnToTokens to_tokens) Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-