Function

Purplenotify_searchresult_column_is_visible

since: 3.0

Declaration [src]

gboolean
purple_notify_searchresult_column_is_visible (
  const PurpleNotifySearchColumn* column
)

Description [src]

Returns 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.

Return value

Type: gboolean

TRUE if the search result column is visible. FALSE otherwise.