From b60ae4ba76dcafc93bc805203e4962ade100f300 Mon Sep 17 00:00:00 2001 From: Iain Nicol Date: Tue, 3 Nov 2009 20:12:13 +0000 Subject: Add GObject introspection annotations to many *_get_* functions Partial fix for bug #599757. Signed-off-by: Xan Lopez --- src/ephy-notebook.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ephy-notebook.c') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 253e3a0d9..0ea261d11 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -679,6 +679,11 @@ ephy_notebook_set_show_tabs (EphyNotebook *nb, update_tabs_visibility (nb, FALSE); } +/** + * ephy_notebook_get_focused_pages: + * + * Return value: (transfer none): + **/ GList * ephy_notebook_get_focused_pages (EphyNotebook *nb) { -- cgit v1.2.3