| libmissioncontrol-server Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | Signals | ||||
#include <mcd-connection.h> struct McdConnection; McdAccount * mcd_connection_get_account (McdConnection *connection); gboolean mcd_connection_request_channel (McdConnection *connection,McdChannel *channel); gboolean mcd_connection_cancel_channel_request (McdConnection *connection,guint operation_id,const gchar *requestor_client_id,GError **error); void mcd_connection_close (McdConnection *connection);
"account" McdAccount* : Read / Write / Construct Only "dbus-daemon" TpDBusDaemon* : Read / Write / Construct Only "dispatcher" McdDispatcher* : Read / Write / Construct Only "slacker" McdSlacker* : Read / Write / Construct Only "tp-connection" TpConnection* : Read "tp-manager" TpConnectionManager* : Read / Write / Construct Only
"connection-status-changed" :Has Details"ready" :Has Details"self-nickname-changed" :Has Details"self-presence-changed" :Has Details
gboolean mcd_connection_request_channel (McdConnection *connection,McdChannel *channel);
gboolean mcd_connection_cancel_channel_request (McdConnection *connection,guint operation_id,const gchar *requestor_client_id,GError **error);
"slacker" property "slacker" McdSlacker* : Read / Write / Construct Only
Slacker object notifies us of user inactivity.
"tp-manager" property"tp-manager" TpConnectionManager* : Read / Write / Construct Only
Telepathy Manager.
"connection-status-changed" signalvoid user_function (McdConnection *mcdconnection,
guint arg1,
guint arg2,
TpConnection *arg3,
gpointer user_data) : Has Details
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"ready" signalvoid user_function (McdConnection *mcdconnection,
gpointer user_data) : Has Details
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"self-nickname-changed" signalvoid user_function (McdConnection *mcdconnection,
gchar *arg1,
gpointer user_data) : Has Details
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"self-presence-changed" signalvoid user_function (McdConnection *mcdconnection,
guint arg1,
gchar *arg2,
gchar *arg3,
gpointer user_data) : Has Details
|
the object which received the signal. |
|
user data set when the signal handler was connected. |