new GApplication implementation
authorRyan Lortie <desrt@desrt.ca>
Wed, 6 Oct 2010 17:08:26 +0000 (13:08 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 18 Oct 2010 23:16:46 +0000 (01:16 +0200)
commita7923a4aa3ff6d67672c6c69cd1b7d70fba9c57d
tree7f784ae089a512f907f989298bccc4417dcb5a49
parent9d80c361418f94c609840ec9f83741aede7e482c
new GApplication implementation
16 files changed:
gio/Makefile.am
gio/gapplication.c
gio/gapplication.h
gio/gapplicationimpl-dbus-interface.c [new file with mode: 0644]
gio/gapplicationimpl-dbus.c [new file with mode: 0644]
gio/gapplicationimpl.h [new file with mode: 0644]
gio/gdbusapplication.c [deleted file]
gio/gio-marshal.list
gio/gio.symbols
gio/gioenums.h
gio/giotypes.h
gio/tests/.gitignore
gio/tests/Makefile.am
gio/tests/application.c [deleted file]
gio/tests/testapp.c [deleted file]
gio/tests/testapps.c [deleted file]