summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_product.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_object_class_install_properties()Fabiano Fidêncio2020-04-131-43/+41
* Use G_DEFINE_*_WITH_PRIVATEFabiano Fidêncio2020-04-131-6/+3
* Enforce '-Wdeclaration-after-statement'Fabiano Fidêncio2020-04-131-3/+8
* Update Copyright yearFabiano Fidêncio2020-04-131-1/+1
* Remove AuthorsFabiano Fidêncio2020-04-131-4/+0
* product: fix doc typoPino Toscano2020-02-281-1/+1
* product: Use product instead of prod as argument nameFabiano Fidêncio2020-01-041-23/+23
* Don't include config.hFabiano Fidêncio2019-09-251-2/+0
* Add "Since: 1.5.0" to the documentationFabiano Fidêncio2019-07-161-0/+2
* Add "Since: 0.2.8" to the documentationFabiano Fidêncio2019-07-161-0/+40
* product: Add osinfo_product_get_short_id_list() APIFabiano Fidêncio2019-05-021-0/+14
* Remove emacs 'Local variables' annotationsCole Robinson2019-03-071-8/+0
* Use g_list_free_full where easily possiblePino Toscano2018-12-201-3/+2
* osinfo: fix spacing to satisfy sc_bracket_spacing_checkGiuseppe Scrivano2014-06-041-69/+69
* Use 'unsigned int' rather than enum type for flag paramChristophe Fergeau2013-04-081-1/+1
* Add osinfo_product_foreach_related() documentationChristophe Fergeau2013-04-081-0/+12
* Add osinfo_product_foreach_related()Christophe Fergeau2013-04-031-0/+60
* Remove FSF address from source file headersChristophe Fergeau2013-03-121-2/+2
* Remove unused 'priv' variable from _init methodsChristophe Fergeau2013-01-311-3/+1
* Add missing break; in switch()Christophe Fergeau2012-12-141-0/+2
* Use G_PARAM_STATIC_STRINGS everywhereChristophe Fergeau2012-12-131-18/+6
* Fix GObject property gtk-doc nameChristophe Fergeau2012-12-131-6/+6
* Translate all (potentially) user visible stringsZeeshan Ali (Khattak)2012-10-311-6/+7
* API for getting product logo URLsZeeshan Ali (Khattak)2012-08-141-1/+23
* Add <config.h> to all files & remove trailing blanksDaniel P. Berrange2012-02-241-0/+2
* Fix 'the the' typoDaniel P. Berrange2012-02-241-1/+1
* Fix Red Hat copyright lineDaniel P. Berrange2012-02-241-1/+1
* Rename 'link' variables to avoid clash with global symbolDaniel P. Berrange2012-02-241-6/+6
* Add support for product codenamesDaniel P. Berrange2012-02-221-0/+26
* Add support for filtering products based on release/eol datesDaniel P. Berrange2012-02-221-0/+48
* Properties for Product attributesZeeshan Ali (Khattak)2011-10-201-0/+107
* Use correct param names in Product gettersZeeshan Ali (Khattak)2011-07-011-3/+3
* Remove TAB characters (again)Daniel P. Berrange2011-04-191-2/+2
* Add constants and API accessors for common parametersDaniel P. Berrange2011-04-191-0/+18
* Introduce a new OsinfoProduct abstract classDaniel P. Berrange2010-09-021-0/+164