Home
last modified time | relevance | path

Searched refs:ongoing_operations (Results 1 – 1 of 1) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-reader.c108 GSList *ongoing_operations; /* GCancellable * */ member
5379 priv->ongoing_operations = g_slist_remove (priv->ongoing_operations, cancellable); in mail_reader_ongoing_operation_destroyed()
5388 GSList *ongoing_operations, *link; in e_mail_reader_dispose() local
5402 ongoing_operations = g_slist_copy_deep (priv->ongoing_operations, (GCopyFunc) g_object_ref, NULL); in e_mail_reader_dispose()
5403 g_slist_free (priv->ongoing_operations); in e_mail_reader_dispose()
5404 priv->ongoing_operations = NULL; in e_mail_reader_dispose()
5406 for (link = ongoing_operations; link; link = g_slist_next (link)) { in e_mail_reader_dispose()
5414 g_slist_free_full (ongoing_operations, g_object_unref); in e_mail_reader_dispose()
5683 priv->ongoing_operations = g_slist_prepend (priv->ongoing_operations, cancellable); in e_mail_reader_new_activity()