summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 17:09:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 17:17:54 +0100
commit5f2cf4596c33b266d08591ea50e8bd7925524e7d (patch)
tree3788ed5c58e7afb532dca94fcda37c5972e1945e /telepathy-glib/util.h
parent00a34d07bfb9f25993a016526c311ad9b29b4afd (diff)
downloadtelepathy-glib-5f2cf4596c33b266d08591ea50e8bd7925524e7d.tar.gz
Put one argument per line in new declarations, consistent with definitions
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index d089822a0..8c8aafedc 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -100,7 +100,8 @@ void tp_value_array_unpack (GValueArray *array,
...);
typedef struct _TpWeakRef TpWeakRef;
-TpWeakRef *tp_weak_ref_new (gpointer object, gpointer user_data,
+TpWeakRef *tp_weak_ref_new (gpointer object,
+ gpointer user_data,
GDestroyNotify destroy) G_GNUC_WARN_UNUSED_RESULT;
gpointer tp_weak_ref_get_user_data (TpWeakRef *self) G_GNUC_WARN_UNUSED_RESULT;
gpointer tp_weak_ref_dup_object (TpWeakRef *self) G_GNUC_WARN_UNUSED_RESULT;