diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-04 02:15:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-04 02:15:25 +0800 |
commit | 78c98f4f1bd781a6d83f91a37b3ed0c457d19457 (patch) | |
tree | d9b89f29e2c2bde7ded9943cfb3f7307bc48bb98 /lib/ephy-marshal.list | |
parent | c4b9c39ec588430681b25d52a1cd5f57dab716d4 (diff) | |
download | gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.tar gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.tar.gz gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.tar.bz2 gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.tar.lz gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.tar.xz gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.tar.zst gsoc2013-epiphany-78c98f4f1bd781a6d83f91a37b3ed0c457d19457.zip |
Another enum type.
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-permission-manager.c: (ephy_permission_get_type):
* embed/ephy-permission-manager.h:
Another enum type.
* lib/ephy-marshal.list:
Remove unused marshal.
* src/ephy-tab.c: (ephy_tab_class_init):
Use enum for security level type.
Diffstat (limited to 'lib/ephy-marshal.list')
-rw-r--r-- | lib/ephy-marshal.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list index 1933a40b7..8d61a9a54 100644 --- a/lib/ephy-marshal.list +++ b/lib/ephy-marshal.list @@ -3,7 +3,6 @@ BOOLEAN:STRING,STRING BOOLEAN:VOID OBJECT:FLAGS OBJECT:STRING,OBJECT,FLAGS -VOID:ENUM VOID:POINTER,BOOLEAN VOID:POINTER,POINTER VOID:STRING,FLAGS |