summaryrefslogtreecommitdiff
path: root/gio/gapplication.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20GApplication: Add g_application_add_main_optionJonas Danielsson1-2/+65
2014-07-07GApplication: add a "resource base path"Ryan Lortie1-0/+104
2014-04-04GApplication: Don't decrease use_count below 0Marek Kasik1-0/+1
2014-02-23Fix build of gio/gapplication.c on Visual C++Chun-wei Fan1-1/+2
2014-02-16Annotate g_application_add_main_option_entriesPaolo Borelli1-1/+2
2014-02-08Another stray litrealMatthias Clasen1-7/+7
2014-02-08Convert more xincluded examples to external linksMatthias Clasen1-23/+8
2014-02-08Remove a new literal tag that has crept inMatthias Clasen1-3/+2
2014-02-08Eradicate links and xrefsMatthias Clasen1-1/+2
2014-02-06Docs: use quotes instead of firsttermMatthias Clasen1-22/+21
2014-02-06GApplication: parse command line optionsRyan Lortie1-146/+579
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-1/+1
2014-02-01GApplication: Convert docs to markdownMatthias Clasen1-14/+24
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen1-11/+11
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-25Drop a no-longer-existing example from the docsMatthias Clasen1-8/+0
2014-01-17GApplication: change commandline encoding policyRyan Lortie1-11/+21
2014-01-10GApplication: allow handles_commandline and serviceRyan Lortie1-1/+2
2014-01-09GApplication: add --gapplication-service switchRyan Lortie1-0/+40
2014-01-07Add includes to all gio docsMatthias Clasen1-0/+1
2013-11-23application: Use printerr for runtime errorsChristian Persch1-2/+2
2013-10-21Clarify the g_application_withdraw_notification docsMatthias Clasen1-0/+4
2013-10-21Add GNotificationLars Uebernickel1-0/+99
2013-08-17GApplication: Stop using deprecated apiMatthias Clasen1-6/+6
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-5/+2
2013-06-05GApplication: set prgname to appid for servicesRyan Lortie1-5/+19
2013-04-04application: introduce methods to mark the application as busyCosimo Cecchi1-0/+58
2013-02-21GApplication: document IS_SERVICE timeout properlyRyan Lortie1-3/+6
2012-11-24GApplication: don't shutdown() on failure to startRyan Lortie1-1/+1
2012-10-16Remove g_type_init() callsRyan Lortie1-4/+0
2012-10-15Add return-if-fail checks to g_application_hold/releaseMatthias Clasen1-0/+4
2012-09-18GApplication: document differences from libuniqueRyan Lortie1-0/+13
2012-05-29application: Add dbus register/unregister hooksChristian Persch1-0/+36
2012-05-24Revert "application: Don't print a critical warning here"Christian Persch1-1/+1
2012-05-24application: Don't print a critical warning hereChristian Persch1-1/+1
2012-05-02application: Clarification about 'primary instance'Christian Persch1-2/+3
2012-04-30GApplication: add accessor for DBus informationRyan Lortie1-1/+64
2012-04-30GApplication: allow null application_idRyan Lortie1-23/+34
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-2/+2
2012-02-21GApplication: add g_application_quit()Ryan Lortie1-0/+29
2012-02-21docs: Fix GApplicationCommandLine typoDavid King1-3/+3
2012-02-21docs: Fix define typos in GApplicationDavid King1-2/+2
2012-02-21docs: Remove some old GMenu documentationDavid King1-4/+2
2012-02-15g_application_activate(): Fix typo in docs.Murray Cumming1-1/+1
2012-02-09GApplication: put non-unique apps on D-BusRyan Lortie1-12/+9
2012-01-30Assorted documentation fixesMatthias Clasen1-1/+2
2012-01-25e G_SOURCE_CONTINUE/REMOVE internallyMatthias Clasen1-1/+1
2012-01-18GApplication: drop support for appmenu/menubarsRyan Lortie1-104/+1
2011-12-19Drop public menu APIs from GApplicationRyan Lortie1-63/+11