libmissioncontrol-server Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
#include <mcd-connection.h> 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 "tp-connection" TpConnection* : Read "tp-manager" TpConnectionManager* : Read / Write / Construct Only
"connection-status-changed" : Run Last / Has Details "ready" : Run Last / Has Details "self-nickname-changed" : Run Last / Has Details "self-presence-changed" : Run Last / Has Details
McdAccount * mcd_connection_get_account (McdConnection *connection);
|
|
Returns : |
gboolean mcd_connection_request_channel (McdConnection *connection, McdChannel *channel);
|
|
|
|
Returns : |
gboolean mcd_connection_cancel_channel_request (McdConnection *connection, guint operation_id, const gchar *requestor_client_id, GError **error);
|
|
|
|
|
|
|
|
Returns : |
"connection-status-changed"
signalvoid user_function (McdConnection *mcdconnection, guint arg1, guint arg2, gpointer user_data) : Run Last / 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) : Run Last / 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) : Run Last / 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) : Run Last / Has Details
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |