summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/launcher.h')
-rw-r--r--mate-panel/launcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-panel/launcher.h b/mate-panel/launcher.h
index 2d3594bb..8cfd50b9 100644
--- a/mate-panel/launcher.h
+++ b/mate-panel/launcher.h
@@ -1,6 +1,7 @@
/*
* MATE panel launcher module.
* (C) 1997 The Free Software Foundation
+ * Copyright (C) 2012-2021 MATE Developers
*
* Authors: Miguel de Icaza
* Federico Mena
@@ -25,6 +26,7 @@ typedef struct {
char *location;
GKeyFile *key_file;
+ GFileMonitor *monitor;
GtkWidget *prop_dialog;
GSList *error_dialogs;
@@ -72,7 +74,6 @@ void launcher_properties_destroy (Launcher *launcher);
void panel_launcher_set_dnd_enabled (Launcher *launcher,
gboolean dnd_enabled);
-
#ifdef __cplusplus
}
#endif