summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-private.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2010-02-08 16:08:56 -0500
committerRay Strode <rstrode@redhat.com>2010-02-08 16:18:11 -0500
commitf5c918550dbabe04ece27e9f80234af93ef54514 (patch)
tree3448280f47201e406b195bc9c6fe02e6908d5a6f /daemon/gdm-session-private.h
parent0f1de4cc52364d6a6bbb0becff6177cef81e0183 (diff)
downloadgdm-f5c918550dbabe04ece27e9f80234af93ef54514.tar.gz
Rename session "Open" method to "StartConversation"
Open is very general. If we rename it, then we can use the term "open" for the state after PAM finishes checking identity, authorizing, and giving out credentials, before a session is started.
Diffstat (limited to 'daemon/gdm-session-private.h')
-rw-r--r--daemon/gdm-session-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-session-private.h b/daemon/gdm-session-private.h
index 6a6fcfc8..b196e492 100644
--- a/daemon/gdm-session-private.h
+++ b/daemon/gdm-session-private.h
@@ -27,7 +27,7 @@
G_BEGIN_DECLS
/* state changes */
-void _gdm_session_opened (GdmSession *session);
+void _gdm_session_conversation_started (GdmSession *session);
void _gdm_session_setup_complete (GdmSession *session);
void _gdm_session_setup_failed (GdmSession *session,
const char *message);