Package ch.bailu.gtk.gio
Class DBusAnnotationInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.DBusAnnotationInfo
- All Implemented Interfaces:
PointerInterface
Information about an annotation.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
The name of the annotation, e.g.int
The reference count or -1 if statically allocated.The value of the annotation.static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
ref()
If @info is statically allocated does nothing.void
setFieldKey
(Str key) The name of the annotation, e.g.void
setFieldRefCount
(int ref_count) The reference count or -1 if statically allocated.void
setFieldValue
(Str value) The value of the annotation.void
unref()
If @info is statically allocated, does nothing.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
-
REF_COUNT
The reference count or -1 if statically allocated.- See Also:
-
KEY
The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated".- See Also:
-
VALUE
The value of the annotation.- See Also:
-
-
Constructor Details
-
DBusAnnotationInfo
-
-
Method Details
-
getClassHandler
-
setFieldRefCount
public void setFieldRefCount(int ref_count) The reference count or -1 if statically allocated. -
getFieldRefCount
public int getFieldRefCount()The reference count or -1 if statically allocated. -
setFieldKey
The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated". -
getFieldKey
The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated". -
setFieldValue
The value of the annotation. -
getFieldValue
The value of the annotation. -
ref
If @info is statically allocated does nothing. Otherwise increases
the reference count.- Returns:
- The same @info.
-
unref
public void unref()If @info is statically allocated, does nothing. Otherwise decreases
the reference count of @info. When its reference count drops to 0,
the memory used is freed. -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-