summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.h
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-05-07 18:58:11 +0200
committerRay Strode <rstrode@redhat.com>2012-07-17 04:14:55 -0400
commit53e24b49b05adaf21b1835a8052e2c34aa2c8c7e (patch)
treed67863b600fa3fa50129fa0a40613d06064b6c53 /daemon/gdm-session.h
parent3eeec6eec9bcc52da9a788a6ab21b162c275c2b5 (diff)
downloadgdm-53e24b49b05adaf21b1835a8052e2c34aa2c8c7e.tar.gz
daemon: Port GdmSession to use GDBus
GdmSession is an object in the slave that manages the various session worker processes. Each session worker process talks to PAM to perform authentication for the user. For instance, if the user has a fingerprint reader, then there will normally be two worker processes, one for handling fingerprint auth, and one for handling password auth. GdmSession is the interface layer in the slave to talking to those running worker processes. This commit ports GdmSession over to GDBus from dbus-glib. https://bugzilla.gnome.org/show_bug.cgi?id=622888
Diffstat (limited to 'daemon/gdm-session.h')
-rw-r--r--daemon/gdm-session.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/daemon/gdm-session.h b/daemon/gdm-session.h
index 1961be09..2810c89b 100644
--- a/daemon/gdm-session.h
+++ b/daemon/gdm-session.h
@@ -34,11 +34,6 @@ G_BEGIN_DECLS
typedef struct _GdmSessionPrivate GdmSessionPrivate;
-enum {
- GDM_SESSION_CRED_ESTABLISH = 0,
- GDM_SESSION_CRED_REFRESH,
-};
-
typedef struct
{
GObject parent;
@@ -174,14 +169,6 @@ void gdm_session_select_user (GdmSession *session,
const char *username);
void gdm_session_cancel (GdmSession *session);
-/* Exported methods */
-gboolean gdm_session_restart (GdmSession *session,
- GError **error);
-gboolean gdm_session_stop (GdmSession *session,
- GError **error);
-gboolean gdm_session_detach (GdmSession *session,
- GError **error);
-
G_END_DECLS
#endif /* GDM_SESSION_H */