summaryrefslogtreecommitdiff
path: root/src/glade-window.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-03-17 20:25:21 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-03-17 20:28:35 -0300
commit5716cbb64b281e2325d21bb4ae53a4ba7a07e906 (patch)
tree12e01b998269963dcddb330e799f04b03f03a343 /src/glade-window.h
parenta126b58570d36a8a670908c7a9546e84b22a6bbf (diff)
downloadglade-5716cbb64b281e2325d21bb4ae53a4ba7a07e906.tar.gz
Added message dialog at startup to advertise the user survey.
The dialog will be shown until the user either completes the survey or checks the "Do not show this dialog again" check button
Diffstat (limited to 'src/glade-window.h')
-rw-r--r--src/glade-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glade-window.h b/src/glade-window.h
index d66758b9..f72323da 100644
--- a/src/glade-window.h
+++ b/src/glade-window.h
@@ -59,6 +59,8 @@ gboolean glade_window_open_project (GladeWindow *window,
void glade_window_check_devhelp (GladeWindow *window);
+void glade_window_registration_notify_user (GladeWindow *window);
+
G_END_DECLS
#endif /* __GLADE_WINDOW_H__ */