diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
commit | 18325ac0850ff053477580b448fc6d1b7f21afa8 (patch) | |
tree | 95601b4b872d95ec4fed73d46835639ffbc159a3 /src/epiphany.defs | |
parent | c0267b1c65c216a3f1e4743be20b7175ac903b50 (diff) | |
download | gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.gz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.bz2 gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.lz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.xz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.zst gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.zip |
Exorcise gecko configure & build stuff
svn path=/trunk/; revision=8183
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r-- | src/epiphany.defs | 226 |
1 files changed, 113 insertions, 113 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index d7a7747e1..f3361ce1e 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -152,11 +152,11 @@ (gtype-id "EPHY_TYPE_PASSWORD_MANAGER") ) -(define-interface PermissionManager - (in-module "Ephy") - (c-name "EphyPermissionManager") - (gtype-id "EPHY_TYPE_PERMISSION_MANAGER") -) +;; (define-interface PermissionManager +;; (in-module "Ephy") +;; (c-name "EphyPermissionManager") +;; (gtype-id "EPHY_TYPE_PERMISSION_MANAGER") +;; ) (define-object SearchEntry (in-module "Ephy") @@ -329,16 +329,16 @@ ) ) -(define-enum Permission - (in-module "Ephy") - (c-name "EphyPermission") - (gtype-id "EPHY_TYPE_PERMISSION") - (values - '("allowed" "EPHY_PERMISSION_ALLOWED") - '("denied" "EPHY_PERMISSION_DENIED") - '("default" "EPHY_PERMISSION_DEFAULT") - ) -) +;; (define-enum Permission +;; (in-module "Ephy") +;; (c-name "EphyPermission") +;; (gtype-id "EPHY_TYPE_PERMISSION") +;; (values +;; '("allowed" "EPHY_PERMISSION_ALLOWED") +;; '("denied" "EPHY_PERMISSION_DENIED") +;; '("default" "EPHY_PERMISSION_DEFAULT") +;; ) +;; ) (define-flags TbModelFlags (in-module "Egg") @@ -965,10 +965,10 @@ (return-type "GType") ) -(define-function ephy_permission_get_type - (c-name "ephy_permission_get_type") - (return-type "GType") -) +;; (define-function ephy_permission_get_type +;; (c-name "ephy_permission_get_type") +;; (return-type "GType") +;; ) @@ -1563,90 +1563,90 @@ ;; From ../../embed/ephy-permission-manager.h -(define-function ephy_permission_get_type - (c-name "ephy_permission_get_type") - (return-type "GType") -) - -(define-function ephy_permission_info_get_type - (c-name "ephy_permission_info_get_type") - (return-type "GType") -) - -(define-function ephy_permission_info_new - (c-name "ephy_permission_info_new") - (is-constructor-of "EphyPermissionInfo") - (return-type "EphyPermissionInfo*") - (parameters - '("const-char*" "host") - '("const-char*" "type") - '("EphyPermission" "permission") - ) -) - -(define-method copy - (of-object "EphyPermissionInfo") - (c-name "ephy_permission_info_copy") - (return-type "EphyPermissionInfo*") -) - -(define-method free - (of-object "EphyPermissionInfo") - (c-name "ephy_permission_info_free") - (return-type "none") -) - -(define-function ephy_permission_manager_get_type - (c-name "ephy_permission_manager_get_type") - (return-type "GType") -) - -(define-method add_permission - (of-object "EphyPermissionManager") - (c-name "ephy_permission_manager_add_permission") - (return-type "none") - (parameters - '("const-char*" "host") - '("const-char*" "type") - '("EphyPermission" "permission") - ) -) - -(define-method remove_permission - (of-object "EphyPermissionManager") - (c-name "ephy_permission_manager_remove_permission") - (return-type "none") - (parameters - '("const-char*" "host") - '("const-char*" "type") - ) -) - -(define-method clear_permissions - (of-object "EphyPermissionManager") - (c-name "ephy_permission_manager_clear_permissions") - (return-type "none") -) - -(define-method test_permission - (of-object "EphyPermissionManager") - (c-name "ephy_permission_manager_test_permission") - (return-type "EphyPermission") - (parameters - '("const-char*" "host") - '("const-char*" "type") - ) -) - -(define-method list_permissions - (of-object "EphyPermissionManager") - (c-name "ephy_permission_manager_list_permissions") - (return-type "GList*") - (parameters - '("const-char*" "type") - ) -) - +;; (define-function ephy_permission_get_type +;; (c-name "ephy_permission_get_type") +;; (return-type "GType") +;; ) +;; +;; (define-function ephy_permission_info_get_type +;; (c-name "ephy_permission_info_get_type") +;; (return-type "GType") +;; ) +;; +;; (define-function ephy_permission_info_new +;; (c-name "ephy_permission_info_new") +;; (is-constructor-of "EphyPermissionInfo") +;; (return-type "EphyPermissionInfo*") +;; (parameters +;; '("const-char*" "host") +;; '("const-char*" "type") +;; '("EphyPermission" "permission") +;; ) +;; ) +;; +;; (define-method copy +;; (of-object "EphyPermissionInfo") +;; (c-name "ephy_permission_info_copy") +;; (return-type "EphyPermissionInfo*") +;; ) +;; +;; (define-method free +;; (of-object "EphyPermissionInfo") +;; (c-name "ephy_permission_info_free") +;; (return-type "none") +;; ) +;; +;; (define-function ephy_permission_manager_get_type +;; (c-name "ephy_permission_manager_get_type") +;; (return-type "GType") +;; ) +;; +;; (define-method add_permission +;; (of-object "EphyPermissionManager") +;; (c-name "ephy_permission_manager_add_permission") +;; (return-type "none") +;; (parameters +;; '("const-char*" "host") +;; '("const-char*" "type") +;; '("EphyPermission" "permission") +;; ) +;; ) +;; +;; (define-method remove_permission +;; (of-object "EphyPermissionManager") +;; (c-name "ephy_permission_manager_remove_permission") +;; (return-type "none") +;; (parameters +;; '("const-char*" "host") +;; '("const-char*" "type") +;; ) +;; ) +;; +;; (define-method clear_permissions +;; (of-object "EphyPermissionManager") +;; (c-name "ephy_permission_manager_clear_permissions") +;; (return-type "none") +;; ) +;; +;; (define-method test_permission +;; (of-object "EphyPermissionManager") +;; (c-name "ephy_permission_manager_test_permission") +;; (return-type "EphyPermission") +;; (parameters +;; '("const-char*" "host") +;; '("const-char*" "type") +;; ) +;; ) +;; +;; (define-method list_permissions +;; (of-object "EphyPermissionManager") +;; (c-name "ephy_permission_manager_list_permissions") +;; (return-type "GList*") +;; (parameters +;; '("const-char*" "type") +;; ) +;; ) +;; ;; From ../../lib/egg/egg-editable-toolbar.h @@ -3622,13 +3622,13 @@ (gtype-id "EPHY_TYPE_NODE") ) -(define-boxed PermissionInfo - (in-module "Ephy") - (c-name "EphyPermissionInfo") - (gtype-id "EPHY_TYPE_PERMISSION_INFO") - (fields - '("char*" "host") - '("GQuark" "type") - '("EphyPermission" "permission") - ) -) +;; (define-boxed PermissionInfo +;; (in-module "Ephy") +;; (c-name "EphyPermissionInfo") +;; (gtype-id "EPHY_TYPE_PERMISSION_INFO") +;; (fields +;; '("char*" "host") +;; '("GQuark" "type") +;; '("EphyPermission" "permission") +;; ) +;; ) |