| Top |  |  |  |  | 
| #define | XFCE_LICENSE_BSD | 
| #define | XFCE_LICENSE_GPL | 
| #define | XFCE_LICENSE_LGPL | 
| const gchar * | xfce_get_license_text () | 
#define XFCE_LICENSE_BSD (xfce_get_license_text (XFCE_LICENSE_TEXT_BSD))
Contains the text of the BSD license.
#define XFCE_LICENSE_GPL (xfce_get_license_text (XFCE_LICENSE_TEXT_GPL))
Contains the text of the GNU General Public License.
#define XFCE_LICENSE_LGPL (xfce_get_license_text (XFCE_LICENSE_TEXT_LGPL))
Contains the text of the GNU Lesser General Public License.
const gchar *
xfce_get_license_text (XfceLicenseTextType license_type);
Returns the text of the software license specified in the
license_type
 translated to the current language. If no
translation is available, the english license text will
be returned.