Package ch.bailu.gtk.gio
Klasse DBusPropertyInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.DBusPropertyInfo
- Alle implementierten Schnittstellen:
PointerInterface
Information about a D-Bus property on a D-Bus interface.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Access control flags for the property.static final String
The name of the D-Bus property, e.g.static final String
The reference count or -1 if statically allocated.static final String
The D-Bus signature of the property (a single complete type). -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
Access control flags for the property.The name of the D-Bus property, e.g.int
The reference count or -1 if statically allocated.The D-Bus signature of the property (a single complete type).static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
ref()
If @info is statically allocated does nothing.void
setFieldFlags
(int flags) Access control flags for the property.void
setFieldName
(Str name) The name of the D-Bus property, e.g.void
setFieldRefCount
(int ref_count) The reference count or -1 if statically allocated.void
setFieldSignature
(Str signature) The D-Bus signature of the property (a single complete type).void
unref()
If @info is statically allocated, does nothing.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
REF_COUNT
The reference count or -1 if statically allocated.- Siehe auch:
-
NAME
The name of the D-Bus property, e.g. "SupportedFilesystems".- Siehe auch:
-
SIGNATURE
The D-Bus signature of the property (a single complete type).- Siehe auch:
-
FLAGS
Access control flags for the property.- Siehe auch:
-
-
Konstruktordetails
-
DBusPropertyInfo
-
-
Methodendetails
-
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. -
setFieldName
The name of the D-Bus property, e.g. "SupportedFilesystems". -
getFieldName
The name of the D-Bus property, e.g. "SupportedFilesystems". -
setFieldSignature
The D-Bus signature of the property (a single complete type). -
getFieldSignature
The D-Bus signature of the property (a single complete type). -
setFieldFlags
public void setFieldFlags(int flags) Access control flags for the property. -
getFieldFlags
public int getFieldFlags()Access control flags for the property. -
ref
If @info is statically allocated does nothing. Otherwise increases
the reference count.- Gibt zurück:
- 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()
-