![]() |
![]() |
![]() |
libempathy Reference Manual | ![]() |
---|---|---|---|---|
EmpathyTpGroupPriv; EmpathyTpGroup; EmpathyPendingInfo; EmpathyTpGroup* empathy_tp_group_new (McAccount *account, TpChan *tp_chan); void empathy_tp_group_close (EmpathyTpGroup *group); void empathy_tp_group_add_members (EmpathyTpGroup *group, GList *contacts, const gchar *message); void empathy_tp_group_add_member (EmpathyTpGroup *group, EmpathyContact *contact, const gchar *message); void empathy_tp_group_remove_members (EmpathyTpGroup *group, GList *contacts, const gchar *message); void empathy_tp_group_remove_member (EmpathyTpGroup *group, EmpathyContact *contact, const gchar *message); GList* empathy_tp_group_get_members (EmpathyTpGroup *group); GList* empathy_tp_group_get_local_pendings (EmpathyTpGroup *group); GList* empathy_tp_group_get_remote_pendings (EmpathyTpGroup *group); const gchar* empathy_tp_group_get_name (EmpathyTpGroup *group); EmpathyContact* empathy_tp_group_get_self_contact (EmpathyTpGroup *group); const gchar* empathy_tp_group_get_object_path (EmpathyTpGroup *group); gboolean empathy_tp_group_is_member (EmpathyTpGroup *group, EmpathyContact *contact); EmpathyPendingInfo* empathy_pending_info_new (EmpathyContact *member, EmpathyContact *actor, const gchar *message); void empathy_pending_info_free (EmpathyPendingInfo *info);
"destroy" : Run Last "local-pending" : Run Last "member-added" : Run Last "member-removed" : Run Last "remote-pending" : Run Last
typedef struct { EmpathyContact *member; EmpathyContact *actor; gchar *message; guint reason; } EmpathyPendingInfo;
EmpathyTpGroup* empathy_tp_group_new (McAccount *account, TpChan *tp_chan);
account : |
|
tp_chan : |
|
Returns : |
void empathy_tp_group_add_members (EmpathyTpGroup *group, GList *contacts, const gchar *message);
group : |
|
contacts : |
|
message : |
void empathy_tp_group_add_member (EmpathyTpGroup *group, EmpathyContact *contact, const gchar *message);
group : |
|
contact : |
|
message : |
void empathy_tp_group_remove_members (EmpathyTpGroup *group, GList *contacts, const gchar *message);
group : |
|
contacts : |
|
message : |
void empathy_tp_group_remove_member (EmpathyTpGroup *group, EmpathyContact *contact, const gchar *message);
group : |
|
contact : |
|
message : |
GList* empathy_tp_group_get_members (EmpathyTpGroup *group);
group : |
|
Returns : |
GList* empathy_tp_group_get_local_pendings (EmpathyTpGroup *group);
group : |
|
Returns : |
GList* empathy_tp_group_get_remote_pendings (EmpathyTpGroup *group);
group : |
|
Returns : |
const gchar* empathy_tp_group_get_name (EmpathyTpGroup *group);
group : |
|
Returns : |
EmpathyContact* empathy_tp_group_get_self_contact (EmpathyTpGroup *group);
group : |
|
Returns : |
const gchar* empathy_tp_group_get_object_path (EmpathyTpGroup *group);
group : |
|
Returns : |
gboolean empathy_tp_group_is_member (EmpathyTpGroup *group, EmpathyContact *contact);
group : |
|
contact : |
|
Returns : |
EmpathyPendingInfo* empathy_pending_info_new (EmpathyContact *member, EmpathyContact *actor, const gchar *message);
member : |
|
actor : |
|
message : |
|
Returns : |
void user_function (EmpathyTpGroup *empathytpgroup, gpointer user_data) : Run Last
empathytpgroup : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |
void user_function (EmpathyTpGroup *empathytpgroup, EmpathyContact *arg1, EmpathyContact *arg2, guint arg3, gchar *arg4, gpointer user_data) : Run Last
empathytpgroup : |
the object which received the signal. |
arg1 : |
|
arg2 : |
|
arg3 : |
|
arg4 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (EmpathyTpGroup *empathytpgroup, EmpathyContact *arg1, EmpathyContact *arg2, guint arg3, gchar *arg4, gpointer user_data) : Run Last
empathytpgroup : |
the object which received the signal. |
arg1 : |
|
arg2 : |
|
arg3 : |
|
arg4 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (EmpathyTpGroup *empathytpgroup, EmpathyContact *arg1, EmpathyContact *arg2, guint arg3, gchar *arg4, gpointer user_data) : Run Last
empathytpgroup : |
the object which received the signal. |
arg1 : |
|
arg2 : |
|
arg3 : |
|
arg4 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (EmpathyTpGroup *empathytpgroup, EmpathyContact *arg1, EmpathyContact *arg2, guint arg3, gchar *arg4, gpointer user_data) : Run Last
empathytpgroup : |
the object which received the signal. |
arg1 : |
|
arg2 : |
|
arg3 : |
|
arg4 : |
|
user_data : |
user data set when the signal handler was connected. |