aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-24 06:16:26 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-24 06:16:26 +0800
commit448d32df52e2951d325a8c7506193cfc87276eb4 (patch)
tree36f96278a1d1e01d5e8418c0a9dce6b98d599dd3
parent2c299d6190d08c97d1cf76b3545b30bde89d904f (diff)
downloadgsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.tar
gsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.tar.gz
gsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.tar.bz2
gsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.tar.lz
gsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.tar.xz
gsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.tar.zst
gsoc2013-epiphany-448d32df52e2951d325a8c7506193cfc87276eb4.zip
Tiny doc fixes.
2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: * src/ephy-window.c: Tiny doc fixes.
-rw-r--r--ChangeLog7
-rw-r--r--src/ephy-tab.c4
-rw-r--r--src/ephy-window.c2
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1812908e1..e17a63485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-03-23 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-tab.c:
+ * src/ephy-window.c:
+
+ Tiny doc fixes.
+
+2004-03-23 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-tab.c: (ephy_tab_set_property), (ephy_tab_get_property),
(ephy_tab_get_window), (ephy_tab_action_activate_cb),
(ephy_tab_class_init), (ephy_tab_destroy_brsr_cb),
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
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 9f5c3001b..9750f4037 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2387,7 +2387,7 @@ ephy_window_get_active_embed (EphyWindow *window)
*
* Returns the list of #EphyTab:s in the window.
*
- * Return value: a list of #EphyTab:s
+ * Return value: a newly-allocated list of #EphyTab:s
*/
GList *
ephy_window_get_tabs (EphyWindow *window)