[telepathy-glib/master] tp_asv_new: reformat attributes so gtkdoc doesn't get bewildered

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Dec 18 10:08:19 PST 2009


---
 telepathy-glib/dbus.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index f714242..6c74396 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);
-- 
1.5.6.5




More information about the telepathy-commits mailing list