Package ch.bailu.gtk.gio
Class DBusErrorEntry
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.DBusErrorEntry
- All Implemented Interfaces:
PointerInterface
Struct used in g_dbus_error_register_error_domain().
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
The D-Bus error name to associate with @error_code.int
An error code.void
setFieldDbusErrorName
(Str dbus_error_name) The D-Bus error name to associate with @error_code.void
setFieldErrorCode
(int error_code) An error code.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
-
ERROR_CODE
An error code.- See Also:
-
DBUS_ERROR_NAME
The D-Bus error name to associate with @error_code.- See Also:
-
-
Constructor Details
-
DBusErrorEntry
-
DBusErrorEntry
public DBusErrorEntry()
-
-
Method Details
-
getClassHandler
-
setFieldErrorCode
public void setFieldErrorCode(int error_code) An error code. -
getFieldErrorCode
public int getFieldErrorCode()An error code. -
setFieldDbusErrorName
The D-Bus error name to associate with @error_code. -
getFieldDbusErrorName
The D-Bus error name to associate with @error_code.
-