summaryrefslogtreecommitdiff
path: root/gio/gapplication.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GTK+ to GTK (mostly comments and documentation)Arnaud Rebillout2023-05-101-1/+1
* gapplication: Document that command line options must be validatedPhilip Withnall2022-12-091-0/+2
* Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments"Philip Withnall2022-11-071-1/+1
* gio, glib: Use G_OS_DARWIN for code that is for such environmentsMarco Trevisan (Treviño)2022-10-201-1/+1
* Introduce G_APPLICATION_DEFAULT_FLAGSEmmanuele Bassi2022-07-251-1/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Revert "gapplication: Expose zero-valued numbers in handle-local-options"Philip Withnall2022-03-041-7/+6
* gapplication: Expose zero-valued numbers in handle-local-optionsPhilip Withnall2021-06-151-6/+7
* Merge branch '2409-application-must-be-registered' into 'main'Philip Withnall2021-06-101-0/+3
|\
| * gapplication: Guard g_application_mark_busy()Peter Bloomfield2021-05-171-0/+3
* | docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-4/+4
|/
* Use G_OPTION_ENTRY_NULL to avoid missing initializer warningsEmmanuel Fleury2021-05-131-5/+9
* application: Unset the registered state after shutting downMarco Trevisan (Treviño)2021-04-271-0/+7
* gapplication: fix arguments leak in error pathMichael Catanzaro2021-04-011-1/+6
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-3/+3
* docs: Fix example program linkAvinash Sonawane2021-03-241-1/+1
* gapplication: Fix a memory leakMohammed Sadiq2021-02-041-0/+1
* Fix several missing initializer warnings in gio/gapplication.c:g_application_...Emmanuel Fleury2021-02-011-3/+3
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-4/+4
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gapplication: Fix a minor typo in the documentationMatthew Leeds2020-03-101-1/+1
* Merge branch 'gapplication-docs-typo' into 'master'Emmanuele Bassi2020-02-241-1/+1
|\
| * gapplication: Fix a minor typo in the documentationPhilip Withnall2020-02-241-1/+1
* | gapplication: Improve formatting of variant formats in documentationPhilip Withnall2020-02-241-8/+8
* | gapplication: Consistently use non-copying variant formats in docsPhilip Withnall2020-02-241-3/+3
|/
* Merge branch 'application-free-remote-actions' into 'master'Philip Withnall2019-07-291-0/+2
|\
| * gapplication: Fix a leaking GRemoteActionGroup memberPhilip Withnall2019-07-291-0/+2
* | gapplication: remove inactivity_timeout source on finalizeTing-Wei Lan2019-07-271-0/+3
|/
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-4/+20
* gio: ensure default va_marshaller is usedChristian Hergert2019-06-171-3/+3
* gapplication: skip unexpected -psn_ parameterIgnacio Casal Quinteiro2019-05-221-0/+22
* GApplication: Add a way to replace a unique instanceMatthias Clasen2018-11-261-0/+46
* docs: Fix a doubly-defined symbol in the GApplication documentationPhilip Withnall2018-11-231-2/+2
* gapplication: Tighten up application ID validationPhilip Withnall2018-03-131-51/+39
* Bug-790839 GApplication command line --help enhancementshowetuft2018-01-031-1/+81
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-1/+2
* docs: Clarify relationship of quit() to hold countPhilip Chimento2017-09-111-0/+4
* GApplication: Fix required # of elements in docsDaniel Boles2017-09-061-1/+1
* GApplication: Use a WARNING if dbus_unregister is called by destructorDebarshi Ray2017-07-241-5/+17
* GApplication: Assert that dbus_unregister was called before destructionDebarshi Ray2017-07-201-3/+14
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-4/+4
* GApplication: Remove some unused membersMatthias Clasen2017-05-251-3/+0
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-7/+7
* gapplication: Fix a typo in a documentation commentPhilip Withnall2016-11-081-1/+1
* gapplication: Properly free the option_stringsTimm Bäder2016-10-241-4/+4
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-1/+1
* Partly revert "gio: Add filename type annotations"Christoph Reiter2016-06-071-2/+1
* gio: Add filename type annotationsChristoph Reiter2016-06-041-1/+2
* Improve GApplication docsMatthias Clasen2016-04-131-5/+5
* docs: Add Since for handle_local_optionsDebarshi Ray2016-04-111-1/+1