|  |  |  | libempathy Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
                    EmpathyTpContactList;
EmpathyTpContactList * empathy_tp_contact_list_new      (TpConnection *connection);
TpConnection *      empathy_tp_contact_list_get_connection
                                                        (EmpathyTpContactList *list);
gboolean            empathy_tp_contact_list_can_add     (EmpathyTpContactList *list);
void                empathy_tp_contact_list_remove_all  (EmpathyTpContactList *list);
EmpathyTpContactList * empathy_tp_contact_list_new (TpConnection *connection);
| 
 | |
| Returns : | 
TpConnection * empathy_tp_contact_list_get_connection (EmpathyTpContactList *list);
| 
 | |
| Returns : | 
gboolean empathy_tp_contact_list_can_add (EmpathyTpContactList *list);
| 
 | |
| Returns : | 
void empathy_tp_contact_list_remove_all (EmpathyTpContactList *list);
| 
 | 
"connection" property"connection" TpConnection* : Read / Write / Construct Only
The connection associated with the contact list.