| folks-eds.h | | folks-eds.h | |
|
| /* folks-eds.h generated by valac 0.17.6.4-590d, the Vala compiler, do not
modify */ | | /* folks-eds.h generated by valac 0.18.0.110-5650, the Vala compiler, do no
t modify */ | |
| | | | |
| #ifndef __FOLKS_FOLKS_EDS_H__ | | #ifndef __FOLKS_FOLKS_EDS_H__ | |
| #define __FOLKS_FOLKS_EDS_H__ | | #define __FOLKS_FOLKS_EDS_H__ | |
| | | | |
| #include <glib.h> | | #include <glib.h> | |
| #include <folks/folks.h> | | #include <folks/folks.h> | |
| #include <stdlib.h> | | #include <stdlib.h> | |
| #include <string.h> | | #include <string.h> | |
| #include <gio/gio.h> | | #include <gio/gio.h> | |
|
| | | #include <gee.h> | |
| #include <libebook/libebook.h> | | #include <libebook/libebook.h> | |
| #include <libedataserver/libedataserver.h> | | #include <libedataserver/libedataserver.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| #define EDSF_TYPE_PERSONA (edsf_persona_get_type ()) | | #define EDSF_TYPE_PERSONA (edsf_persona_get_type ()) | |
| #define EDSF_PERSONA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EDSF_TYPE_PER
SONA, EdsfPersona)) | | #define EDSF_PERSONA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EDSF_TYPE_PER
SONA, EdsfPersona)) | |
| #define EDSF_PERSONA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EDSF_T
YPE_PERSONA, EdsfPersonaClass)) | | #define EDSF_PERSONA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EDSF_T
YPE_PERSONA, EdsfPersonaClass)) | |
| #define EDSF_IS_PERSONA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EDSF_TYPE_
PERSONA)) | | #define EDSF_IS_PERSONA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EDSF_TYPE_
PERSONA)) | |
| #define EDSF_IS_PERSONA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EDS
F_TYPE_PERSONA)) | | #define EDSF_IS_PERSONA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EDS
F_TYPE_PERSONA)) | |
| | | | |
| skipping to change at line 60 | | skipping to change at line 61 | |
| }; | | }; | |
| | | | |
| struct _EdsfPersonaStoreClass { | | struct _EdsfPersonaStoreClass { | |
| FolksPersonaStoreClass parent_class; | | FolksPersonaStoreClass parent_class; | |
| }; | | }; | |
| | | | |
| GType edsf_persona_get_type (void) G_GNUC_CONST; | | GType edsf_persona_get_type (void) G_GNUC_CONST; | |
| #define EDSF_PERSONA_gender_attribute_name "X-GENDER" | | #define EDSF_PERSONA_gender_attribute_name "X-GENDER" | |
| #define EDSF_PERSONA_gender_male "M" | | #define EDSF_PERSONA_gender_male "M" | |
| #define EDSF_PERSONA_gender_female "F" | | #define EDSF_PERSONA_gender_female "F" | |
|
| | | void edsf_persona_change_system_groups (EdsfPersona* self, GeeSet* system_g | |
| | | roups, GAsyncReadyCallback _callback_, gpointer _user_data_); | |
| | | void edsf_persona_change_system_groups_finish (EdsfPersona* self, GAsyncRes | |
| | | ult* _res_, GError** error); | |
| | | void edsf_persona_change_in_google_personal_group (EdsfPersona* self, gbool | |
| | | ean in_personal, GAsyncReadyCallback _callback_, gpointer _user_data_); | |
| | | void edsf_persona_change_in_google_personal_group_finish (EdsfPersona* self | |
| | | , GAsyncResult* _res_, GError** error); | |
| GType edsf_persona_store_get_type (void) G_GNUC_CONST; | | GType edsf_persona_store_get_type (void) G_GNUC_CONST; | |
| EdsfPersona* edsf_persona_new (EdsfPersonaStore* store, EContact* contact); | | EdsfPersona* edsf_persona_new (EdsfPersonaStore* store, EContact* contact); | |
| EdsfPersona* edsf_persona_construct (GType object_type, EdsfPersonaStore* s
tore, EContact* contact); | | EdsfPersona* edsf_persona_construct (GType object_type, EdsfPersonaStore* s
tore, EContact* contact); | |
| EContact* edsf_persona_get_contact (EdsfPersona* self); | | EContact* edsf_persona_get_contact (EdsfPersona* self); | |
| const gchar* edsf_persona_get_contact_id (EdsfPersona* self); | | const gchar* edsf_persona_get_contact_id (EdsfPersona* self); | |
|
| | | GeeSet* edsf_persona_get_system_groups (EdsfPersona* self); | |
| | | void edsf_persona_set_system_groups (EdsfPersona* self, GeeSet* value); | |
| gboolean edsf_persona_get_in_google_personal_group (EdsfPersona* self); | | gboolean edsf_persona_get_in_google_personal_group (EdsfPersona* self); | |
|
| | | void edsf_persona_set_in_google_personal_group (EdsfPersona* self, gboolean | |
| | | value); | |
| | | void edsf_persona_store_create_address_book (const gchar* id, GAsyncReadyCa | |
| | | llback _callback_, gpointer _user_data_); | |
| | | void edsf_persona_store_create_address_book_finish (GAsyncResult* _res_, GE | |
| | | rror** error); | |
| | | void edsf_persona_store_remove_address_book (EdsfPersonaStore* store, GAsyn | |
| | | cReadyCallback _callback_, gpointer _user_data_); | |
| | | void edsf_persona_store_remove_address_book_finish (GAsyncResult* _res_, GE | |
| | | rror** error); | |
| EdsfPersonaStore* edsf_persona_store_new (ESource* s) G_GNUC_DEPRECATED; | | EdsfPersonaStore* edsf_persona_store_new (ESource* s) G_GNUC_DEPRECATED; | |
| EdsfPersonaStore* edsf_persona_store_construct (GType object_type, ESource*
s); | | EdsfPersonaStore* edsf_persona_store_construct (GType object_type, ESource*
s); | |
| EdsfPersonaStore* edsf_persona_store_new_with_source_registry (ESourceRegis
try* r, ESource* s); | | EdsfPersonaStore* edsf_persona_store_new_with_source_registry (ESourceRegis
try* r, ESource* s); | |
| EdsfPersonaStore* edsf_persona_store_construct_with_source_registry (GType
object_type, ESourceRegistry* r, ESource* s); | | EdsfPersonaStore* edsf_persona_store_construct_with_source_registry (GType
object_type, ESourceRegistry* r, ESource* s); | |
| ESource* edsf_persona_store_get_source (EdsfPersonaStore* self); | | ESource* edsf_persona_store_get_source (EdsfPersonaStore* self); | |
| | | | |
| extern const gchar* EDSF_PERSONA_phone_fields[12]; | | extern const gchar* EDSF_PERSONA_phone_fields[12]; | |
| extern const gchar* EDSF_PERSONA_address_fields[3]; | | extern const gchar* EDSF_PERSONA_address_fields[3]; | |
| extern const gchar* EDSF_PERSONA_email_fields[4]; | | extern const gchar* EDSF_PERSONA_email_fields[4]; | |
| extern const gchar* EDSF_PERSONA_url_properties[4]; | | extern const gchar* EDSF_PERSONA_url_properties[4]; | |
| | | | |
End of changes. 5 change blocks. |
| 1 lines changed or deleted | | 22 lines changed or added | |
|
| folks.h | | folks.h | |
|
| /* folks.h generated by valac 0.17.6.4-590d, the Vala compiler, do not modi
fy */ | | /* folks.h generated by valac 0.18.0.110-5650, the Vala compiler, do not mo
dify */ | |
| | | | |
| #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 485 | | skipping to change at line 485 | |
| void (*set_avatar) (FolksAvatarDetails* self, GLoadableIcon* value); | | void (*set_avatar) (FolksAvatarDetails* self, GLoadableIcon* value); | |
| }; | | }; | |
| | | | |
| struct _FolksBackend { | | struct _FolksBackend { | |
| GObject parent_instance; | | GObject parent_instance; | |
| FolksBackendPrivate * priv; | | FolksBackendPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _FolksBackendClass { | | struct _FolksBackendClass { | |
| GObjectClass parent_class; | | GObjectClass parent_class; | |
|
| | | void (*disable_persona_store) (FolksBackend* self, FolksPersonaStore | |
| | | * store); | |
| | | void (*enable_persona_store) (FolksBackend* self, FolksPersonaStore* | |
| | | store); | |
| | | void (*set_persona_stores) (FolksBackend* self, GeeSet* storeids); | |
| void (*prepare) (FolksBackend* self, GAsyncReadyCallback _callback_,
gpointer _user_data_); | | void (*prepare) (FolksBackend* self, GAsyncReadyCallback _callback_,
gpointer _user_data_); | |
| void (*prepare_finish) (FolksBackend* self, GAsyncResult* _res_, GEr
ror** error); | | void (*prepare_finish) (FolksBackend* self, GAsyncResult* _res_, GEr
ror** error); | |
| void (*unprepare) (FolksBackend* self, GAsyncReadyCallback _callback
_, gpointer _user_data_); | | void (*unprepare) (FolksBackend* self, GAsyncReadyCallback _callback
_, gpointer _user_data_); | |
| void (*unprepare_finish) (FolksBackend* self, GAsyncResult* _res_, G
Error** error); | | void (*unprepare_finish) (FolksBackend* self, GAsyncResult* _res_, G
Error** error); | |
| gboolean (*get_is_prepared) (FolksBackend* self); | | gboolean (*get_is_prepared) (FolksBackend* self); | |
| gboolean (*get_is_quiescent) (FolksBackend* self); | | gboolean (*get_is_quiescent) (FolksBackend* self); | |
| const gchar* (*get_name) (FolksBackend* self); | | const gchar* (*get_name) (FolksBackend* self); | |
| GeeMap* (*get_persona_stores) (FolksBackend* self); | | GeeMap* (*get_persona_stores) (FolksBackend* self); | |
| }; | | }; | |
| | | | |
| | | | |
| skipping to change at line 983 | | skipping to change at line 986 | |
| #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE "type" | | #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE "type" | |
| #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE_HOME "home" | | #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE_HOME "home" | |
| #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE_WORK "work" | | #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE_WORK "work" | |
| #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE_OTHER "other" | | #define FOLKS_ABSTRACT_FIELD_DETAILS_PARAM_TYPE_OTHER "other" | |
| GeeCollection* folks_abstract_field_details_get_parameter_values (FolksAbst
ractFieldDetails* self, const gchar* parameter_name); | | GeeCollection* folks_abstract_field_details_get_parameter_values (FolksAbst
ractFieldDetails* self, const gchar* parameter_name); | |
| void folks_abstract_field_details_add_parameter (FolksAbstractFieldDetails*
self, const gchar* parameter_name, const gchar* parameter_value); | | void folks_abstract_field_details_add_parameter (FolksAbstractFieldDetails*
self, const gchar* parameter_name, const gchar* parameter_value); | |
| void folks_abstract_field_details_set_parameter (FolksAbstractFieldDetails*
self, const gchar* parameter_name, const gchar* parameter_value); | | void folks_abstract_field_details_set_parameter (FolksAbstractFieldDetails*
self, const gchar* parameter_name, const gchar* parameter_value); | |
| void folks_abstract_field_details_extend_parameters (FolksAbstractFieldDeta
ils* self, GeeMultiMap* additional); | | void folks_abstract_field_details_extend_parameters (FolksAbstractFieldDeta
ils* self, GeeMultiMap* additional); | |
| void folks_abstract_field_details_remove_parameter_all (FolksAbstractFieldD
etails* self, const gchar* parameter_name); | | void folks_abstract_field_details_remove_parameter_all (FolksAbstractFieldD
etails* self, const gchar* parameter_name); | |
| gboolean folks_abstract_field_details_equal (FolksAbstractFieldDetails* sel
f, FolksAbstractFieldDetails* that); | | gboolean folks_abstract_field_details_equal (FolksAbstractFieldDetails* sel
f, FolksAbstractFieldDetails* that); | |
|
| | | gboolean folks_abstract_field_details_equal_static (FolksAbstractFieldDetai
ls* left, FolksAbstractFieldDetails* right); | |
| gboolean folks_abstract_field_details_parameters_equal (FolksAbstractFieldD
etails* self, FolksAbstractFieldDetails* that); | | gboolean folks_abstract_field_details_parameters_equal (FolksAbstractFieldD
etails* self, FolksAbstractFieldDetails* that); | |
| gboolean folks_abstract_field_details_values_equal (FolksAbstractFieldDetai
ls* self, FolksAbstractFieldDetails* that); | | gboolean folks_abstract_field_details_values_equal (FolksAbstractFieldDetai
ls* self, FolksAbstractFieldDetails* that); | |
| guint folks_abstract_field_details_hash (FolksAbstractFieldDetails* self); | | guint folks_abstract_field_details_hash (FolksAbstractFieldDetails* self); | |
|
| | | guint folks_abstract_field_details_hash_static (FolksAbstractFieldDetails*
value); | |
| FolksAbstractFieldDetails* folks_abstract_field_details_construct (GType ob
ject_type, GType t_type, GBoxedCopyFunc t_dup_func, GDestroyNotify t_destro
y_func); | | FolksAbstractFieldDetails* folks_abstract_field_details_construct (GType ob
ject_type, GType t_type, GBoxedCopyFunc t_dup_func, GDestroyNotify t_destro
y_func); | |
| gconstpointer folks_abstract_field_details_get_value (FolksAbstractFieldDet
ails* self); | | gconstpointer folks_abstract_field_details_get_value (FolksAbstractFieldDet
ails* self); | |
| void folks_abstract_field_details_set_value (FolksAbstractFieldDetails* sel
f, gconstpointer value); | | void folks_abstract_field_details_set_value (FolksAbstractFieldDetails* sel
f, gconstpointer value); | |
| GType folks_abstract_field_details_get_value_type (FolksAbstractFieldDetail
s* self); | | GType folks_abstract_field_details_get_value_type (FolksAbstractFieldDetail
s* self); | |
| const gchar* folks_abstract_field_details_get_id (FolksAbstractFieldDetails
* self); | | const gchar* folks_abstract_field_details_get_id (FolksAbstractFieldDetails
* self); | |
| void folks_abstract_field_details_set_id (FolksAbstractFieldDetails* self,
const gchar* value); | | void folks_abstract_field_details_set_id (FolksAbstractFieldDetails* self,
const gchar* value); | |
| GeeMultiMap* folks_abstract_field_details_get_parameters (FolksAbstractFiel
dDetails* self); | | GeeMultiMap* folks_abstract_field_details_get_parameters (FolksAbstractFiel
dDetails* self); | |
| void folks_abstract_field_details_set_parameters (FolksAbstractFieldDetails
* self, GeeMultiMap* value); | | void folks_abstract_field_details_set_parameters (FolksAbstractFieldDetails
* self, GeeMultiMap* value); | |
| GQuark folks_property_error_quark (void); | | GQuark folks_property_error_quark (void); | |
| GType folks_alias_details_get_type (void) G_GNUC_CONST; | | GType folks_alias_details_get_type (void) G_GNUC_CONST; | |
| | | | |
| skipping to change at line 1007 | | skipping to change at line 1012 | |
| void folks_alias_details_change_alias_finish (FolksAliasDetails* self, GAsy
ncResult* _res_, GError** error); | | void folks_alias_details_change_alias_finish (FolksAliasDetails* self, GAsy
ncResult* _res_, GError** error); | |
| const gchar* folks_alias_details_get_alias (FolksAliasDetails* self); | | const gchar* folks_alias_details_get_alias (FolksAliasDetails* self); | |
| void folks_alias_details_set_alias (FolksAliasDetails* self, const gchar* v
alue); | | void folks_alias_details_set_alias (FolksAliasDetails* self, const gchar* v
alue); | |
| GType folks_avatar_details_get_type (void) G_GNUC_CONST; | | GType folks_avatar_details_get_type (void) G_GNUC_CONST; | |
| void folks_avatar_details_change_avatar (FolksAvatarDetails* self, GLoadabl
eIcon* avatar, GAsyncReadyCallback _callback_, gpointer _user_data_); | | void folks_avatar_details_change_avatar (FolksAvatarDetails* self, GLoadabl
eIcon* avatar, GAsyncReadyCallback _callback_, gpointer _user_data_); | |
| void folks_avatar_details_change_avatar_finish (FolksAvatarDetails* self, G
AsyncResult* _res_, GError** error); | | void folks_avatar_details_change_avatar_finish (FolksAvatarDetails* self, G
AsyncResult* _res_, GError** error); | |
| GLoadableIcon* folks_avatar_details_get_avatar (FolksAvatarDetails* self); | | GLoadableIcon* folks_avatar_details_get_avatar (FolksAvatarDetails* self); | |
| void folks_avatar_details_set_avatar (FolksAvatarDetails* self, GLoadableIc
on* value); | | void folks_avatar_details_set_avatar (FolksAvatarDetails* self, GLoadableIc
on* value); | |
| GType folks_backend_get_type (void) G_GNUC_CONST; | | GType folks_backend_get_type (void) G_GNUC_CONST; | |
| GType folks_persona_store_get_type (void) G_GNUC_CONST; | | GType folks_persona_store_get_type (void) G_GNUC_CONST; | |
|
| | | void folks_backend_disable_persona_store (FolksBackend* self, FolksPersonaS | |
| | | tore* store); | |
| | | void folks_backend_enable_persona_store (FolksBackend* self, FolksPersonaSt | |
| | | ore* store); | |
| | | void folks_backend_set_persona_stores (FolksBackend* self, GeeSet* storeids | |
| | | ); | |
| void folks_backend_prepare (FolksBackend* self, GAsyncReadyCallback _callba
ck_, gpointer _user_data_); | | void folks_backend_prepare (FolksBackend* self, GAsyncReadyCallback _callba
ck_, gpointer _user_data_); | |
| void folks_backend_prepare_finish (FolksBackend* self, GAsyncResult* _res_,
GError** error); | | void folks_backend_prepare_finish (FolksBackend* self, GAsyncResult* _res_,
GError** error); | |
| void folks_backend_unprepare (FolksBackend* self, GAsyncReadyCallback _call
back_, gpointer _user_data_); | | void folks_backend_unprepare (FolksBackend* self, GAsyncReadyCallback _call
back_, gpointer _user_data_); | |
| void folks_backend_unprepare_finish (FolksBackend* self, GAsyncResult* _res
_, GError** error); | | void folks_backend_unprepare_finish (FolksBackend* self, GAsyncResult* _res
_, GError** error); | |
| FolksBackend* folks_backend_construct (GType object_type); | | FolksBackend* folks_backend_construct (GType object_type); | |
| gboolean folks_backend_get_is_prepared (FolksBackend* self); | | gboolean folks_backend_get_is_prepared (FolksBackend* self); | |
| gboolean folks_backend_get_is_quiescent (FolksBackend* self); | | gboolean folks_backend_get_is_quiescent (FolksBackend* self); | |
| const gchar* folks_backend_get_name (FolksBackend* self); | | const gchar* folks_backend_get_name (FolksBackend* self); | |
| GeeMap* folks_backend_get_persona_stores (FolksBackend* self); | | GeeMap* folks_backend_get_persona_stores (FolksBackend* self); | |
| GType folks_backend_store_get_type (void) G_GNUC_CONST; | | GType folks_backend_store_get_type (void) G_GNUC_CONST; | |
| | | | |
| skipping to change at line 1240 | | skipping to change at line 1248 | |
| gboolean folks_individual_has_anti_link_with_individual (FolksIndividual* s
elf, FolksIndividual* i); | | gboolean folks_individual_has_anti_link_with_individual (FolksIndividual* s
elf, FolksIndividual* i); | |
| FolksTrustLevel folks_individual_get_trust_level (FolksIndividual* self); | | FolksTrustLevel folks_individual_get_trust_level (FolksIndividual* self); | |
| gboolean folks_individual_get_is_user (FolksIndividual* self); | | gboolean folks_individual_get_is_user (FolksIndividual* self); | |
| const gchar* folks_individual_get_id (FolksIndividual* self); | | const gchar* folks_individual_get_id (FolksIndividual* self); | |
| GeeSet* folks_individual_get_personas (FolksIndividual* self); | | GeeSet* folks_individual_get_personas (FolksIndividual* self); | |
| void folks_individual_set_personas (FolksIndividual* self, GeeSet* value); | | void folks_individual_set_personas (FolksIndividual* self, GeeSet* value); | |
| GQuark folks_individual_aggregator_error_quark (void); | | GQuark folks_individual_aggregator_error_quark (void); | |
| GType folks_individual_aggregator_get_type (void) G_GNUC_CONST; | | GType folks_individual_aggregator_get_type (void) G_GNUC_CONST; | |
| FolksIndividualAggregator* folks_individual_aggregator_new (void); | | FolksIndividualAggregator* folks_individual_aggregator_new (void); | |
| FolksIndividualAggregator* folks_individual_aggregator_construct (GType obj
ect_type); | | FolksIndividualAggregator* folks_individual_aggregator_construct (GType obj
ect_type); | |
|
| | | FolksIndividualAggregator* folks_individual_aggregator_new_with_backend_sto | |
| | | re (FolksBackendStore* store); | |
| | | FolksIndividualAggregator* folks_individual_aggregator_construct_with_backe | |
| | | nd_store (GType object_type, FolksBackendStore* store); | |
| void folks_individual_aggregator_prepare (FolksIndividualAggregator* self,
GAsyncReadyCallback _callback_, gpointer _user_data_); | | void folks_individual_aggregator_prepare (FolksIndividualAggregator* self,
GAsyncReadyCallback _callback_, gpointer _user_data_); | |
| void folks_individual_aggregator_prepare_finish (FolksIndividualAggregator*
self, GAsyncResult* _res_, GError** error); | | void folks_individual_aggregator_prepare_finish (FolksIndividualAggregator*
self, GAsyncResult* _res_, GError** error); | |
| void folks_individual_aggregator_unprepare (FolksIndividualAggregator* self
, GAsyncReadyCallback _callback_, gpointer _user_data_); | | void folks_individual_aggregator_unprepare (FolksIndividualAggregator* self
, GAsyncReadyCallback _callback_, gpointer _user_data_); | |
| void folks_individual_aggregator_unprepare_finish (FolksIndividualAggregato
r* self, GAsyncResult* _res_, GError** error); | | void folks_individual_aggregator_unprepare_finish (FolksIndividualAggregato
r* self, GAsyncResult* _res_, GError** error); | |
| GType folks_match_result_get_type (void) G_GNUC_CONST; | | GType folks_match_result_get_type (void) G_GNUC_CONST; | |
| GeeMap* folks_individual_aggregator_get_potential_matches (FolksIndividualA
ggregator* self, FolksIndividual* matchee, FolksMatchResult min_threshold); | | GeeMap* folks_individual_aggregator_get_potential_matches (FolksIndividualA
ggregator* self, FolksIndividual* matchee, FolksMatchResult min_threshold); | |
| GeeMap* folks_individual_aggregator_get_all_potential_matches (FolksIndivid
ualAggregator* self, FolksMatchResult min_threshold); | | GeeMap* folks_individual_aggregator_get_all_potential_matches (FolksIndivid
ualAggregator* self, FolksMatchResult min_threshold); | |
| void folks_individual_aggregator_add_persona_from_details (FolksIndividualA
ggregator* self, FolksIndividual* parent, FolksPersonaStore* persona_store,
GHashTable* details, GAsyncReadyCallback _callback_, gpointer _user_data_)
; | | void folks_individual_aggregator_add_persona_from_details (FolksIndividualA
ggregator* self, FolksIndividual* parent, FolksPersonaStore* persona_store,
GHashTable* details, GAsyncReadyCallback _callback_, gpointer _user_data_)
; | |
| FolksPersona* folks_individual_aggregator_add_persona_from_details_finish (
FolksIndividualAggregator* self, GAsyncResult* _res_, GError** error); | | FolksPersona* folks_individual_aggregator_add_persona_from_details_finish (
FolksIndividualAggregator* self, GAsyncResult* _res_, GError** error); | |
| void folks_individual_aggregator_remove_individual (FolksIndividualAggregat
or* self, FolksIndividual* individual, GAsyncReadyCallback _callback_, gpoi
nter _user_data_); | | void folks_individual_aggregator_remove_individual (FolksIndividualAggregat
or* self, FolksIndividual* individual, GAsyncReadyCallback _callback_, gpoi
nter _user_data_); | |
| | | | |
End of changes. 6 change blocks. |
| 1 lines changed or deleted | | 18 lines changed or added | |
|