aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-25 02:44:19 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-25 02:44:19 +0800
commit3fb4e4db0026102a716b60c3ea3ed78a87820376 (patch)
tree369cf8e2ec86cfb6bc3f21f3a03f8f5e1162a4b8
parent90d8eb2d9f1e0d77e7f5f673c8872e23eda52378 (diff)
downloadgsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar
gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.gz
gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.bz2
gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.lz
gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.xz
gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.zst
gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.zip
Remove tons of unused marshals.
2004-12-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-marshal.list: Remove tons of unused marshals. * src/ephy-link.c: (ephy_link_base_init): Fix marshaler to match actual signal signature.
-rw-r--r--ChangeLog10
-rw-r--r--lib/ephy-marshal.list7
-rw-r--r--src/ephy-link.c2
3 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b381708..e47c729c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-12-24 Christian Persch <chpe@cvs.gnome.org>
+ * lib/ephy-marshal.list:
+
+ Remove tons of unused marshals.
+
+ * src/ephy-link.c: (ephy_link_base_init):
+
+ Fix marshaler to match actual signal signature.
+
+2004-12-24 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-notebook.c: (ephy_notebook_get_type),
(notebook_drag_data_received_cb):
* src/ephy-window.c: (open_link_cb), (ephy_window_init),
diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list
index 07456188c..2dddd1e31 100644
--- a/lib/ephy-marshal.list
+++ b/lib/ephy-marshal.list
@@ -2,14 +2,9 @@ BOOLEAN:OBJECT
BOOLEAN:STRING,STRING
BOOLEAN:VOID
OBJECT:FLAGS
-OBJECT:OBJECT,STRING,FLAGS
+OBJECT:STRING,OBJECT,FLAGS
VOID:ENUM
-VOID:ENUM,INT,BOOLEAN
-VOID:INT,INT
-VOID:POINTER,INT
VOID:POINTER,BOOLEAN
VOID:POINTER,POINTER
VOID:STRING,INT
-VOID:STRING,INT,INT
VOID:STRING,STRING
-VOID:STRING,BOOLEAN
diff --git a/src/ephy-link.c b/src/ephy-link.c
index 05e8afdb7..6adb758bc 100644
--- a/src/ephy-link.c
+++ b/src/ephy-link.c
@@ -68,7 +68,7 @@ ephy_link_base_init (gpointer g_class)
G_SIGNAL_RUN_FIRST | G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EphyLinkIface, open_link),
ephy_signal_accumulator_object, ephy_tab_get_type,
- ephy_marshal_OBJECT__OBJECT_STRING_FLAGS,
+ ephy_marshal_OBJECT__STRING_OBJECT_FLAGS,
EPHY_TYPE_TAB,
3,
G_TYPE_STRING,