New gapplication(1) tool
authorRyan Lortie <desrt@desrt.ca>
Sun, 14 Jul 2013 23:43:19 +0000 (19:43 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 17 Oct 2013 14:12:27 +0000 (10:12 -0400)
commit9defb6b1b1de18b6005148e036941e89b400dbd2
tree00d179cc10ac9569a681762ae7de45ba6d019e84
parent4e1e36a7f0d3254bad01aaf3ba94dc70b230ef62
New gapplication(1) tool

This is essentially a commandline implementation of the client-side of
the org.freedesktop.Application D-Bus interface.

It includes support for tab-completion based on desktop files and their
contents.

https://bugzilla.gnome.org/show_bug.cgi?id=704218
docs/reference/gio/Makefile.am
docs/reference/gio/gapplication.xml [new file with mode: 0644]
gio/.gitignore
gio/Makefile.am
gio/completion/gapplication [new file with mode: 0644]
gio/gapplication-tool.c [new file with mode: 0644]