From 3d9e640cc4221a43d214951da5cbdc43c4f55662 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 5 Sep 2015 21:06:15 +0200 Subject: Fix up the docs Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier --- pluma/pluma-panel.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pluma/pluma-panel.c') 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, -- cgit v1.2.1