From b4c31f5153efd4a7aa58bd1ebd3319297e528f42 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 18 Sep 2001 20:03:10 +0000 Subject: Virtualize this. * camel-data-wrapper.c (camel_data_wrapper_is_offline): Virtualize this. * camel-medium.c (is_offline): A medium is offline if its content object is offline. * camel-multipart.c (is_offline): A multipart is offline if any of its subparts are offline. svn path=/trunk/; revision=12948 --- camel/camel-data-wrapper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'camel/camel-data-wrapper.h') diff --git a/camel/camel-data-wrapper.h b/camel/camel-data-wrapper.h index 9d7b62dd0c..2d1e44c1fd 100644 --- a/camel/camel-data-wrapper.h +++ b/camel/camel-data-wrapper.h @@ -69,6 +69,9 @@ typedef struct { int (*construct_from_stream) (CamelDataWrapper *data_wrapper, CamelStream *); + + gboolean (*is_offline) (CamelDataWrapper *data_wrapper); + } CamelDataWrapperClass; /* Standard Camel function */ -- cgit v1.2.3