RawConnection
Object Hierarchy:
Description:
[ CCode ( cname = "DBusConnection" , cprefix = "dbus_connection_" , ref_function = "dbus_connection_ref" , unref_function = "dbus_connection_unref" ) ]
public class RawConnection
Content:
Methods:
- public bool add_filter (RawHandleMessageFunction function, RawFreeFunction? free_data_function = null)
- public void add_match (string rule, ref RawError error)
- public unowned Connection get_g_connection ()
- public unowned string get_unique_name ()
- public void register_object (string at_path, Object object)
- public int release_name (string name, ref RawError error)
- public void remove_filter (RawHandleMessageFunction function)
- public void remove_match (string rule, ref RawError error)
- public int request_name (string name, uint flags, ref RawError error)
- public bool send (RawMessage message, uint32? client_serial)
- public RawMessage send_with_reply_and_block (RawMessage message, int timeout_milliseconds, ref RawError error)
- public void setup_with_main (MainContext? context = null)