summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-display.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-01-19 09:09:49 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:10 -0500
commit33bb9cfd9bac812338a5fdd1f7351f8e7606dcd1 (patch)
tree1bcbbb0a409df12cc7b36fb131bffc9c4eb1566f /daemon/gdm-xdmcp-display.h
parentc5fd69528315b7c7dbb437ad78b790f293455bd9 (diff)
downloadgdm-33bb9cfd9bac812338a5fdd1f7351f8e7606dcd1.tar.gz
xdmcp-greeter-display: drop class
GdmXdmcpGreeterDisplay doesn't do anything that it's parent class does (except call unmanage from finalize which is strange and probably wrong). This commit drops the file and instead just uses GdmXdmcpDisplay directly, instead. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-xdmcp-display.h')
-rw-r--r--daemon/gdm-xdmcp-display.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/gdm-xdmcp-display.h b/daemon/gdm-xdmcp-display.h
index 10b85a89..e127614e 100644
--- a/daemon/gdm-xdmcp-display.h
+++ b/daemon/gdm-xdmcp-display.h
@@ -57,6 +57,10 @@ GType gdm_xdmcp_display_get_type (void);
gint32 gdm_xdmcp_display_get_session_number (GdmXdmcpDisplay *display);
GdmAddress * gdm_xdmcp_display_get_remote_address (GdmXdmcpDisplay *display);
+GdmDisplay * gdm_xdmcp_display_new (const char *hostname,
+ int number,
+ GdmAddress *address,
+ gint32 session_number);
G_END_DECLS