From 4f39984ad575e8ee643e3cf52ad519386c23009e Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 12 Oct 2010 09:45:03 -0700 Subject: Use Folks to check if a TpConnection can add personas. Helps bgo#625969. --- libempathy/empathy-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index ca184f589..7b9f897fb 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -34,6 +34,7 @@ #include #include #include +#include #include #include "empathy-contact.h" @@ -99,6 +100,8 @@ TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType ty gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual); EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual); TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason (FolksGroupableChangeReason reason); +TpfPersonaStore * empathy_get_persona_store_for_connection (TpConnection *connection); +gboolean empathy_connection_can_add_personas (TpConnection *connection); gchar * empathy_get_x509_certificate_hostname (gnutls_x509_crt_t cert); -- cgit