summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-04 16:17:49 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-04 16:17:49 +0100
commit0d2b59857814f34c20d6455c5472fcc2e5453382 (patch)
tree996fe7b90e3a617fb154e858f148a2be36b8092b /telepathy-glib/dbus-properties-mixin.h
parent1a8b201ed14c71b99b0169f837103738792ccc60 (diff)
downloadtelepathy-glib-0d2b59857814f34c20d6455c5472fcc2e5453382.tar.gz
Generate a flags type, not an enum type, for TpDBusPropertiesMixinFlags
Diffstat (limited to 'telepathy-glib/dbus-properties-mixin.h')
-rw-r--r--telepathy-glib/dbus-properties-mixin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus-properties-mixin.h b/telepathy-glib/dbus-properties-mixin.h
index 7a532384a..60ec0f998 100644
--- a/telepathy-glib/dbus-properties-mixin.h
+++ b/telepathy-glib/dbus-properties-mixin.h
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
/* ---- Semi-abstract property definition (used in TpSvc*) ---------- */
-typedef enum {
+typedef enum { /*< flags >*/
TP_DBUS_PROPERTIES_MIXIN_FLAG_READ = 1,
TP_DBUS_PROPERTIES_MIXIN_FLAG_WRITE = 2
} TpDBusPropertiesMixinFlags;