Method

PidginAccountRowset_filter

since: 3.0

Declaration [src]

void
pidgin_account_row_set_filter (
  PidginAccountRow* row,
  GtkFilter* filter
)

Description [src]

Sets the filter for row to filter. If filter is NULL, any existing filter will be removed.

Available since: 3.0

Parameters

filter

Type: GtkFilter

The new filter.

The argument can be NULL.
The data is owned by the caller of the function.