Liblicense
Revision as of 23:10, 21 June 2007 by Scott Shawcroft (talk | contribs)
Contents
System Overview
Config Modules
- in_use() - returns whether or not the corresponding config system exists on the computer
- get() - returns the current default license uri
- set(uri) - sets the default license uri and returns 0 upon success (non-zero for errors)
I/O Modules
- mime_types - null terminated list of handled mime-types (all indicates external storage method which works for any file)
- read(filename) - returns the license uri for the given file (embedded license takes precedence)
- write(filename,uri) - writes the license uri for the given file
Frontends
From Desktop Integration