empathy r1670 - trunk/libempathy



Author: xclaesse
Date: Tue Nov 11 15:25:44 2008
New Revision: 1670
URL: http://svn.gnome.org/viewvc/empathy?rev=1670&view=rev

Log:
EmpathyTpContactFactoryPriv: add fields for avatar requirements

Modified:
   trunk/libempathy/empathy-tp-contact-factory.c

Modified: trunk/libempathy/empathy-tp-contact-factory.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-factory.c	(original)
+++ trunk/libempathy/empathy-tp-contact-factory.c	Tue Nov 11 15:25:44 2008
@@ -43,6 +43,13 @@
 	GList          *contacts;
 	EmpathyContact *user;
 	gpointer        token;
+
+	const gchar   **avatar_mime_types;
+	guint           avatar_min_width;
+	guint           avatar_min_height;
+	guint           avatar_max_width;
+	guint           avatar_max_height;
+	guint           avatar_max_size;
 } EmpathyTpContactFactoryPriv;
 
 G_DEFINE_TYPE (EmpathyTpContactFactory, empathy_tp_contact_factory, G_TYPE_OBJECT);
@@ -1213,6 +1220,8 @@
 		g_object_unref (priv->connection);
 	}
 
+	g_strfreev (priv->avatar_mime_types);
+
 	G_OBJECT_CLASS (empathy_tp_contact_factory_parent_class)->finalize (object);
 }
 



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