![]() |
![]() |
![]() |
[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);
typedef struct { GTypeInterface parent; TpaError (* get_properties) (GObject *obj, const GArray *properties, GPtrArray **ret); TpaError (* set_properties) (GObject *obj, const GPtrArray *properties, DBusGMethodInvocation *context); TpaError (* list_properties) (GObject *obj, GPtrArray **ret); TpaIPropertiesPrivate *priv; } TpaIProperties;
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 : |