X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hildon%2Fhildon-touch-selector.c;h=a907a7649f2be62b5254c8239314255c1a1e098a;hb=30145d2600fdb0a434350f631064cbfbbf9f03eb;hp=d93ab734bf9cfa0ba63fd5c2359a847739fd25bd;hpb=a7e62dc77b8fe59bf65c90775886090f17b44f98;p=hildon diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c index d93ab73..a907a76 100644 --- a/hildon/hildon-touch-selector.c +++ b/hildon/hildon-touch-selector.c @@ -30,7 +30,7 @@ * #HildonPickerDialog activated from a button. For the most common * cases, you should use #HildonPickerButton. * - * The composition of each column in the selector is represented by a + * The contents of each #HildonTouchSelector column are stored in a * #GtkTreeModel. To add a new column to a #HildonTouchSelector, use * hildon_touch_selector_append_column(). If you want to add a * text-only column, without special attributes, use @@ -153,9 +153,9 @@ * SECTION:hildon-touch-selector-column * @short_description: A visible column in a #HildonTouchSelector * - * #HildonTouchSelectorColumn object represents a visible column in - * #HildonTouchSelector. It allows to manage the cell renderers related to each - * column. + * A #HildonTouchSelectorColumn is a column in a + * #HildonTouchSelector. This class implements the #GtkCellLayout interface, allowing + * a flexible management of the cellrenderers in each #HildonTouchSelector column. */ #undef HILDON_DISABLE_DEPRECATED @@ -1486,11 +1486,8 @@ hildon_touch_selector_set_column_selection_mode (HildonTouchSelector * selector, * @selector: a #HildonTouchSelector * @func: a #HildonTouchSelectorPrintFunc function * - * Sets the function to be used by hildon_touch_selector_get_current_text() - * to produce a text representation of the currently selected items in @selector. - * The default function will return a concatenation of comma separated items - * selected in each column in @selector. Use this to override this method if you - * need a particular representation for your application. + * Sets the function to be used by hildon_touch_selector_get_current_text(). + * See hildon_touch_selector_set_print_func_full(). * * Since: 2.2 **/