folks-eds.h   folks-eds.h 
/* folks-eds.h generated by valac 0.17.2.19-5f50d, the Vala compiler, do no t modify */ /* folks-eds.h generated by valac 0.17.3, the Vala compiler, do not 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 <libebook/libebook.h> #include <libebook/libebook.h>
skipping to change at line 65 skipping to change at line 65
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"
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);
gboolean edsf_persona_get_in_google_personal_group (EdsfPersona* self);
void e_source_registry_new (GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_); void e_source_registry_new (GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_);
ESourceRegistry* e_source_registry_new_finish (GAsyncResult* _res_, GError* * error); ESourceRegistry* e_source_registry_new_finish (GAsyncResult* _res_, GError* * error);
EdsfPersonaStore* edsf_persona_store_new (ESourceRegistry* r, ESource* s) G _GNUC_DEPRECATED; EdsfPersonaStore* edsf_persona_store_new (ESourceRegistry* r, ESource* s) G _GNUC_DEPRECATED;
EdsfPersonaStore* edsf_persona_store_construct (GType object_type, ESourceR egistry* r, ESource* s); EdsfPersonaStore* edsf_persona_store_construct (GType object_type, ESourceR egistry* r, 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];
 End of changes. 2 change blocks. 
1 lines changed or deleted 2 lines changed or added


 folks-telepathy.h   folks-telepathy.h 
/* folks-telepathy.h generated by valac 0.17.2.19-5f50d, the Vala compiler, do not modify */ /* folks-telepathy.h generated by valac 0.17.3, the Vala compiler, do not m odify */
#ifndef __FOLKS_FOLKS_TELEPATHY_H__ #ifndef __FOLKS_FOLKS_TELEPATHY_H__
#define __FOLKS_FOLKS_TELEPATHY_H__ #define __FOLKS_FOLKS_TELEPATHY_H__
#include <glib.h> #include <glib.h>
#include <folks/folks.h> #include <folks/folks.h>
#include <gio/gio.h> #include <gio/gio.h>
#include <telepathy-glib/telepathy-glib.h> #include <telepathy-glib/telepathy-glib.h>
#include <gee.h> #include <gee.h>
#include <stdlib.h> #include <stdlib.h>
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 folks.h   folks.h 
/* folks.h generated by valac 0.17.2.19-5f50d, the Vala compiler, do not mo dify */ /* folks.h generated by valac 0.17.3, the Vala compiler, do not modify */
#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 428 skipping to change at line 428
#define FOLKS_OBJECT_CACHE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FOLKS_T YPE_OBJECT_CACHE, FolksObjectCache)) #define FOLKS_OBJECT_CACHE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FOLKS_T YPE_OBJECT_CACHE, FolksObjectCache))
#define FOLKS_OBJECT_CACHE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FOLKS_TYPE_OBJECT_CACHE, FolksObjectCacheClass)) #define FOLKS_OBJECT_CACHE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FOLKS_TYPE_OBJECT_CACHE, FolksObjectCacheClass))
#define FOLKS_IS_OBJECT_CACHE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FOLK S_TYPE_OBJECT_CACHE)) #define FOLKS_IS_OBJECT_CACHE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FOLK S_TYPE_OBJECT_CACHE))
#define FOLKS_IS_OBJECT_CACHE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass ), FOLKS_TYPE_OBJECT_CACHE)) #define FOLKS_IS_OBJECT_CACHE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass ), FOLKS_TYPE_OBJECT_CACHE))
#define FOLKS_OBJECT_CACHE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj) , FOLKS_TYPE_OBJECT_CACHE, FolksObjectCacheClass)) #define FOLKS_OBJECT_CACHE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj) , FOLKS_TYPE_OBJECT_CACHE, FolksObjectCacheClass))
typedef struct _FolksObjectCache FolksObjectCache; typedef struct _FolksObjectCache FolksObjectCache;
typedef struct _FolksObjectCacheClass FolksObjectCacheClass; typedef struct _FolksObjectCacheClass FolksObjectCacheClass;
typedef struct _FolksObjectCachePrivate FolksObjectCachePrivate; typedef struct _FolksObjectCachePrivate FolksObjectCachePrivate;
#define FOLKS_TYPE_ANTI_LINKABLE (folks_anti_linkable_get_type ())
#define FOLKS_ANTI_LINKABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FOLKS_
TYPE_ANTI_LINKABLE, FolksAntiLinkable))
#define FOLKS_IS_ANTI_LINKABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FOL
KS_TYPE_ANTI_LINKABLE))
#define FOLKS_ANTI_LINKABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFA
CE ((obj), FOLKS_TYPE_ANTI_LINKABLE, FolksAntiLinkableIface))
typedef struct _FolksAntiLinkable FolksAntiLinkable;
typedef struct _FolksAntiLinkableIface FolksAntiLinkableIface;
struct _FolksAbstractFieldDetails { struct _FolksAbstractFieldDetails {
GObject parent_instance; GObject parent_instance;
FolksAbstractFieldDetailsPrivate * priv; FolksAbstractFieldDetailsPrivate * priv;
}; };
struct _FolksAbstractFieldDetailsClass { struct _FolksAbstractFieldDetailsClass {
GObjectClass parent_class; GObjectClass parent_class;
gboolean (*equal) (FolksAbstractFieldDetails* self, FolksAbstractFie ldDetails* that); gboolean (*equal) (FolksAbstractFieldDetails* self, FolksAbstractFie ldDetails* that);
gboolean (*parameters_equal) (FolksAbstractFieldDetails* self, Folks AbstractFieldDetails* that); gboolean (*parameters_equal) (FolksAbstractFieldDetails* self, Folks AbstractFieldDetails* that);
gboolean (*values_equal) (FolksAbstractFieldDetails* self, FolksAbst ractFieldDetails* that); gboolean (*values_equal) (FolksAbstractFieldDetails* self, FolksAbst ractFieldDetails* that);
skipping to change at line 870 skipping to change at line 878
FOLKS_PERSONA_DETAIL_PHONE_NUMBERS, FOLKS_PERSONA_DETAIL_PHONE_NUMBERS,
FOLKS_PERSONA_DETAIL_POSTAL_ADDRESSES, FOLKS_PERSONA_DETAIL_POSTAL_ADDRESSES,
FOLKS_PERSONA_DETAIL_ROLES, FOLKS_PERSONA_DETAIL_ROLES,
FOLKS_PERSONA_DETAIL_STRUCTURED_NAME, FOLKS_PERSONA_DETAIL_STRUCTURED_NAME,
FOLKS_PERSONA_DETAIL_URLS, FOLKS_PERSONA_DETAIL_URLS,
FOLKS_PERSONA_DETAIL_WEB_SERVICE_ADDRESSES, FOLKS_PERSONA_DETAIL_WEB_SERVICE_ADDRESSES,
FOLKS_PERSONA_DETAIL_GROUPS, FOLKS_PERSONA_DETAIL_GROUPS,
FOLKS_PERSONA_DETAIL_IM_INTERACTION_COUNT, FOLKS_PERSONA_DETAIL_IM_INTERACTION_COUNT,
FOLKS_PERSONA_DETAIL_LAST_IM_INTERACTION_DATETIME, FOLKS_PERSONA_DETAIL_LAST_IM_INTERACTION_DATETIME,
FOLKS_PERSONA_DETAIL_CALL_INTERACTION_COUNT, FOLKS_PERSONA_DETAIL_CALL_INTERACTION_COUNT,
FOLKS_PERSONA_DETAIL_LAST_CALL_INTERACTION_DATETIME FOLKS_PERSONA_DETAIL_LAST_CALL_INTERACTION_DATETIME,
FOLKS_PERSONA_DETAIL_ANTI_LINKS
} FolksPersonaDetail; } FolksPersonaDetail;
typedef enum { typedef enum {
FOLKS_MAYBE_BOOL_UNSET = 0, FOLKS_MAYBE_BOOL_UNSET = 0,
FOLKS_MAYBE_BOOL_FALSE = 1, FOLKS_MAYBE_BOOL_FALSE = 1,
FOLKS_MAYBE_BOOL_TRUE = 2 FOLKS_MAYBE_BOOL_TRUE = 2
} FolksMaybeBool; } FolksMaybeBool;
struct _FolksPersonaStore { struct _FolksPersonaStore {
GObject parent_instance; GObject parent_instance;
skipping to change at line 954 skipping to change at line 963
}; };
struct _FolksObjectCacheClass { struct _FolksObjectCacheClass {
GObjectClass parent_class; GObjectClass parent_class;
GVariantType* (*get_serialised_object_type) (FolksObjectCache* self, guint8 object_version); GVariantType* (*get_serialised_object_type) (FolksObjectCache* self, guint8 object_version);
guint8 (*get_serialised_object_version) (FolksObjectCache* self); guint8 (*get_serialised_object_version) (FolksObjectCache* self);
GVariant* (*serialise_object) (FolksObjectCache* self, gconstpointer object); GVariant* (*serialise_object) (FolksObjectCache* self, gconstpointer object);
gpointer (*deserialise_object) (FolksObjectCache* self, GVariant* va riant, guint8 object_version); gpointer (*deserialise_object) (FolksObjectCache* self, GVariant* va riant, guint8 object_version);
}; };
struct _FolksAntiLinkableIface {
GTypeInterface parent_iface;
void (*change_anti_links) (FolksAntiLinkable* self, GeeSet* anti_lin
ks, GAsyncReadyCallback _callback_, gpointer _user_data_);
void (*change_anti_links_finish) (FolksAntiLinkable* self, GAsyncRes
ult* _res_, GError** error);
GeeSet* (*get_anti_links) (FolksAntiLinkable* self);
void (*set_anti_links) (FolksAntiLinkable* self, GeeSet* value);
};
GType folks_abstract_field_details_get_type (void) G_GNUC_CONST; GType folks_abstract_field_details_get_type (void) G_GNUC_CONST;
#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);
skipping to change at line 1211 skipping to change at line 1228
GType folks_url_details_get_type (void) G_GNUC_CONST; GType folks_url_details_get_type (void) G_GNUC_CONST;
void folks_url_details_change_urls (FolksUrlDetails* self, GeeSet* urls, GA syncReadyCallback _callback_, gpointer _user_data_); void folks_url_details_change_urls (FolksUrlDetails* self, GeeSet* urls, GA syncReadyCallback _callback_, gpointer _user_data_);
void folks_url_details_change_urls_finish (FolksUrlDetails* self, GAsyncRes ult* _res_, GError** error); void folks_url_details_change_urls_finish (FolksUrlDetails* self, GAsyncRes ult* _res_, GError** error);
GeeSet* folks_url_details_get_urls (FolksUrlDetails* self); GeeSet* folks_url_details_get_urls (FolksUrlDetails* self);
void folks_url_details_set_urls (FolksUrlDetails* self, GeeSet* value); void folks_url_details_set_urls (FolksUrlDetails* self, GeeSet* value);
GType folks_trust_level_get_type (void) G_GNUC_CONST; GType folks_trust_level_get_type (void) G_GNUC_CONST;
GType folks_individual_get_type (void) G_GNUC_CONST; GType folks_individual_get_type (void) G_GNUC_CONST;
GType folks_persona_get_type (void) G_GNUC_CONST; GType folks_persona_get_type (void) G_GNUC_CONST;
FolksIndividual* folks_individual_new (GeeSet* personas); FolksIndividual* folks_individual_new (GeeSet* personas);
FolksIndividual* folks_individual_construct (GType object_type, GeeSet* per sonas); FolksIndividual* folks_individual_construct (GType object_type, GeeSet* per sonas);
gboolean folks_individual_has_anti_link_with_persona (FolksIndividual* self
, FolksPersona* p);
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);
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_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_);
void folks_individual_aggregator_remove_individual_finish (FolksIndividualA ggregator* self, GAsyncResult* _res_, GError** error); void folks_individual_aggregator_remove_individual_finish (FolksIndividualA ggregator* self, GAsyncResult* _res_, GError** error);
void folks_individual_aggregator_remove_persona (FolksIndividualAggregator* self, FolksPersona* persona, GAsyncReadyCallback _callback_, gpointer _use r_data_); void folks_individual_aggregator_remove_persona (FolksIndividualAggregator* self, FolksPersona* persona, GAsyncReadyCallback _callback_, gpointer _use r_data_);
void folks_individual_aggregator_remove_persona_finish (FolksIndividualAggr egator* self, GAsyncResult* _res_, GError** error); void folks_individual_aggregator_remove_persona_finish (FolksIndividualAggr egator* self, GAsyncResult* _res_, GError** error);
void folks_individual_aggregator_link_personas (FolksIndividualAggregator* self, GeeSet* personas, GAsyncReadyCallback _callback_, gpointer _user_data _); void folks_individual_aggregator_link_personas (FolksIndividualAggregator* self, GeeSet* personas, GAsyncReadyCallback _callback_, gpointer _user_data _);
skipping to change at line 1336 skipping to change at line 1357
gpointer folks_object_cache_deserialise_object (FolksObjectCache* self, GVa riant* variant, guint8 object_version); gpointer folks_object_cache_deserialise_object (FolksObjectCache* self, GVa riant* variant, guint8 object_version);
FolksObjectCache* folks_object_cache_construct (GType object_type, GType t_ type, GBoxedCopyFunc t_dup_func, GDestroyNotify t_destroy_func, const gchar * type_id, const gchar* id); FolksObjectCache* folks_object_cache_construct (GType object_type, GType t_ type, GBoxedCopyFunc t_dup_func, GDestroyNotify t_destroy_func, const gchar * type_id, const gchar* id);
void folks_object_cache_load_objects (FolksObjectCache* self, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_); void folks_object_cache_load_objects (FolksObjectCache* self, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_);
GeeSet* folks_object_cache_load_objects_finish (FolksObjectCache* self, GAs yncResult* _res_); GeeSet* folks_object_cache_load_objects_finish (FolksObjectCache* self, GAs yncResult* _res_);
void folks_object_cache_store_objects (FolksObjectCache* self, GeeSet* obje cts, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _u ser_data_); void folks_object_cache_store_objects (FolksObjectCache* self, GeeSet* obje cts, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _u ser_data_);
void folks_object_cache_store_objects_finish (FolksObjectCache* self, GAsyn cResult* _res_); void folks_object_cache_store_objects_finish (FolksObjectCache* self, GAsyn cResult* _res_);
void folks_object_cache_clear_cache (FolksObjectCache* self, GAsyncReadyCal lback _callback_, gpointer _user_data_); void folks_object_cache_clear_cache (FolksObjectCache* self, GAsyncReadyCal lback _callback_, gpointer _user_data_);
void folks_object_cache_clear_cache_finish (FolksObjectCache* self, GAsyncR esult* _res_); void folks_object_cache_clear_cache_finish (FolksObjectCache* self, GAsyncR esult* _res_);
const gchar* folks_object_cache_get_type_id (FolksObjectCache* self); const gchar* folks_object_cache_get_type_id (FolksObjectCache* self);
const gchar* folks_object_cache_get_id (FolksObjectCache* self); const gchar* folks_object_cache_get_id (FolksObjectCache* self);
GType folks_anti_linkable_get_type (void) G_GNUC_CONST;
void folks_anti_linkable_change_anti_links (FolksAntiLinkable* self, GeeSet
* anti_links, GAsyncReadyCallback _callback_, gpointer _user_data_);
void folks_anti_linkable_change_anti_links_finish (FolksAntiLinkable* self,
GAsyncResult* _res_, GError** error);
gboolean folks_anti_linkable_has_anti_link_with_persona (FolksAntiLinkable*
self, FolksPersona* other_persona);
void folks_anti_linkable_add_anti_links (FolksAntiLinkable* self, GeeSet* o
ther_personas, GAsyncReadyCallback _callback_, gpointer _user_data_);
void folks_anti_linkable_add_anti_links_finish (FolksAntiLinkable* self, GA
syncResult* _res_, GError** error);
void folks_anti_linkable_remove_anti_links (FolksAntiLinkable* self, GeeSet
* other_personas, GAsyncReadyCallback _callback_, gpointer _user_data_);
void folks_anti_linkable_remove_anti_links_finish (FolksAntiLinkable* self,
GAsyncResult* _res_, GError** error);
GeeSet* folks_anti_linkable_get_anti_links (FolksAntiLinkable* self);
void folks_anti_linkable_set_anti_links (FolksAntiLinkable* self, GeeSet* v
alue);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 7 change blocks. 
2 lines changed or deleted 50 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/