summaryrefslogtreecommitdiff
path: root/gladeui/glade-app.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-05-22 19:41:39 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-05-22 19:44:29 -0300
commit788c17e4e180b3e3c1f99bbfa729063a99a0829b (patch)
treeadbdda468deaa8e2afb6d0d8d5c0c24a6cb89663 /gladeui/glade-app.h
parent4c4e8890936aba420265e4925fede243ae9b9999 (diff)
downloadglade-788c17e4e180b3e3c1f99bbfa729063a99a0829b.tar.gz
Replaced use of -export-symbols with -export-symbols-regex
Removed old undefined symbols to fix build error on windows glade_app_get_plugins_dir() glade_catalog_supports_libglade() glade_catalog_supports_gtkbuilder() glade_signal_editor_construct_signals_list()
Diffstat (limited to 'gladeui/glade-app.h')
-rw-r--r--gladeui/glade-app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gladeui/glade-app.h b/gladeui/glade-app.h
index 6b3e4b3b..6f10be00 100644
--- a/gladeui/glade-app.h
+++ b/gladeui/glade-app.h
@@ -98,7 +98,6 @@ void glade_app_search_docs (const gchar *book,
/* package paths */
const gchar *glade_app_get_catalogs_dir (void) G_GNUC_CONST;
const gchar *glade_app_get_modules_dir (void) G_GNUC_CONST;
-const gchar *glade_app_get_plugins_dir (void) G_GNUC_CONST;
const gchar *glade_app_get_pixmaps_dir (void) G_GNUC_CONST;
const gchar *glade_app_get_locale_dir (void) G_GNUC_CONST;
const gchar *glade_app_get_bin_dir (void) G_GNUC_CONST;