summaryrefslogtreecommitdiff
path: root/gio/gapplicationimpl-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* gapplicationimpl-dbus: Fix leak of fd list objectColin Walters2014-07-231-0/+1
* Fix old wiki linksMichael Catanzaro2014-07-011-1/+1
* GApplication: parse command line optionsRyan Lortie2014-02-061-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GApplication: fix bogus testcaseRyan Lortie2013-11-071-1/+2
* gapplication: don't emit warnings for DBus callsGiovanni Campagna2013-10-261-0/+16
* gapplication: fix memory leakGiovanni Campagna2013-10-261-2/+8
* Revert "gapplication: don't rely on cmdline being finalized immediately"Ryan Lortie2013-10-171-23/+3
* gapplication: don't rely on cmdline being finalized immediatelyCosimo Cecchi2013-10-161-3/+23
* GApplication: reply to ActivateActionRyan Lortie2013-07-141-0/+2
* Update link to documentationwip/desktop-actionsMatthias Clasen2013-06-061-1/+1
* GApplication: implement fd.o application specRyan Lortie2013-06-051-2/+76
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-1/+1
* GApplication: don't leak 'hint' on remote OpenRyan Lortie2013-04-291-1/+1
* application: introduce methods to mark the application as busyCosimo Cecchi2013-04-041-0/+55
* Add g_close(), use itColin Walters2013-01-291-1/+2
* Add g_application_command_line_get_stdin()Ryan Lortie2012-12-271-9/+64
* various: add missing cases of #include "config.h"Ryan Lortie2012-12-061-0/+2
* gdbusactiongroup: Add prototype for g_dbus_action_group_sync()Colin Walters2012-11-021-7/+1
* application: Add dbus register/unregister hooksChristian Persch2012-05-291-1/+14
* application: Save a few bytes in the libraryChristian Persch2012-05-241-24/+24
* GApplication: add accessor for DBus informationRyan Lortie2012-04-301-0/+11
* GApplication: allow null application_idRyan Lortie2012-04-301-0/+6
* GApplication: fix name unregister logicRyan Lortie2012-03-031-9/+7
* GApplication: put non-unique apps on D-BusRyan Lortie2012-02-091-1/+21
* GApplication: drop support for appmenu/menubarsRyan Lortie2012-01-181-154/+0
* Add references to the dbus interface docs on the wikiMatthias Clasen2011-12-201-0/+4
* Drop public menu APIs from GApplicationRyan Lortie2011-12-191-4/+10
* GApplication: receiving end of GRemoteActionGroupRyan Lortie2011-12-171-1/+5
* introduce GRemoteActionGroupRyan Lortie2011-12-171-27/+8
* GApplication: send platform data for actions againRyan Lortie2011-12-161-0/+20
* GDBusActionGroup: make API just like GDBusMenuModelRyan Lortie2011-12-081-3/+9
* GDBusActionGroup: drop ability to 'inject'Ryan Lortie2011-12-081-2/+1
* GApplication dbus: publish the menus againRyan Lortie2011-12-081-0/+150
* Action group exporter: clean up the APIRyan Lortie2011-12-081-6/+6
* GApplication: simplify dbus implRyan Lortie2011-12-081-175/+123
* GApplication dbus: use XML for introspectionRyan Lortie2011-12-081-78/+66
* GApplication: make distinction about menusRyan Lortie2011-12-081-5/+5
* Rename exporter APIsMatthias Clasen2011-12-081-14/+14
* Add g_application_set_menuMatthias Clasen2011-12-081-0/+39
* GApplication: use GDBusActionGroupMatthias Clasen2011-12-081-226/+8
* GApplication: port action client to new D-Bus APIRyan Lortie2011-12-081-95/+110
* GApplication: use GActionGroup exporterRyan Lortie2011-12-081-191/+12
* Revert "Use an XML blob for gapplication interface info"Ryan Lortie2011-12-081-58/+107
* Revert "Forgot one interface..."Ryan Lortie2011-12-081-24/+3
* Forgot one interface...Matthias Clasen2011-11-281-3/+24
* Use an XML blob for gapplication interface infoMatthias Clasen2011-11-281-107/+58
* GApplication: unregister action interface exportRyan Lortie2011-11-261-0/+6
* GApplication: don't fail if can't get session busRyan Lortie2011-11-221-6/+9
* GApplication: unregister bus nameMatthias Clasen2011-11-191-0/+11