diff options
author | Iain Nicol <iain@thenicols.net> | 2009-11-04 04:12:13 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-11-18 19:40:18 +0800 |
commit | b60ae4ba76dcafc93bc805203e4962ade100f300 (patch) | |
tree | d25bd28c7cffd5049538e6d275aad71116fbc300 /src/ephy-notebook.c | |
parent | dedbad484feca0d64e1a75d983a2a251ca4a9aae (diff) | |
download | gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.gz gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.zst gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.zip |
Add GObject introspection annotations to many *_get_* functions
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 5 |
1 files changed, 5 insertions, 0 deletions
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) { |