aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2009-12-03 04:01:41 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2009-12-03 06:47:16 +0800
commit0fdd13a976543bf83ed360d42eabf085294195f1 (patch)
tree6ab82a3fa53c62fcaa68ffa052f2981cd8d69575 /src
parent86bb4541358937173e2a64f86d17bc3eebba8024 (diff)
downloadgsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.tar
gsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.tar.gz
gsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.tar.bz2
gsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.tar.lz
gsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.tar.xz
gsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.tar.zst
gsoc2013-epiphany-0fdd13a976543bf83ed360d42eabf085294195f1.zip
docs: missing parameters in signals
Bug #503852
Diffstat (limited to 'src')
-rw-r--r--src/ephy-location-action.c1
-rw-r--r--src/ephy-toolbar.c4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index baf137c49..580aa905b 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -665,6 +665,7 @@ ephy_location_action_class_init (EphyLocationActionClass *class)
/**
* EphyLocationAction::lock-clicked:
+ * @action: the object which received the signal.
*
* Emitted when the user clicks on the security icon of the internal
* #EphyLocationEntry.
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index 603662e4c..b562ebbda 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -743,6 +743,7 @@ ephy_toolbar_class_init (EphyToolbarClass *klass)
/**
* EphyToolbar::activation-finished:
+ * @toolbar: the object which received the signal.
*
* Emitted when the user clicks on the security icon of the internal
* #EphyLocationEntry.
@@ -759,6 +760,7 @@ ephy_toolbar_class_init (EphyToolbarClass *klass)
/**
* EphyToolbar::exit-clicked:
+ * @toolbar: the object which received the signal.
*
* Emitted when the user clicks on the security icon of the internal
* #EphyLocationEntry.
@@ -776,6 +778,7 @@ ephy_toolbar_class_init (EphyToolbarClass *klass)
/**
* EphyToolbar::lock-clicked:
+ * @toolbar: the object which received the signal.
*
* Emitted when the user clicks on the security icon of the internal
* #EphyLocationEntry.
@@ -792,6 +795,7 @@ ephy_toolbar_class_init (EphyToolbarClass *klass)
0);
/**
* EphyToolbar:window:
+ * @toolbar: the object which received the signal.
*
* Parent window of the toolbar.
*/