summaryrefslogtreecommitdiff
path: root/desktop/frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/frames.h')
-rw-r--r--desktop/frames.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/desktop/frames.h b/desktop/frames.h
index 15efb7d67..bca7f2e68 100644
--- a/desktop/frames.h
+++ b/desktop/frames.h
@@ -25,7 +25,14 @@
struct scrollbar_msg_data;
-void browser_window_create_iframes(struct browser_window *bw,
+/**
+ * Create and open iframes for a browser window.
+ *
+ * \param bw The browser window to create iframes for.
+ * \param iframe The iframes to create from.
+ * \param NSERROR_OK or error code on faliure.
+ */
+nserror browser_window_create_iframes(struct browser_window *bw,
struct content_html_iframe *iframe);
void browser_window_recalculate_iframes(struct browser_window *bw);
void browser_window_create_frameset(struct browser_window *bw,