summaryrefslogtreecommitdiff
path: root/lib/xdg-app-ref.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in headerAlexander Larsson2016-02-241-1/+1
|
* Document the structs in libxdg-appSam Thursfield2016-01-281-0/+9
|
* Avoid gtk-doc warnings: multiple ID for constraint linkendSam Thursfield2016-01-281-2/+2
| | | | | | | | | | This fixes the huge number of gtk-doc warnings that look like this: Warning: multiple "IDs" for constraint linkend: XdgAppRef Based on: https://mail.gnome.org/archives/commits-list/2010-September/msg00222.html
* lib: Add xdg_app_ref_parseAlexander Larsson2016-01-201-0/+2
|
* lib: Add xdg_app_ref_format_refAlexander Larsson2015-12-171-0/+1
|
* lib: Always use "branch" not "version" in APIAlexander Larsson2015-12-171-1/+1
| | | | "version" is really confusin
* lib: Better fix for old glibAlexander Larsson2015-12-151-1/+1
|
* Initial version of libxdg-appAlexander Larsson2015-12-031-0/+62
This is a highlevel library for working with xdg-app without using the commandline interface. The primary usecase for this is for creating a graphical frontend for app installation/update.