summaryrefslogtreecommitdiff
path: root/endless/eospagemanager.c
diff options
context:
space:
mode:
authorWill G <will@endlessm.com>2013-05-23 22:20:41 -0400
committerWill G <will@endlessm.com>2013-05-23 22:20:41 -0400
commit5eb64b8c52e76ed4a313e7a27b3badce109c7c00 (patch)
treebc5a181fc832ef514a6c1ec9dd378e4364c5cc45 /endless/eospagemanager.c
parente896e1ef53b0ae7f9fb9cc6bdb6c5f72042c638a (diff)
Style changes, added additional assertions to test the setting of a page's background
[endlessm/eos-sdk#59]
Diffstat (limited to 'endless/eospagemanager.c')
-rw-r--r--endless/eospagemanager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/endless/eospagemanager.c b/endless/eospagemanager.c
index f08aa60..b8d7c1e 100644
--- a/endless/eospagemanager.c
+++ b/endless/eospagemanager.c
@@ -1004,7 +1004,7 @@ eos_page_manager_set_page_custom_toolbox_widget (EosPageManager *self,
*
* Gets the URI for the background image of @page, which must previously have
* been added to the page manager.
- * See #EosPageManager:background_uri for more information.
+ * See #EosPageManager:background for more information.
*
* Returns: the background of @page, or the %NULL if @page does not have a
* background.
@@ -1031,7 +1031,7 @@ eos_page_manager_get_page_background (EosPageManager *self,
* Changes the background of @page, which must previously have been added to the
* page manager.
* Setting %NULL removes the background, using the window's default background.
- * See #EosPageManager:background_uri for more information.
+ * See #EosPageManager:background for more information.
*/
void
eos_page_manager_set_page_background (EosPageManager *self,