|  |  |  | libempathy Reference Manual |  | 
|---|---|---|---|---|
                    EmpathyContactFactoryPriv;
                    EmpathyContactFactory;
EmpathyContactFactory* empathy_contact_factory_new      (void);
EmpathyContact*     empathy_contact_factory_get_user    (EmpathyContactFactory *factory,
                                                         McAccount *account);
EmpathyContact*     empathy_contact_factory_get_from_id (EmpathyContactFactory *factory,
                                                         McAccount *account,
                                                         const gchar *id);
EmpathyContact*     empathy_contact_factory_get_from_handle
                                                        (EmpathyContactFactory *factory,
                                                         McAccount *account,
                                                         guint handle);
GList*              empathy_contact_factory_get_from_handles
                                                        (EmpathyContactFactory *factory,
                                                         McAccount *account,
                                                         GArray *handles);
EmpathyContact* empathy_contact_factory_get_user (EmpathyContactFactory *factory, McAccount *account);
| 
 | |
| 
 | |
| Returns : | 
EmpathyContact* empathy_contact_factory_get_from_id (EmpathyContactFactory *factory, McAccount *account, const gchar *id);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
EmpathyContact* empathy_contact_factory_get_from_handle (EmpathyContactFactory *factory, McAccount *account, guint handle);
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
GList*              empathy_contact_factory_get_from_handles
                                                        (EmpathyContactFactory *factory,
                                                         McAccount *account,
                                                         GArray *handles);
| 
 | |
| 
 | |
| 
 | |
| Returns : |