aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-20 02:48:11 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-20 02:48:11 +0800
commit52835e227d42e1e354c9b8405cf0f845ea5113c9 (patch)
treed93242f6860106e92b257a3fda611ac7a38b6d9e /libempathy
parentac4acaed8eae5c3dd2dd7a4418dffe2537d9857c (diff)
downloadgsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.tar
gsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.tar.gz
gsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.tar.bz2
gsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.tar.lz
gsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.tar.xz
gsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.tar.zst
gsoc2013-empathy-52835e227d42e1e354c9b8405cf0f845ea5113c9.zip
2007-05-19 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-contact-list-store.c: * libempathy-gtk/gossip-preferences.c: * libempathy-gtk/gossip-contact-list-store.h: * libempathy-gtk/gossip-contact-list.c: * libempathy-gtk/gossip-contact-list.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/gossip-contact-list-model.c: * libempathy-gtk/gossip-contact-list-model.h: * libempathy-gtk/Makefile.am: * libempathy/empathy-marshal.list: Split GossipContactList into two objects: GossipContactListStore inheriting from GtkTreeStore and GossipContactListView inheriting from GtkTreeView. This makes easier to build new UI widgets reusing the GtkTreeModel. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@74 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-marshal.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-marshal.list b/libempathy/empathy-marshal.list
index 7d1268250..f13e9f08d 100644
--- a/libempathy/empathy-marshal.list
+++ b/libempathy/empathy-marshal.list
@@ -5,3 +5,4 @@ VOID:INT,STRING
VOID:OBJECT,OBJECT,UINT
VOID:UINT,BOOLEAN
VOID:OBJECT,BOOLEAN
+VOID:OBJECT,STRING,STRING