aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 0d3be0d8f..4fbfa9859 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -2011,8 +2011,9 @@ ephy_web_view_get_js_status (EphyWebView *view)
* @level: return value of security level
* @description: return value of the description of the security level
*
- * Fetches the #EphyWebViewSecurityLevel and a newly-allocated string description
- * of the security state of @view.
+ * Fetches the #EphyWebViewSecurityLevel and a string description of the
+ * security state of @view. The description will be a newly-allocated
+ * string or %NULL.
**/
void
ephy_web_view_get_security_level (EphyWebView *view,
@@ -2023,6 +2024,9 @@ ephy_web_view_get_security_level (EphyWebView *view,
if (level)
*level = view->priv->security_level;
+
+ if (description)
+ *description = NULL;
}
/**
s'>+2 * Update my ports to my freebsd addresspgollucci2008-07-231-1/+1 * - With apr 1.x and THREADS, ThreadRWLock is also now XS Wrapped and installed...araujo2008-07-032-1/+13 * - Only correct a character, minor fix.araujo2008-06-241-1/+1 * - Update to 2.0.4.araujo2008-06-077-34/+39 * - ThreadMutex manpage seems to be installed regardless the threading statepav2008-01-241-2/+1 * - Make the threadedness depend on the actual build of apr-util/apr, instead onpav2008-01-202-4/+17 * Fix an oversight in pkg-message. Use APACHEMODDIR instead of awxs2008-01-182-1/+3 * Fix up after bsd.perl.mk import.linimon2007-09-101-2/+2 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-6/+1 * mod_perl 2.x does not properly escape PATH_INFO before use in aerwin2007-06-282-1/+16 * - Fix Upgrade problemsmiwi2006-12-042-14/+13 * - Update to 2.0.3miwi2006-12-023-6/+10 * - Correct pkg-messagesat2006-11-041-1/+1 * - Fix dependenciesmiwi2006-09-251-0/+4