[Telepathy-commits] [telepathy-gabble/master] move GABBLE_ARRAY_TYPE_HANDLE to olpc-view.h

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Oct 9 04:06:09 PDT 2008


---
 src/olpc-view.c |    3 ---
 src/olpc-view.h |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/olpc-view.c b/src/olpc-view.c
index 19b192f..5c9a8ae 100644
--- a/src/olpc-view.c
+++ b/src/olpc-view.c
@@ -42,9 +42,6 @@
 #include "namespaces.h"
 #include "util.h"
 
-#define GABBLE_ARRAY_TYPE_HANDLE (dbus_g_type_get_collection ("GArray", \
-    G_TYPE_UINT))
-
 /* signals */
 enum
 {
diff --git a/src/olpc-view.h b/src/olpc-view.h
index 80bc284..2a76045 100644
--- a/src/olpc-view.h
+++ b/src/olpc-view.h
@@ -98,6 +98,9 @@ GPtrArray * gabble_olpc_view_get_buddy_activities (GabbleOlpcView *self,
 void gabble_olpc_view_buddies_left_activity (GabbleOlpcView *self,
     GArray *buddies, TpHandle room);
 
+#define GABBLE_ARRAY_TYPE_HANDLE (dbus_g_type_get_collection ("GArray", \
+    G_TYPE_UINT))
+
 G_END_DECLS
 
 #endif /* #ifndef __GABBLE_OLPC_VIEW_H__ */
-- 
1.5.6.5




More information about the Telepathy-commits mailing list