| folks.h | | folks.h | |
|
| /* folks.h generated by valac 0.20.1.30-1b1d, the Vala compiler, do not mod
ify */ | | /* folks.h generated by valac 0.20.1.73-5d18, the Vala compiler, do not mod
ify */ | |
| | | | |
| #ifndef __FOLKS_H__ | | #ifndef __FOLKS_H__ | |
| #define __FOLKS_H__ | | #define __FOLKS_H__ | |
| | | | |
| #include <glib.h> | | #include <glib.h> | |
| #include <glib-object.h> | | #include <glib-object.h> | |
| #include <stdlib.h> | | #include <stdlib.h> | |
| #include <string.h> | | #include <string.h> | |
| #include <gee.h> | | #include <gee.h> | |
| #include <gio/gio.h> | | #include <gio/gio.h> | |
| | | | |
| skipping to change at line 780 | | skipping to change at line 780 | |
| FOLKS_PRESENCE_TYPE_UNKNOWN, | | FOLKS_PRESENCE_TYPE_UNKNOWN, | |
| FOLKS_PRESENCE_TYPE_ERROR | | FOLKS_PRESENCE_TYPE_ERROR | |
| } FolksPresenceType; | | } FolksPresenceType; | |
| | | | |
| struct _FolksPresenceDetailsIface { | | struct _FolksPresenceDetailsIface { | |
| GTypeInterface parent_iface; | | GTypeInterface parent_iface; | |
| FolksPresenceType (*get_presence_type) (FolksPresenceDetails* self); | | FolksPresenceType (*get_presence_type) (FolksPresenceDetails* self); | |
| void (*set_presence_type) (FolksPresenceDetails* self, FolksPresence
Type value); | | void (*set_presence_type) (FolksPresenceDetails* self, FolksPresence
Type value); | |
| const gchar* (*get_presence_message) (FolksPresenceDetails* self); | | const gchar* (*get_presence_message) (FolksPresenceDetails* self); | |
| void (*set_presence_message) (FolksPresenceDetails* self, const gcha
r* value); | | void (*set_presence_message) (FolksPresenceDetails* self, const gcha
r* value); | |
|
| | | gchar** (*get_client_types) (FolksPresenceDetails* self, int* result | |
| | | _length1); | |
| | | void (*set_client_types) (FolksPresenceDetails* self, gchar** value, | |
| | | int value_length1); | |
| const gchar* (*get_presence_status) (FolksPresenceDetails* self); | | const gchar* (*get_presence_status) (FolksPresenceDetails* self); | |
| void (*set_presence_status) (FolksPresenceDetails* self, const gchar
* value); | | void (*set_presence_status) (FolksPresenceDetails* self, const gchar
* value); | |
| }; | | }; | |
| | | | |
| struct _FolksRole { | | struct _FolksRole { | |
| GObject parent_instance; | | GObject parent_instance; | |
| FolksRolePrivate * priv; | | FolksRolePrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _FolksRoleClass { | | struct _FolksRoleClass { | |
| | | | |
| skipping to change at line 1246 | | skipping to change at line 1248 | |
| void folks_postal_address_details_set_postal_addresses (FolksPostalAddressD
etails* self, GeeSet* value); | | void folks_postal_address_details_set_postal_addresses (FolksPostalAddressD
etails* self, GeeSet* value); | |
| GType folks_presence_type_get_type (void) G_GNUC_CONST; | | GType folks_presence_type_get_type (void) G_GNUC_CONST; | |
| GType folks_presence_details_get_type (void) G_GNUC_CONST; | | GType folks_presence_details_get_type (void) G_GNUC_CONST; | |
| const gchar* folks_presence_details_get_default_message_from_type (FolksPre
senceType type); | | const gchar* folks_presence_details_get_default_message_from_type (FolksPre
senceType type); | |
| gint folks_presence_details_typecmp (FolksPresenceType type_a, FolksPresenc
eType type_b); | | gint folks_presence_details_typecmp (FolksPresenceType type_a, FolksPresenc
eType type_b); | |
| gboolean folks_presence_details_is_online (FolksPresenceDetails* self); | | gboolean folks_presence_details_is_online (FolksPresenceDetails* self); | |
| FolksPresenceType folks_presence_details_get_presence_type (FolksPresenceDe
tails* self); | | FolksPresenceType folks_presence_details_get_presence_type (FolksPresenceDe
tails* self); | |
| void folks_presence_details_set_presence_type (FolksPresenceDetails* self,
FolksPresenceType value); | | void folks_presence_details_set_presence_type (FolksPresenceDetails* self,
FolksPresenceType value); | |
| const gchar* folks_presence_details_get_presence_message (FolksPresenceDeta
ils* self); | | const gchar* folks_presence_details_get_presence_message (FolksPresenceDeta
ils* self); | |
| void folks_presence_details_set_presence_message (FolksPresenceDetails* sel
f, const gchar* value); | | void folks_presence_details_set_presence_message (FolksPresenceDetails* sel
f, const gchar* value); | |
|
| | | gchar** folks_presence_details_get_client_types (FolksPresenceDetails* self | |
| | | , int* result_length1); | |
| | | void folks_presence_details_set_client_types (FolksPresenceDetails* self, g | |
| | | char** value, int value_length1); | |
| const gchar* folks_presence_details_get_presence_status (FolksPresenceDetai
ls* self); | | const gchar* folks_presence_details_get_presence_status (FolksPresenceDetai
ls* self); | |
| void folks_presence_details_set_presence_status (FolksPresenceDetails* self
, const gchar* value); | | void folks_presence_details_set_presence_status (FolksPresenceDetails* self
, const gchar* value); | |
| GType folks_role_get_type (void) G_GNUC_CONST; | | GType folks_role_get_type (void) G_GNUC_CONST; | |
| FolksRole* folks_role_new (const gchar* title, const gchar* organisation_na
me, const gchar* uid); | | FolksRole* folks_role_new (const gchar* title, const gchar* organisation_na
me, const gchar* uid); | |
| FolksRole* folks_role_construct (GType object_type, const gchar* title, con
st gchar* organisation_name, const gchar* uid); | | FolksRole* folks_role_construct (GType object_type, const gchar* title, con
st gchar* organisation_name, const gchar* uid); | |
| gboolean folks_role_is_empty (FolksRole* self); | | gboolean folks_role_is_empty (FolksRole* self); | |
| gboolean folks_role_equal (FolksRole* a, FolksRole* b); | | gboolean folks_role_equal (FolksRole* a, FolksRole* b); | |
| guint folks_role_hash (FolksRole* r); | | guint folks_role_hash (FolksRole* r); | |
| gchar* folks_role_to_string (FolksRole* self); | | gchar* folks_role_to_string (FolksRole* self); | |
| const gchar* folks_role_get_organisation_name (FolksRole* self); | | const gchar* folks_role_get_organisation_name (FolksRole* self); | |
| | | | |
End of changes. 3 change blocks. |
| 1 lines changed or deleted | | 9 lines changed or added | |
|