From 898961c9a4cacc9379a3fe871a5f173baf69b866 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 29 Jun 2008 18:15:38 +0000 Subject: ephy-embed-utils: add macro to get webkitwebview from embed. Will be used in the process to get rid of the embedding abstraction. svn path=/trunk/; revision=8301 --- embed/Makefile.am | 1 + embed/ephy-embed-utils.h | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'embed') diff --git a/embed/Makefile.am b/embed/Makefile.am index f8fc09861..42fc33ceb 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -78,6 +78,7 @@ libephyembed_la_CPPFLAGS = \ libephyembed_la_CFLAGS = \ -DSHARE_DIR=\"$(pkgdatadir)\" \ $(DEPENDENCIES_CFLAGS) \ + $(WEBKIT_CFLAGS) \ $(AM_CFLAGS) libephyembedfactory_la_SOURCES = \ diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h index 7de058f53..a5c64bb7d 100644 --- a/embed/ephy-embed-utils.h +++ b/embed/ephy-embed-utils.h @@ -31,8 +31,12 @@ #include "ephy-embed.h" +#include + G_BEGIN_DECLS +#define EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED(embed) (WEBKIT_WEB_VIEW (gtk_bin_get_child (GTK_BIN (gtk_bin_get_child (GTK_BIN (embed)))))) + char * ephy_embed_utils_link_message_parse (char *message); const char * ephy_embed_utils_get_title_composite (EphyEmbed *embed); gboolean ephy_embed_utils_address_has_web_scheme (const char *address); -- cgit v1.2.3