From 4b8da0f21ae7ea5a47dbf4a0afce79b1437c3bf2 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 25 Feb 2013 13:13:59 +0100 Subject: Move code to get application title from DOM to ephy-dom-utils https://bugzilla.gnome.org/show_bug.cgi?id=694144 --- lib/ephy-web-dom-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ephy-web-dom-utils.h') diff --git a/lib/ephy-web-dom-utils.h b/lib/ephy-web-dom-utils.h index f3cde8184..d98344c70 100644 --- a/lib/ephy-web-dom-utils.h +++ b/lib/ephy-web-dom-utils.h @@ -35,6 +35,8 @@ G_BEGIN_DECLS gboolean ephy_web_dom_utils_has_modified_forms (WebKitDOMDocument *document); +char * ephy_web_dom_utils_get_application_title (WebKitDOMDocument *document); + G_END_DECLS #endif -- cgit v1.2.3