Function

Purplenotify_searchresult_column_set_visible

since: 3.0

Declaration [src]

void
purple_notify_searchresult_column_set_visible (
  PurpleNotifySearchColumn* column,
  gboolean visible
)

Description [src]

Sets whether or not a search result column is visible.

Available since: 3.0

Parameters

column

Type: PurpleNotifySearchColumn

The search column object.

The data is owned by the caller of the function.
visible

Type: gboolean

TRUE if visible, or FALSE if not.