From 2672f6a1f43d054c0aab34b623f0f0e6edd8ed5f Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 18 Jul 2012 17:36:44 -0400 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1