mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 19:37:52 +02:00
Add enum type for GVariantParseError
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
* are not currently defined for this domain. See #GError for
|
||||
* information on error domains.
|
||||
**/
|
||||
/**
|
||||
* GVariantParseError:
|
||||
* @G_VARIANT_PARSE_ERROR_FAILED: generic error
|
||||
*
|
||||
* Error codes returned by parsing text-format GVariants. Currently the
|
||||
* parser makes no distinction between different types of error.
|
||||
**/
|
||||
GQuark
|
||||
g_variant_parser_get_error_quark (void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user