mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 13:40:09 +01:00
19 lines
520 B
Python
19 lines
520 B
Python
|
|
import dbus_bindings
|
||
|
|
|
||
|
|
ObjectPath = dbus_bindings.ObjectPath
|
||
|
|
ByteArray = dbus_bindings.ByteArray
|
||
|
|
Signature = dbus_bindings.Signature
|
||
|
|
Byte = dbus_bindings.Byte
|
||
|
|
Boolean = dbus_bindings.Boolean
|
||
|
|
Int16 = dbus_bindings.Int16
|
||
|
|
UInt16 = dbus_bindings.UInt16
|
||
|
|
Int32 = dbus_bindings.Int32
|
||
|
|
UInt32 = dbus_bindings.UInt32
|
||
|
|
Int64 = dbus_bindings.Int64
|
||
|
|
UInt64 = dbus_bindings.UInt64
|
||
|
|
Double = dbus_bindings.Double
|
||
|
|
String = dbus_bindings.String
|
||
|
|
Array = dbus_bindings.Array
|
||
|
|
Struct = dbus_bindings.Struct
|
||
|
|
Dictionary = dbus_bindings.Dictionary
|