summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
Commit message (Expand)AuthorAgeFilesLines
* Add as_app_parse_file() which parses a .desktop file into an AsAppRichard Hughes2014-03-211-0/+18
* Add <architectures> supportRichard Hughes2014-03-181-0/+4
* Rename some types that should not be under the AsApp namespaceRichard Hughes2014-03-181-42/+7
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-5/+0
* trivial: Add some class padding to avoid future API breaksRichard Hughes2014-03-171-0/+9
* Define an enumerated type of AsAppUrlKindRichard Hughes2014-03-171-2/+11
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-3/+5
* Add a 'priority' property on AsAppRichard Hughes2014-03-131-0/+3
* Make as_app_add_language() more friendly for expat-style parsersRichard Hughes2014-03-131-3/+3
* Add as_app_get_compulsory_for_desktops()Richard Hughes2014-03-131-0/+1
* Add a way to store the icon path in the AsAppRichard Hughes2014-03-131-0/+4
* Add functionality to search values in the AsAppRichard Hughes2014-03-131-0/+2
* Add as_app_get_description()Richard Hughes2014-03-131-0/+2
* Use strndup so we can use expat-type parsers without an additional copyRichard Hughes2014-03-131-15/+30
* Add functions to parse from and to insert a GNodeRichard Hughes2014-03-131-6/+13
* Add AsAppRichard Hughes2014-03-121-2/+101
* Add initial project filesRichard Hughes2014-03-121-0/+63