summaryrefslogtreecommitdiff
path: root/daemon/gdm-launch-environment.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2017-03-31 15:01:06 -0400
committerRay Strode <rstrode@redhat.com>2017-03-31 17:21:58 -0400
commit4bf8912516661f7f03c0906ff484c95df240e911 (patch)
treec4d84d5233988743e0d3049322fd375fd22b7a2b /daemon/gdm-launch-environment.h
parent09bf96930a16d0efff5cc6301e828f7d17b28530 (diff)
downloadgdm-4bf8912516661f7f03c0906ff484c95df240e911.tar.gz
launch-environment: implement hostname-selected signal
We're connecting to a signal that isn't implemented. This commit adds the implementation. A slightly better fix might be to cut out some of the layers, of middle men passing around hostname-selected, but for now this is fine. https://bugzilla.gnome.org/show_bug.cgi?id=780787
Diffstat (limited to 'daemon/gdm-launch-environment.h')
-rw-r--r--daemon/gdm-launch-environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/gdm-launch-environment.h b/daemon/gdm-launch-environment.h
index 3fd875c2..c2a09d1c 100644
--- a/daemon/gdm-launch-environment.h
+++ b/daemon/gdm-launch-environment.h
@@ -59,6 +59,8 @@ typedef struct
int exit_code);
void (* died) (GdmLaunchEnvironment *launch_environment,
int signal_number);
+ void (* hostname_selected) (GdmLaunchEnvironment *launch_environment,
+ const char *hostname);
} GdmLaunchEnvironmentClass;
GType gdm_launch_environment_get_type (void);