| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
TpaIConnectionManager;
TpaConnectionManagerParam;
void tpa_connection_manager_init (TpaIConnectionManager *iface,
gpointer data);
void tpa_connection_manager_finalize (GObject *obj);
void tpa_connection_manager_signal_new_connection
(GObject *obj,
const gchar *bus_name,
const gchar *obj_path,
const gchar *protocol);
typedef struct {
gchar *name;
guint flag;
gchar *type;
gpointer value;
} TpaConnectionManagerParam;
void tpa_connection_manager_init (TpaIConnectionManager *iface, gpointer data);
iface : |
|
data : |
void tpa_connection_manager_signal_new_connection
(GObject *obj,
const gchar *bus_name,
const gchar *obj_path,
const gchar *protocol);
Implements DBus signal NewConnnection on interface org.freedesktop.Telepathy.Manager
obj : |
|
bus_name : |
|
obj_path : |
|
protocol : |
void user_function (TpaIConnectionManager *tpaiconnectionmanager, gchar *arg1, DBusGObjectPath *arg2, gchar *arg3, gpointer user_data) : Run Last / Has Details
tpaiconnectionmanager : |
the object which received the signal. |
arg1 : |
|
arg2 : |
|
arg3 : |
|
user_data : |
user data set when the signal handler was connected. |