g_irepository_dump: Update doc to match code

The input file no longer only consists of names of get_type-functions,
instead begins with either "get-type:" or "error-quark:".

https://bugzilla.gnome.org/show_bug.cgi?id=701639
This commit is contained in:
Simon Kågedal Reimer 2013-06-05 13:28:30 +02:00 committed by Colin Walters
parent 55efc6e90e
commit 236d3375c6

View File

@ -425,8 +425,10 @@ dump_error_quark (GQuark quark, const char *symbol, GOutputStream *out)
* *
* Argument specified is a comma-separated pair of filenames; i.e. of * Argument specified is a comma-separated pair of filenames; i.e. of
* the form "input.txt,output.xml". The input file should be a * the form "input.txt,output.xml". The input file should be a
* UTF-8 Unix-line-ending text file, with each line containing the name * UTF-8 Unix-line-ending text file, with each line containing either
* of a GType _get_type function. * "get-type:" followed by the name of a GType _get_type function, or
* "error-quark:" followed by the name of an error quark function. No
* extra whitespace is allowed.
* *
* The output file should already exist, but be empty. This function will * The output file should already exist, but be empty. This function will
* overwrite its contents. * overwrite its contents.