aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-07 07:13:11 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-07 07:13:11 +0800
commit020d759fa2d1a462d4179210bf7f5f8622246380 (patch)
tree74ffe6bf2c8005967a5651f20ed63c48d6543f61 /lib/egg
parent3b089d15448350161cfe7cee83dbfc57d33df11b (diff)
downloadgsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar
gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.gz
gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.bz2
gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.lz
gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.xz
gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.zst
gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.zip
Add dummy functions to call some get_types funcs, otherwise they don't get
2005-01-07 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (register_type): * lib/ephy-state.c: (register_type): * lib/ephy-state.h: Add dummy functions to call some get_types funcs, otherwise they don't get exported. * src/Makefile.am: Remove unused defines.
Diffstat (limited to 'lib/egg')
-rwxr-xr-xlib/egg/egg-toolbars-model.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbars-model.c b/lib/egg/egg-toolbars-model.c
index a92617f92..5e9d81b65 100755
--- a/lib/egg/egg-toolbars-model.c
+++ b/lib/egg/egg-toolbars-model.c
@@ -827,3 +827,9 @@ egg_toolbars_model_get_item_type (EggToolbarsModel *t,
return retval;
}
+
+G_GNUC_UNUSED static void
+register_type (void)
+{
+ egg_tb_model_flags_get_type ();
+}