diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index ae2f2dbbf..b843dd2cd 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -2248,7 +2248,7 @@ ephy_tab_set_title (EphyTab *tab, * * Returns the title of the web page loaded in @tab. * - * Return value: @tab's loaded web page's title + * Return value: @tab's loaded web page's title. Will never be %NULL. **/ const char * ephy_tab_get_title (EphyTab *tab) @@ -2283,7 +2283,7 @@ ephy_tab_get_title (EphyTab *tab) * * Returns the address of the currently loaded page. * - * Return value: @tab's address + * Return value: @tab's address. Will never be %NULL. **/ const char * ephy_tab_get_address (EphyTab *tab) |