summaryrefslogtreecommitdiff
path: root/gio/gapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gapplication: add a way to override the app-idLars Uebernickel2016-02-181-7/+25
* application: Fix annoation of g_application_add_option_groupRico Tzschichholz2016-02-021-1/+1
* g_application_run(): Fix on Windows When Using BindingsChun-wei Fan2015-12-221-1/+28
* GApplication: Avoid getting the default context repeatidlyXavier Claessens2015-12-161-4/+6
* gapplication: Acquire the main context before runningJasper St. Pierre2015-12-161-0/+9
* GApplication: destroy the impl on shutdownAllison Ryan Lortie2015-12-161-1/+5
* docs: Be more precise on the use of set_resource_base_path()Emmanuele Bassi2015-12-011-1/+6
* GApplication: improve docsMatthias Clasen2015-11-251-0/+11
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-6/+6
* gapplication: Stop handle-local-options emission on errorsChristophe Fergeau2015-07-261-1/+1
* gapplication: Fix typos in handle-local-options API docChristophe Fergeau2015-07-261-2/+2
* gapplication: Initialize backend before withdrawing notificationsKalev Lember2015-06-231-2/+4
* gapplication: Make sure --help output is translatedChristophe Fergeau2015-06-091-1/+4
* GApplication: don't iterate further on _quit()Ryan Lortie2015-03-021-2/+3
* gio: Add some missing type annotations to object argumentsRico Tzschichholz2015-03-011-2/+2
* GApplication: let the main loop drain on shutdownRyan Lortie2015-02-221-0/+3
* gapplication: add "is-busy"Lars Uebernickel2015-02-191-3/+47
* gapplication: stop using deprecated APIRyan Lortie2015-02-181-2/+2
* gapplication: tune busy-bindingLars Uebernickel2015-02-181-30/+59
* gapplication: never set the prgname to the app idLars Uebernickel2015-02-171-17/+6
* gapplication: add bind_busy_property()Lars Uebernickel2015-02-161-0/+104
* docs: fix up docs issues in gio/Xavier Claessens2015-02-051-0/+10
* gapplication: enable --help when app has optionsLars Uebernickel2014-11-151-14/+14
* GApplication: ignore --help if not handling argsRyan Lortie2014-10-201-1/+7
* GApplication: Plug a memory leakMatthias Clasen2014-10-141-0/+2
* GApplication:handle-local-options: document return valueJasper St. Pierre2014-09-161-5/+5
* g_application_add_main_option: fix type signatureJasper St. Pierre2014-09-161-1/+1
* Fix some introspection warningsJasper St. Pierre2014-09-161-1/+1
* GApplication: Add g_application_add_main_optionJonas Danielsson2014-08-201-2/+65
* GApplication: add a "resource base path"Ryan Lortie2014-07-071-0/+104
* GApplication: Don't decrease use_count below 0Marek Kasik2014-04-041-0/+1