summaryrefslogtreecommitdiff
path: root/gio/gactiongroup.c
Commit message (Expand)AuthorAgeFilesLines
* actiongroup: Add a compiler warningMatthias Clasen2023-04-071-10/+15
* GActionGroup: Fix ownership transfer annotation for query_action()Andy Holmes2022-09-041-2/+2
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: update g_action_group_activate_action() remote activation semanticscrvi2021-01-081-0/+27
* Small doc correctionMatthias Clasen2019-12-101-1/+1
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-2/+9
* gio: ensure default va_marshaller is usedChristian Hergert2019-06-171-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-4/+4
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-5/+5
* gio: Fix minor typo in GActionGroup documentationPhilip Withnall2016-03-141-1/+1
* GActionGroup: fix an annotationRyan Lortie2015-06-051-2/+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-4/+5
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: Stop using the function tagMatthias Clasen2014-02-011-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* docs: Fix typo in GActionGroupDavid King2012-02-211-1/+1
* Some more documentation fixesMatthias Clasen2012-01-301-1/+1
* Expand actiongroup docs a bit moreMatthias Clasen2011-12-121-6/+27
* Clean up GApplication docsRyan Lortie2011-12-101-0/+23
* GActionGroup: Mention GMenuModel in the docsMatthias Clasen2011-12-081-2/+5
* Add g_action_group_query_action()Ryan Lortie2011-11-261-1/+183
* Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin2011-07-191-2/+2
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-3/+2
* Fix links in gio docsMatthias Clasen2011-06-041-16/+18
* Use G_SIGNAL_MUST_COLLECT for VARIANT signalsChristian Persch2011-04-261-1/+3
* Various doc tweaksMatthias Clasen2010-11-281-1/+1
* Various documentation fixesMatthias Clasen2010-10-311-6/+6
* Fix g_action_group_activate_action() docsMatthias Clasen2010-10-311-1/+1
* Change 'Since:' to 2.28 for action classesRyan Lortie2010-10-191-17/+17
* Rename methods on GActionGroup to include 'action'Ryan Lortie2010-10-191-23/+23
* [introspection] Move over annotationsJohan Dahlin2010-09-241-3/+4
* GAction is now an interfaceRyan Lortie2010-08-301-1/+1
* GActionGroup is now an interfaceRyan Lortie2010-08-301-20/+26
* Add some more annotationsMatthias Clasen2010-08-211-1/+1
* Document behaviour wrt to floating variantsMatthias Clasen2010-08-211-0/+2
* Fix GActionGroup docsMatthias Clasen2010-08-211-2/+2
* action: Minor fixesEmmanuele Bassi2010-08-181-49/+105
* add GActionGroup base classRyan Lortie2010-08-181-0/+453