![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
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);
"properties-changed" : Run Last / Has Details "property-flags-changed" : Run Last / Has Details
void tpa_properties_init (TpaIProperties *iface, gpointer data);
iface : |
|
data : |
void tpa_properties_signal_properties_changed (GObject *obj, GPtrArray *properties);
Implements DBus signal PropertiesChanged on interface org.freedesktop.Telepathy.Properties
obj : |
|
properties : |
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. |
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. |