diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-07 03:41:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-07 03:41:09 +0800 |
commit | 5e981603003e1cabbc0d9b0d0a0f37e04c0da998 (patch) | |
tree | 8a281d50594f6a219f3b7197c414c18222f5c591 /lib/ephy-state.c | |
parent | 7116e574da0fbe0c66c11e099996ad0f4c481035 (diff) | |
download | gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.tar gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.tar.gz gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.tar.bz2 gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.tar.lz gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.tar.xz gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.tar.zst gsoc2013-epiphany-5e981603003e1cabbc0d9b0d0a0f37e04c0da998.zip |
More auto-generated types.
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
* lib/ephy-state.c:
* lib/ephy-state.h:
More auto-generated types.
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r-- | lib/ephy-state.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c index 4871b2ea1..452d56b7b 100644 --- a/lib/ephy-state.c +++ b/lib/ephy-state.c @@ -513,25 +513,3 @@ ephy_state_save (void) states_db = NULL; } } - -GType -ephy_state_window_flags_get_type (void) -{ - static GType type = 0; - - if (G_UNLIKELY (type == 0)) - { - static const GFlagsValue values[] = - { - { EPHY_STATE_WINDOW_SAVE_NONE, "EPHY_STATE_WINDOW_SAVE_NONE", "none" }, - { EPHY_STATE_WINDOW_SAVE_SIZE, "EPHY_STATE_WINDOW_SAVE_SIZE", "size" }, - { EPHY_STATE_WINDOW_SAVE_POSITION, "EPHY_STATE_WINDOW_SAVE_POSITION", "position" }, - - { 0, NULL, NULL } - }; - - type = g_flags_register_static ("EphyStateWindowFlags", values); - } - - return type; -} |