From abb968c6cdc50023b248b328a403444e644619bc Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 21 Nov 2008 16:23:11 +0000 Subject: Update tools to latest version of tp-glib and include a gitignore svn path=/trunk/; revision=1883 --- tools/glib-errors-enum-body.xsl | 72 ----------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 tools/glib-errors-enum-body.xsl (limited to 'tools/glib-errors-enum-body.xsl') diff --git a/tools/glib-errors-enum-body.xsl b/tools/glib-errors-enum-body.xsl deleted file mode 100644 index 17054b765..000000000 --- a/tools/glib-errors-enum-body.xsl +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - /* - */ - { TP_ERROR_, "TP_ERROR_", "" }, - - - - - /* Generated from the Telepathy spec - - - - - -*/ - -#include <_gen/telepathy-errors.h> - -GType -tp_error_get_type (void) -{ - static GType etype = 0; - if (G_UNLIKELY (etype == 0)) - { - static const GEnumValue values[] = { - }; - - etype = g_enum_register_static ("TpError", values); - } - return etype; -} - - - - - - -- cgit v1.2.3