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 /embed/ephy-permission-manager.c | |
parent | eb8fa514e6e3edb93be01d44ecc80608501979df (diff) | |
download | gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.gz gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.tar.zst gsoc2013-epiphany-0256c457bc5558d97c98c17ee673923def23a85e.zip |
introspection: fix wrong and missing annotations
Bug #636790
Diffstat (limited to 'embed/ephy-permission-manager.c')
-rw-r--r-- | embed/ephy-permission-manager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-permission-manager.c b/embed/ephy-permission-manager.c index 9ae054c8d..2deaf94b9 100644 --- a/embed/ephy-permission-manager.c +++ b/embed/ephy-permission-manager.c @@ -44,7 +44,7 @@ ephy_permission_info_get_type (void) * ephy_permission_info_new: * @host: a host name * @type: an #EphyPermissionType - * @allowed: whether @host should be allowed to do what @type specifies + * @permission: whether @host should be allowed to do what @type specifies * * Return value: the new #EphyPermissionInfo **/ @@ -278,7 +278,7 @@ ephy_permission_manager_test_permission (EphyPermissionManager *manager, } /** - * ephy_permission_manager_list_permission: + * ephy_permission_manager_list_permissions: * @manager: the #EphyPermissionManager * @type: a string to identify the type of the permission * @@ -286,7 +286,7 @@ ephy_permission_manager_test_permission (EphyPermissionManager *manager, * as its own #EphyPermissionInfo. These entries must be freed using * ephy_permission_info_free(). * - * Return value: the list of permission database entries + * Return value: (transfer none): the list of permission database entries **/ GList * ephy_permission_manager_list_permissions (EphyPermissionManager *manager, |