summaryrefslogtreecommitdiff
path: root/gabble/error.h
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-03 05:54:36 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-03 15:22:10 -0300
commitbfe56f166fee68b2dc1c48c9f226beeffc4f773a (patch)
tree47b3ff51cfad7768710c26e6f61e20480158b4c8 /gabble/error.h
parent0ceb97b6b734599a8ed4f07c68eda33db3f26516 (diff)
downloadtelepathy-gabble-bfe56f166fee68b2dc1c48c9f226beeffc4f773a.tar.gz
plugin API: Add G_BEGIN/END_DECLS.
Diffstat (limited to 'gabble/error.h')
-rw-r--r--gabble/error.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gabble/error.h b/gabble/error.h
index 9adb1f2f4..035fdc469 100644
--- a/gabble/error.h
+++ b/gabble/error.h
@@ -24,9 +24,15 @@
#error Use #include <gabble/gabble.h> instead of <gabble/error.h>
#endif
+#include <glib.h>
+
#include <wocky/wocky-xmpp-error.h>
+G_BEGIN_DECLS
+
void gabble_set_tp_error_from_wocky (const GError *wocky_error,
GError **error);
+G_END_DECLS
+
#endif