Details

[Home]

Issue of the Implementation # S0642

Brief

gdk_pixbuf_format_get_license returns NULL for any of the loaders

Detailed Description

gdk_pixbuf_format_get_license returns NULL for any of the loaders including the default ones created by gtk developers themselves.

According to the source code of these loaders one might suggest that the loaders set "license" field properly (its value is "LGPL"). However there is nothing about licenses in the gdk-pixbuf.loaders file containing information about available loaders. Perhaps this has something to do with the fact that gdk_pixbuf_format_get_license returns NULL.

The description of gdk_pixbuf_format_get_license states:

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.

Problem location(s) in the standard

Gdk-pixbuf 2.6.2 API Reference, Module Interface

Component

gtk-gdk-pixbuf 2.6.2 or later

Accepted

Gnome Bugzilla 535453

Status

Fixed in GTK+ 2.12.10

[Home]