/*
*/
{ 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;
}