From 0256c457bc5558d97c98c17ee673923def23a85e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 8 Dec 2010 13:07:23 +0100 Subject: introspection: fix wrong and missing annotations Bug #636790 --- embed/ephy-permission-manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/ephy-permission-manager.c') 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, -- cgit v1.2.3