mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support
2003-06-23 Sven Neumann <sven@gimp.org> * app/config/gimpconfig.[ch] * app/config/gimpconfigwriter.[ch] * app/config/gimpscanner.[ch]: added support for serializing to and deserializing from strings. Had to do some smaller changes to the GimpConfig API. * app/config/test-config.c: added a simple test for the new functions. * app/config/gimpconfig-dump.c * app/config/gimprc.c * app/core/gimp-documents.c * app/core/gimp-parasites.c * app/core/gimp-templates.c * app/core/gimpunits.c * app/gui/session.c * app/plug-in/plug-in-rc.c * app/tools/tool_options.c * app/widgets/gimpdevices.c: follow GimpConfig API changes. * libgimpbase/gimpparasite.[ch]: declared the return value of gimp_parasite_data() as gconstpointer.
This commit is contained in:
parent
dffe80c29a
commit
f30586d112
29 changed files with 637 additions and 278 deletions
|
@ -24,7 +24,10 @@
|
|||
#define __GIMP_SCANNER_H__
|
||||
|
||||
|
||||
GScanner * gimp_scanner_new (const gchar *filename,
|
||||
GScanner * gimp_scanner_new_file (const gchar *filename,
|
||||
GError **error);
|
||||
GScanner * gimp_scanner_new_string (const gchar *text,
|
||||
gint text_len,
|
||||
GError **error);
|
||||
void gimp_scanner_destroy (GScanner *scanner);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue