aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-permission-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-permission-manager.c')
-rw-r--r--embed/ephy-permission-manager.c6
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,