aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-permission-manager.c
diff options
context:
space:
mode:
authorAdam Hooper <adamh@densi.com>2003-12-10 06:23:07 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-12-10 06:23:07 +0800
commit1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80 (patch)
treea1de8c874fadd7e2ef3478de1f8a114554fa90e1 /embed/ephy-permission-manager.c
parent8a7cfd5a9a6a2fe10c78199dd1a81c6a13118835 (diff)
downloadgsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.tar
gsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.tar.gz
gsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.tar.bz2
gsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.tar.lz
gsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.tar.xz
gsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.tar.zst
gsoc2013-epiphany-1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80.zip
Move events code inside EphyBrowser.cpp and add an event for blocked
2003-12-09 Adam Hooper <adamh@densi.com> * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: Move events code inside EphyBrowser.cpp and add an event for blocked popup. * embed/ephy-permission-manager.c: Some more docs * src/Makefile.am: * src/ephy-window.c: (ephy_window_get_statusbar): * src/ephy-window.h: Add a way to access the statusbar for plugins
Diffstat (limited to 'embed/ephy-permission-manager.c')
-rw-r--r--embed/ephy-permission-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-permission-manager.c b/embed/ephy-permission-manager.c
index 9ef7512a9..b4b60ab78 100644
--- a/embed/ephy-permission-manager.c
+++ b/embed/ephy-permission-manager.c
@@ -283,7 +283,8 @@ ephy_permission_manager_test (EphyPermissionManager *manager,
* @manager: the #EphyPermissionManager
* @type: a #EphyPermissionType
*
- * Lists all permission entries of type @type in the permissions database.
+ * Lists all permission entries of type @type in the permissions database, each
+ * as its own #EphyPermissionInfo
*
* Return value: the list of permission entries
**/