* @TP_ERROR_: : * TP_ERROR_, /* Generated from the Telepathy spec */ #include <glib-object.h> G_BEGIN_DECLS GType tp_error_get_type (void); /** * TP_TYPE_ERROR: * * The GType of the Telepathy error enumeration. */ #define TP_TYPE_ERROR (tp_error_get_type()) /** * TpError: * * Enumerated type representing the Telepathy D-Bus errors. */ typedef enum { } TpError; G_END_DECLS