[epiphany] ephy-embed-single: Pass NULL as destroy notify to webkit_web_context_register_uri_scheme()
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-embed-single: Pass NULL as destroy notify to webkit_web_context_register_uri_scheme()
- Date: Tue, 21 Aug 2012 17:01:55 +0000 (UTC)
commit 7b67da4dc2d4eb2364be6db6239504155ea3edf3
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Tue Aug 21 17:23:00 2012 +0200
ephy-embed-single: Pass NULL as destroy notify to webkit_web_context_register_uri_scheme()
A GDestroyNotify paramater has been recently added.
embed/ephy-embed-single.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index f1c7783..1e77c5a 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -436,7 +436,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single)
webkit_web_context_register_uri_scheme (web_context,
EPHY_ABOUT_SCHEME,
about_request_cb,
- NULL);
+ NULL, NULL);
#else
SoupSession *session;
SoupCookieJar *jar;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]