D-Bus utilities

D-Bus utilities — some D-Bus utility functions

Synopsis


#include <telepathy-glib/dbus.h>


void        tp_dbus_g_method_return_not_implemented
                                            (DBusGMethodInvocation *context);
DBusGConnection* tp_get_bus                 (void);
DBusGProxy* tp_get_bus_proxy                (void);

Description

D-Bus utility functions used in telepathy-glib.

Details

tp_dbus_g_method_return_not_implemented ()

void        tp_dbus_g_method_return_not_implemented
                                            (DBusGMethodInvocation *context);

Return the Telepathy error NotImplemented from the method invocation given by context.

context : The D-Bus method invocation context

tp_get_bus ()

DBusGConnection* tp_get_bus                 (void);

Returns : a connection to the starter or session D-Bus daemon.

tp_get_bus_proxy ()

DBusGProxy* tp_get_bus_proxy                (void);

Returns : a proxy for the bus daemon object on the starter or session bus.