/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ #ifndef __LIBQMI_GLIB_ERROR_TYPES_H__ #define __LIBQMI_GLIB_ERROR_TYPES_H__ #include "qmi-errors.h" #include G_BEGIN_DECLS /* enumerations from "../src/libqmi-glib/qmi-errors.h" */ GQuark qmi_core_error_quark (void); GType qmi_core_error_get_type (void) G_GNUC_CONST; #define QMI_CORE_ERROR (qmi_core_error_quark ()) #define QMI_TYPE_CORE_ERROR (qmi_core_error_get_type ()) /** * qmi_core_error_get_string: * @val: a QmiCoreError. * * Gets the nickname string for the #QmiCoreError specified at @val. * * Returns: (transfer none): a string with the nickname, or %NULL if not found. Do not free the returned value. * Since: 1.0 */ const gchar *qmi_core_error_get_string (QmiCoreError val); GQuark qmi_protocol_error_quark (void); GType qmi_protocol_error_get_type (void) G_GNUC_CONST; #define QMI_PROTOCOL_ERROR (qmi_protocol_error_quark ()) #define QMI_TYPE_PROTOCOL_ERROR (qmi_protocol_error_get_type ()) /** * qmi_protocol_error_get_string: * @val: a QmiProtocolError. * * Gets the nickname string for the #QmiProtocolError specified at @val. * * Returns: (transfer none): a string with the nickname, or %NULL if not found. Do not free the returned value. * Since: 1.0 */ const gchar *qmi_protocol_error_get_string (QmiProtocolError val); G_END_DECLS #endif /* __LIBQMI_GLIB_ERROR_TYPES_H__ */ /* Generated data ends here */