summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-05-20 01:13:00 +0200
committerRay Strode <rstrode@redhat.com>2012-07-17 04:14:56 -0400
commit6ce1c7da0adc152d8cd15b97a7802dedae0d2125 (patch)
tree5066512e2e6f7d8e6954ae689050e157ec8ac605 /.gitignore
parent982e196311fae009252cbd85cc6d5f7db4b2a17f (diff)
downloadgdm-6ce1c7da0adc152d8cd15b97a7802dedae0d2125.tar.gz
libgdmgreeter: generate implementation
GdmGreeterClient is the interface greeters use to communicate with their respective slaves. It will eventually also be useful as an interface for screensavers to do authentication. The actual GdmGreeterClient code is a just a thin wrapper around some libdbus calls. Something very similar can be automatically generated using gdbus-codegen. This commit: - updates the library to use the most up to date dbus interfaces provided by the daemon - replaces the hand rolled dbus code with generated code, but leaving the client interface to get at the generated objects. Based on work by Giovanni Campagna <gcampagna@src.gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=676381
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fc22e18e..9bec5a94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,6 +126,10 @@ docs/gdm-oc.omf
docs/gdm-ru.omf
docs/gdm-sv.omf
docs/gdm-uk.omf
+gui/libgdmgreeter/gdm-client-glue.h
+gui/libgdmgreeter/gdm-client-glue.c
+gui/libgdmgreeter/gdm-manager-glue.h
+gui/libgdmgreeter/gdm-manager-glue.c
gui/simple-chooser/gdm-host-chooser
gui/simple-chooser/gdm-simple-chooser
gui/simple-greeter/gdm-simple-greeter