tpa-properties

tpa-properties

Synopsis




                    TpaIProperties;
                    TpaIPropertiesPrivate;
void                tpa_properties_init                 (TpaIProperties *iface,
                                                         gpointer data);
void                tpa_properties_finalize             (GObject *obj);
void                tpa_properties_signal_properties_changed
                                                        (GObject *obj,
                                                         GPtrArray *properties);
void                tpa_properties_signal_properties_flags_changed
                                                        (GObject *obj,
                                                         GPtrArray *properties);

Object Hierarchy


  GInterface
   +----TpaIProperties

Known Implementations

TpaIProperties is implemented by TpaAccount.

Signals


  "properties-changed"                             : Run Last / Has Details
  "property-flags-changed"                         : Run Last / Has Details

Description

Details

TpaIProperties

typedef struct _TpaIProperties TpaIProperties;


TpaIPropertiesPrivate

typedef struct _TpaIPropertiesPrivate TpaIPropertiesPrivate;


tpa_properties_init ()

void                tpa_properties_init                 (TpaIProperties *iface,
                                                         gpointer data);

iface :
data :

tpa_properties_finalize ()

void                tpa_properties_finalize             (GObject *obj);

obj :

tpa_properties_signal_properties_changed ()

void                tpa_properties_signal_properties_changed
                                                        (GObject *obj,
                                                         GPtrArray *properties);

Implements DBus signal PropertiesChanged on interface org.freedesktop.Telepathy.Properties

obj :
properties :

tpa_properties_signal_properties_flags_changed ()

void                tpa_properties_signal_properties_flags_changed
                                                        (GObject *obj,
                                                         GPtrArray *properties);

Implements DBus signal PropertiesFlagsChanged on interface org.freedesktop.Telepathy.Properties

obj :
properties :

Signal Details

The "properties-changed" signal

void                user_function                      (TpaIProperties *tpaiproperties,
                                                        gpointer        user_data)           : Run Last / Has Details

tpaiproperties : the object which received the signal.
user_data : user data set when the signal handler was connected.

The "property-flags-changed" signal

void                user_function                      (TpaIProperties *tpaiproperties,
                                                        gpointer        user_data)           : Run Last / Has Details

tpaiproperties : the object which received the signal.
user_data : user data set when the signal handler was connected.