summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-07-18 17:36:44 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2012-08-01 12:14:18 -0300
commit2672f6a1f43d054c0aab34b623f0f0e6edd8ed5f (patch)
treeaf964ed59f02f34420c464b2812819b349e2d54f /.gitignore
parentae725b063b007f75b265c82cfa0275f16233aee7 (diff)
downloadgdm-2672f6a1f43d054c0aab34b623f0f0e6edd8ed5f.tar.gz
daemon: Replace old method/signal-based API with async method calls
Before, the session worker and session communicated by a series of signals and methods... but backwards. The session worker would listen for a series of signals sent out by the session, and respond back by calling methods on it. This requires a lot of annoying, silly manual labor when trying to add another method to the API. So, reverse the API so that the worker manager calls async methods on the worker itself. https://bugzilla.gnome.org/show_bug.cgi?id=678057
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8e1605f1..60a4d5bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,8 @@ gdm-safe-restart
gdm.schemas
gdm-session-glue.h
gdm-session-glue.c
+gdm-session-worker-glue.h
+gdm-session-worker-glue.c
gdm-settings-glue.h
gdm-settings-glue.c
gdm-simple-greeter.desktop.in