summaryrefslogtreecommitdiff
path: root/gio/gaction.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-15/+5
* gaction: Improve documentation around floating GVariantsPhilip Withnall2022-11-151-0/+6
* gaction: Improve docs formatting for g_action_parse_detailed_name()Philip Withnall2022-11-151-10/+10
* gaction: Add missing annotations to g_action_parse_detailed_name()Philip Withnall2022-11-151-2/+3
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-4/+4
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* docs: fix function nameSébastien Wilmet2016-04-091-4/+3
* gio: fix documentation of GActionSebastian Geiger2016-02-291-1/+1
* docs: fix up docs issues in gio/Xavier Claessens2015-02-051-0/+7
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-1/+1
* gaction: Minor clarifications in the GAction documentationPhilip Withnall2014-04-231-3/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GAction: remove a lieMatthias Clasen2014-01-201-1/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* Fix g_return_if_fail vs. return_val_if_failRyan Lortie2013-07-131-2/+2
* GAction: add function for printing detailed namesRyan Lortie2013-07-131-7/+95
* app: Document when floating variants are consumedChristian Persch2013-05-131-0/+2
* gaction: add parser for detailed action namesRyan Lortie2013-04-011-0/+100
* GAction: back out changes to property flagsRyan Lortie2011-12-201-8/+4
* Clean up GApplication docsRyan Lortie2011-12-101-0/+17
* Minor doc improvementsMatthias Clasen2011-12-081-1/+1
* GSimpleAction: Fix to comply with constructor rulesColin Walters2011-12-081-4/+8
* GAction: make GObject properties read-onlyRyan Lortie2011-06-291-6/+3
* Make 4 incompatible changes to the GAction APIRyan Lortie2011-06-291-13/+12
* Fix links in gio docsMatthias Clasen2011-06-041-9/+9
* gaction: update property flags to match needs of GSimpleActionCosimo Cecchi2010-12-281-3/+6
* Various doc tweaksMatthias Clasen2010-11-281-1/+1
* Change 'Since:' to 2.28 for action classesRyan Lortie2010-10-191-13/+13
* [introspection] Move over annotationsJohan Dahlin2010-09-241-2/+2
* GAction is now an interfaceRyan Lortie2010-08-301-350/+66
* GActionGroup is now an interfaceRyan Lortie2010-08-301-3/+6
* Document behaviour wrt. to floating variantsMatthias Clasen2010-08-211-0/+4
* Add some annotationsMatthias Clasen2010-08-211-7/+11
* Simplify/fix state logic in GAction, test it.Ryan Lortie2010-08-211-20/+35
* action: Minor fixesEmmanuele Bassi2010-08-181-28/+61
* add testcase for GActionRyan Lortie2010-08-181-3/+6
* add GAction base classRyan Lortie2010-08-181-0/+597