summaryrefslogtreecommitdiff
path: root/pluma/pluma-panel.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-05 21:06:15 +0200
committerinfirit <[email protected]>2015-09-05 21:46:09 +0200
commit3d9e640cc4221a43d214951da5cbdc43c4f55662 (patch)
treea4fbe0612956b35a63c1cec927ea9ad7e79bb217 /pluma/pluma-panel.c
parent1618c8f7248722265450b11ef48ced34c7a317a5 (diff)
downloadpluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.bz2
pluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.xz
Fix up the docs
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
Diffstat (limited to 'pluma/pluma-panel.c')
-rw-r--r--pluma/pluma-panel.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pluma/pluma-panel.c b/pluma/pluma-panel.c
index f75e45f9..c3fdc03a 100644
--- a/pluma/pluma-panel.c
+++ b/pluma/pluma-panel.c
@@ -738,9 +738,9 @@ pluma_panel_add_item_with_stock_icon (PlumaPanel *panel,
* @item: the item to be removed from the panel
*
* Removes the widget @item from the panel if it is in the @panel and returns
- * TRUE if there was not any problem.
+ * %TRUE if there was not any problem.
*
- * Returns: TRUE if it was well removed.
+ * Returns: %TRUE if it was well removed.
*/
gboolean
pluma_panel_remove_item (PlumaPanel *panel,
@@ -793,7 +793,7 @@ pluma_panel_remove_item (PlumaPanel *panel,
*
* Switches to the page that contains @item.
*
- * Returns: TRUE if it was activated
+ * Returns: %TRUE if it was activated
*/
gboolean
pluma_panel_activate_item (PlumaPanel *panel,
@@ -819,11 +819,11 @@ pluma_panel_activate_item (PlumaPanel *panel,
/**
* pluma_panel_item_is_active:
* @panel: a #PlumaPanel
- * @item: a widget contained in #PlumaPanel
+ * @item: a #GtkWidget
*
- * Whether @item is the one current active in @panel
+ * Returns whether @item is the active widget in @panel
*
- * Returns: TRUE if the widget is active
+ * Returns: %TRUE if @item is the active widget
*/
gboolean
pluma_panel_item_is_active (PlumaPanel *panel,