summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-16 09:11:16 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-16 09:11:16 +0000
commita6ef47676e4bae86cffa6f0a3341c311b4c653c4 (patch)
tree7b346b85a0254330f183401ce8ba73820562515f /telepathy-glib/util.h
parent49b9b4e34fbfc755275d74986a5bc11fe91558b4 (diff)
downloadtelepathy-glib-a6ef47676e4bae86cffa6f0a3341c311b4c653c4.tar.gz
Add proper G_BEGIN_DECLS/G_END_DECLS to headers that were missing them
20071016091116-53eee-dfdfe873007ea2645fb70c832299e0096df984af.gz
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index 66e6d701f..1432ae8d2 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -25,6 +25,8 @@
#ifndef __TP_UTIL_H__
#define __TP_UTIL_H__
+G_BEGIN_DECLS
+
gboolean tp_g_ptr_array_contains (GPtrArray *haystack, gpointer needle);
GValue *tp_g_value_slice_new (GType type);
@@ -39,4 +41,6 @@ gpointer tp_mixin_offset_cast (gpointer instance, guint offset);
gchar *tp_escape_as_identifier (const gchar *name);
-#endif /* __GABBLE_UTIL_H__ */
+G_END_DECLS
+
+#endif /* __TP_UTIL_H__ */