summaryrefslogtreecommitdiff
path: root/gladeui/glade-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-command.c')
-rw-r--r--gladeui/glade-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-command.c b/gladeui/glade-command.c
index 1a1e42b1..ef2cb09e 100644
--- a/gladeui/glade-command.c
+++ b/gladeui/glade-command.c
@@ -205,7 +205,7 @@ glade_command_execute (GladeCommand *command)
*
* Undo the effects of @command
*
- * Returns whether the command was successfully reversed
+ * Returns: whether the command was successfully reversed
*/
gboolean
glade_command_undo (GladeCommand *command)
@@ -1550,7 +1550,7 @@ glade_command_clipboard_add_remove_collapse (GladeCommand *this_cmd, GladeComman
* Creates a new widget using @adaptor and put in place of the @placeholder
* in the @project
*
- * Returns the newly created widget.
+ * Returns: the newly created widget.
*/
GladeWidget*
glade_command_create(GladeWidgetAdaptor *adaptor, GladeWidget *parent, GladePlaceholder *placeholder, GladeProject *project)