[empathy] libempathy: Port empathy to libgee 0.8.



commit d563fa078b2a13b3c06b1de626105e0510568e57
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Wed Jul 18 11:31:04 2012 -0600

    libempathy: Port empathy to libgee 0.8.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680152

 libempathy/empathy-contact.c |    2 +-
 libempathy/empathy-utils.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index 779d19a..a2e53b2 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -926,7 +926,7 @@ empathy_contact_change_group (EmpathyContact *contact, const gchar *group,
   if (priv->groups == NULL)
     {
       priv->groups = gee_hash_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup,
-          g_free, g_str_hash, g_str_equal);
+          g_free, NULL, NULL, NULL, NULL, NULL, NULL);
     }
 
   gee_collection_add (GEE_COLLECTION (priv->groups), group);
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index cc518c0..667f666 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -1129,7 +1129,7 @@ create_individual_from_persona (FolksPersona *persona)
 
   personas = GEE_SET (
       gee_hash_set_new (FOLKS_TYPE_PERSONA, g_object_ref, g_object_unref,
-      g_direct_hash, g_direct_equal));
+      NULL, NULL, NULL, NULL, NULL, NULL));
 
   gee_collection_add (GEE_COLLECTION (personas), persona);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]