diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-08 20:07:23 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-09 06:43:11 +0800 |
commit | 0256c457bc5558d97c98c17ee673923def23a85e (patch) | |
tree | 17152f86a9fb3e0c9c073f4b288c388f6183424e /src/ephy-toolbar.c | |
parent | eb8fa514e6e3edb93be01d44ecc80608501979df (diff) | |
download | gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.gz gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.bz2 gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.lz gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.xz gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.zst gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.zip |
introspection: fix wrong and missing annotations
Bug #636790
Diffstat (limited to 'src/ephy-toolbar.c')
-rw-r--r-- | src/ephy-toolbar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c index a6edc29c0..65b515872 100644 --- a/src/ephy-toolbar.c +++ b/src/ephy-toolbar.c @@ -353,12 +353,12 @@ ephy_toolbar_set_window (EphyToolbar *toolbar, /* public functions */ /** - * ephy_toolbar_get_action_group + * ephy_toolbar_get_action_group: * @toolbar: an #EphyToolbar widget * * Gets the #GtkActionGroup for @toolbar. * - * Return value: (transfer none): + * Return value: (transfer none): the #GtkActionGroup associated with @toolbar **/ GtkActionGroup * ephy_toolbar_get_action_group (EphyToolbar *toolbar) |