summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-18 18:08:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-18 18:08:19 +0000
commit9b44e18f87cee6580a1f2e99fa216b3d9d36073a (patch)
tree492e5cbdd8d60e716cd057bfb3ef0f5cf8d9d7d9 /telepathy-glib/dbus.h
parent3351cb19b6fbaea41637c02231491a5d340bec88 (diff)
downloadtelepathy-glib-9b44e18f87cee6580a1f2e99fa216b3d9d36073a.tar.gz
tp_asv_new: reformat attributes so gtkdoc doesn't get bewildered
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index f714242d4..6c743962c 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -74,8 +74,8 @@ _tp_asv_size_inline (const GHashTable *asv)
return g_hash_table_size /* */ ((GHashTable *) asv);
}
-GHashTable *tp_asv_new (const gchar *first_key, ...) G_GNUC_NULL_TERMINATED
- G_GNUC_WARN_UNUSED_RESULT;
+GHashTable *tp_asv_new (const gchar *first_key, ...)
+ G_GNUC_NULL_TERMINATED G_GNUC_WARN_UNUSED_RESULT;
gboolean tp_asv_get_boolean (const GHashTable *asv, const gchar *key,
gboolean *valid);
void tp_asv_set_boolean (GHashTable *asv, const gchar *key, gboolean value);