Function
PidginAccountStorefilter_connected
Declaration [src]
gboolean
pidgin_account_store_filter_connected (
GtkTreeModel* model,
GtkTreeIter* iter,
gpointer data
)
Description [src]
Pidgin_account_store_filter_connected() is a GtkTreeModelFilterVisibleFunc
that can be set on a GtkTreeModelFilter
via
gtk_tree_model_filter_set_visible_func(), to only show accounts that are
currently connected.
Parameters
model
-
Type:
GtkTreeModel
The
GtkTreeModel
that’s being filtered.The data is owned by the caller of the function. iter
-
Type:
GtkTreeIter
The
GtkTreeIter
to check.The data is owned by the caller of the function. data
-
Type:
gpointer
Userdata passed to gtk_tree_model_filter_set_visible_func().
The argument can be NULL
.The data is owned by the caller of the function.