| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GDBusSignalFlags |
| Enum : | DBusSignalFlags |
| Properties | |
|---|---|
|
guint32 Gio.DBusSignalFlags.NONE : 0
|
|
|
guint32 Gio.DBusSignalFlags.NO_MATCH_RULE : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gio.DBusConnection
Method |
signal_subscribe
(String sender, String interface_name, String member, String object_path, String arg0, DBusSignalFlags flags, Function callback, void* user_data, Function user_data_free_func)
:
guint32
Subscribes to signals on connection and invokes callback with a
whenever the signal is received. |