Add enum type for GVariantParseError

This commit is contained in:
Ryan Lortie
2010-06-20 12:30:27 -04:00
parent 09aa2e79ab
commit ede159ec45
3 changed files with 13 additions and 0 deletions

View File

@@ -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)
{