summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2011-12-07 16:49:40 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2011-12-07 16:49:40 +0000
commit1cb38f6d3ceba586e3a98be285f172fc8448becd (patch)
tree3afb84c8b163bebf7a88925ec1bb98025d08ee7e
parent509688872eb7df6c38e1efcebc4a7eea032cfcac (diff)
wocky_data_form_set_string: fix documentation
-rw-r--r--wocky/wocky-data-form.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wocky/wocky-data-form.c b/wocky/wocky-data-form.c
index e945be6..16b7100 100644
--- a/wocky/wocky-data-form.c
+++ b/wocky/wocky-data-form.c
@@ -738,14 +738,14 @@ wocky_data_form_set_boolean (WockyDataForm *self,
}
/**
- * wocky_data_form_set_boolean:
+ * wocky_data_form_set_string:
* @self: a data form
- * @field_name: the name of a boolean field of @self
+ * @field_name: the name of a string field of @self
* @field_value: the value to fill in for @field_name
* @create_if_missing: if no field named @field_name exists, create it
*
* Returns: %TRUE if the field was successfully filled in; %FALSE if the field
- * did not exist or does not accept a boolean
+ * did not exist or does not accept a string
*/
gboolean
wocky_data_form_set_string (WockyDataForm *self,