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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerThe D-Bus error name to associate with @error_code.intAn error code.voidsetFieldDbusErrorName(Str dbus_error_name) The D-Bus error name to associate with @error_code.voidsetFieldErrorCode(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, 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
-
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.
-