mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpconfig: add gimp_config_deserialize_stream()
and gimp_scanner_new_stream().
This commit is contained in:
parent
e7d9e01d63
commit
d7812173f4
5 changed files with 163 additions and 77 deletions
|
@ -104,6 +104,10 @@ gboolean gimp_config_deserialize_gfile (GimpConfig *config,
|
|||
GFile *file,
|
||||
gpointer data,
|
||||
GError **error);
|
||||
gboolean gimp_config_deserialize_stream (GimpConfig *config,
|
||||
GInputStream *input,
|
||||
gpointer data,
|
||||
GError **error);
|
||||
gboolean gimp_config_deserialize_string (GimpConfig *config,
|
||||
const gchar *text,
|
||||
gint text_len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue