mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
minor doc edit
This commit is contained in:
parent
aa7bbb11a1
commit
4faad6e726
@ -1,3 +1,7 @@
|
||||
Fri Dec 30 00:59:21 2005 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk-pixbuf-io.c (gdk_pixbuf_format_get_license): minor doc edit.
|
||||
|
||||
2005-12-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf-io.c (_gdk_pixbuf_load_module_unlocked): Use
|
||||
|
@ -2201,10 +2201,10 @@ gdk_pixbuf_format_set_disabled (GdkPixbufFormat *format,
|
||||
* gdk_pixbuf_format_get_license:
|
||||
* @format: a #GdkPixbufFormat
|
||||
*
|
||||
* Returns information about the license of the image loader
|
||||
* for the format. The returned string should be a shorthand for
|
||||
* a wellknown license, e.g. "LGPL", "GPL", "QPL", "GPL/QPL",
|
||||
* or "other" to indicate some other license.
|
||||
* Returns information about the license of the image loader for the format. The
|
||||
* returned string should be a shorthand for a wellknown license, e.g. "LGPL",
|
||||
* "GPL", "QPL", "GPL/QPL", or "other" to indicate some other license. This
|
||||
* string should be freed with g_free() when it's no longer needed.
|
||||
*
|
||||
* Returns: a string describing the license of @format.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user