tpa-ice

tpa-ice

Synopsis




                    TpaIIce;
typedef             TpaIIcePrivate;
void                tpa_ice_init                        (TpaIIce *iface,
                                                         gpointer data);
void                tpa_ice_finalize                    (GObject *obj);
void                tpa_ice_signal_new_ice_session_handler
                                                        (GObject *obj,
                                                         const gchar *session_handler,
                                                         const gchar *type);

Description

Details

TpaIIce

typedef struct {
    GTypeInterface parent;

    TpaError    (* get_session_handler)     (GObject *obj,
                                             GPtrArray *ret);
    TpaIIcePrivate *priv;
} TpaIIce;


TpaIIcePrivate

typedef struct _TpaIcePrivate TpaIIcePrivate;


tpa_ice_init ()

void                tpa_ice_init                        (TpaIIce *iface,
                                                         gpointer data);

iface :
data :

tpa_ice_finalize ()

void                tpa_ice_finalize                    (GObject *obj);

obj :

tpa_ice_signal_new_ice_session_handler ()

void                tpa_ice_signal_new_ice_session_handler
                                                        (GObject *obj,
                                                         const gchar *session_handler,
                                                         const gchar *type);

Implements DBus signal NewIceSessionHandler on interface org.freedesktop.Telepathy.Channel.Interface.Ice

obj :
session_handler :
type :