tpa-contact-info

tpa-contact-info

Synopsis




                    TpaIContactInfo;
                    TpaIContactInfoPrivate;
void                tpa_contact_info_init               (TpaIContactInfo *iface,
                                                         gpointer init);
void                tpa_contact_info_finalize           (GObject *obj);
void                tpa_contact_info_signal_got_contact_info
                                                        (GObject *obj,
                                                         guint contact,
                                                         const gchar *vcard);

Description

Details

TpaIContactInfo

typedef struct {
    GTypeInterface parent;

    TpaError (* request_contact_info)       (GObject *obj,
                                             guint contact);
    TpaIContactInfoPrivate *priv;
} TpaIContactInfo;


TpaIContactInfoPrivate

typedef struct _TpaIContactInfoPrivate TpaIContactInfoPrivate;


tpa_contact_info_init ()

void                tpa_contact_info_init               (TpaIContactInfo *iface,
                                                         gpointer init);

iface :
init :

tpa_contact_info_finalize ()

void                tpa_contact_info_finalize           (GObject *obj);

obj :

tpa_contact_info_signal_got_contact_info ()

void                tpa_contact_info_signal_got_contact_info
                                                        (GObject *obj,
                                                         guint contact,
                                                         const gchar *vcard);

Implements DBus signal GotContactInfo on interface org.freedesktop.Telepathy.Connection.Interface.ContactInfo

obj :
contact :
vcard :