GLib.DBus
Description:
Content:
Functions:
- public string address_escape_value (string string)
- public async IOStream address_get_stream (string address, Cancellable? cancellable = null, out string? out_guid) throws Error
- public IOStream address_get_stream_sync (string address, out string? out_guid, Cancellable? cancellable = null) throws Error
- public unowned string? annotation_info_lookup (DBusAnnotationInfo[]? annotations, string name)
- public string error_encode_gerror (Error error)
- public string? error_get_remote_error (Error error)
- public bool error_is_remote_error (Error error)
- public Error error_new_for_dbus_error (string dbus_error_name, string dbus_error_message)
- public Quark error_quark ()
- public bool error_register_error (Quark error_domain, int error_code, string dbus_error_name)
- public void error_register_error_domain (string error_domain_quark_name, size_t quark_volatile, DBusErrorEntry[] entries)
- public bool error_strip_remote_error (Error error)
- public bool error_unregister_error (Quark error_domain, int error_code, string dbus_error_name)
- public string escape_object_path (string s)
- public string escape_object_path_bytestring (uint8[] bytes)
- public string generate_guid ()
- public Variant gvalue_to_gvariant (Value gvalue, VariantType type)
- public Value gvariant_to_gvalue (Variant value)
- public bool is_address (string string)
- public bool is_error_name (string string)
- public bool is_guid (string string)
- public bool is_interface_name (string string)
- public bool is_member_name (string string)
- public bool is_name (string string)
- public bool is_supported_address (string string) throws Error
- public bool is_unique_name (string string)
- public unowned uint8[]? unescape_object_path (string s)