summaryrefslogtreecommitdiff
path: root/daemon/gdm-launch-environment.h
diff options
context:
space:
mode:
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);