diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-19 21:00:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-19 21:00:52 +0000 |
commit | 944334da7f0d71f4879362d80be91b4a58c1f416 (patch) | |
tree | 4c469a67711bc383be4a782b356ecc7803fbb042 /gdk-pixbuf/gdk-pixbuf.c | |
parent | 3f5ad7890fa10ec4811e9e1add99e131f1728524 (diff) | |
download | gtk+-944334da7f0d71f4879362d80be91b4a58c1f416.tar.gz |
Remove the _-prefix from gdk_pixbuf_set_option and
gdk_pixbuf_non_anim_new again.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index d286aa3485..43d93133cc 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -525,7 +525,7 @@ gdk_pixbuf_get_option (GdkPixbuf *pixbuf, } /** - * _gdk_pixbuf_set_option: + * gdk_pixbuf_set_option: * @pixbuf: a #GdkPixbuf * @key: a nul-terminated string. * @value: a nul-terminated string. @@ -537,7 +537,7 @@ gdk_pixbuf_get_option (GdkPixbuf *pixbuf, * Return value: %TRUE on success. **/ gboolean -_gdk_pixbuf_set_option (GdkPixbuf *pixbuf, +gdk_pixbuf_set_option (GdkPixbuf *pixbuf, const gchar *key, const gchar *value) { |