summaryrefslogtreecommitdiff
path: root/gladeui/glade-private.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-08-07 19:58:52 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-08-07 20:06:22 -0300
commit3a5d198b9772038b66be0ac7252b27c2e0655254 (patch)
treeac354557f5a9a7c93fbdd16e939642373217262b /gladeui/glade-private.h
parente4b1d68311f34502a552fddca2c5ff1839600f16 (diff)
downloadglade-3a5d198b9772038b66be0ac7252b27c2e0655254.tar.gz
GladeProjectProperties: various UI improvements.
Port to use headerbar, stack and stach switcher. Add warnings textview for deprecations warnigns.
Diffstat (limited to 'gladeui/glade-private.h')
-rw-r--r--gladeui/glade-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gladeui/glade-private.h b/gladeui/glade-private.h
index a190be04..016184c0 100644
--- a/gladeui/glade-private.h
+++ b/gladeui/glade-private.h
@@ -63,6 +63,10 @@ _glade_project_emit_activate_signal_handler (GladeWidget *widget,
/* glade-project-properties.c */
void
+_glade_project_properties_set_warnings (GladeProjectProperties *props,
+ const gchar *warnings);
+
+void
_glade_project_properties_set_license_data (GladeProjectProperties *props,
const gchar *license,
const gchar *name,