diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-19 14:27:20 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-19 14:27:20 +0000 |
commit | c5932733128be4bfb1d5b0ce9be5b136746266dc (patch) | |
tree | cca5224736e0596abb815e65bd2b260fbe080660 | |
parent | 01fbaec365cc58d6f3de46ce3f54f6413f3ec0f9 (diff) | |
parent | 0db9f32fd023fc728abf1780c26b957102c3292e (diff) |
Merge remote-tracking branch 'origin/gabble-0.18'
-rw-r--r-- | wocky/wocky-data-form.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/wocky/wocky-data-form.h b/wocky/wocky-data-form.h index 9893873..5cef88c 100644 --- a/wocky/wocky-data-form.h +++ b/wocky/wocky-data-form.h @@ -90,10 +90,12 @@ struct _WockyDataFormFieldOption * @default_value: the default of the field * @raw_value_contents: a %NULL-terminated array holding the literal value(s) as * specified in the original XML. For example, this might be something like - * <code language="c">{ "1", NULL }</code> or <code language="c">{ "false", - * NULL }</code> for a #WOCKY_DATA_FORM_FIELD_TYPE_BOOLEAN field, or - * <code language="c">{ "hi", "there", NULL }</code> for a - * #WOCKY_DATA_FORM_FIELD_TYPE_TEXT_MULTI field. + * <code language="c">{ "1", NULL }</code> + * or + * <code language="c">{ "false", NULL }</code> + * for a #WOCKY_DATA_FORM_FIELD_TYPE_BOOLEAN field, or + * <code language="c">{ "hi", "there", NULL }</code> + * for a #WOCKY_DATA_FORM_FIELD_TYPE_TEXT_MULTI field. * @value: the field value * @options: a #GSList of #WockyDataFormFieldOption<!-- -->s if @type * if %WOCKY_DATA_FORM_FIELD_TYPE_LIST_MULTI or |