GApplication: add G_APPLICATION_NON_UNIQUE
authorRyan Lortie <desrt@desrt.ca>
Sun, 10 Apr 2011 11:51:55 +0000 (07:51 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 10 Apr 2011 11:55:33 +0000 (07:55 -0400)
commit9d204338f3e2a0eb7fb53eb7287040eb8d0f8589
tree7e3234f41f56824550c45367a1807f336acc0201
parent53389d963d1271d0c36862e2b4866ff5231b9b9e
GApplication: add G_APPLICATION_NON_UNIQUE

Add a flag to essentially short-circuit g_application_register().  The
application makes no attempt to acquire the bus name or check for
existing instances with that name.  The application is never considered
as being 'remote' and all requests are handled locally.

Closes #646985.
gio/gapplication.c
gio/gioenums.h