diff options
Diffstat (limited to 'src/ephy-toolbar.c')
-rw-r--r-- | src/ephy-toolbar.c | 4 |
1 files changed, 4 insertions, 0 deletions
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. */ |