diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index a304432a3..622033614 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -1313,7 +1313,7 @@ ephy_tab_set_load_percent (EphyTab *tab, int percent) * * Returns the page load percentage (displayed in the progressbar). * - * Return value: a percentage from 0 to 100 + * Return value: a percentage from 0 to 100, or -1 for indeterminate. **/ int ephy_tab_get_load_percent (EphyTab *tab) @@ -1355,8 +1355,6 @@ ephy_tab_update_navigation_flags (EphyTab *tab, EphyEmbed *embed) * ephy_tab_get_navigation_flags: * @tab: an #EphyTab * - * DO NOT USE - * * Returns @tab's navigation flags. * * Return value: @tab's navigation flags |