[telepathy-glib/master] Remove () from TP_ARRAY_TYPE_OBJECT_PATH_LIST
Davyd Madeley
davyd at madeley.id.au
Fri Jul 24 03:02:29 PDT 2009
Types are constants, not function macros.
---
telepathy-glib/gtypes.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/gtypes.h b/telepathy-glib/gtypes.h
index a505937..e02b287 100644
--- a/telepathy-glib/gtypes.h
+++ b/telepathy-glib/gtypes.h
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
#include <telepathy-glib/_gen/gtypes.h>
-#define TP_ARRAY_TYPE_OBJECT_PATH_LIST() (tp_type_dbus_array_of_o ())
+#define TP_ARRAY_TYPE_OBJECT_PATH_LIST (tp_type_dbus_array_of_o ())
GType tp_type_dbus_array_of_o (void);
--
1.5.6.5
More information about the telepathy-commits
mailing list