X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-progress-object.c;h=44cd6d15acbb47cd38f737fd162c1bd6ecd82eb6;hb=39d728083bfd2a0e31ea7a69f0278c79a755f41e;hp=d63659ddb314b54b254ddabd3454efa2b20cf107;hpb=cc36ea20ffc9bc9dbd884f511db9bae55f4d97ca;p=modest diff --git a/src/modest-progress-object.c b/src/modest-progress-object.c index d63659d..44cd6d1 100644 --- a/src/modest-progress-object.c +++ b/src/modest-progress-object.c @@ -51,6 +51,13 @@ modest_progress_object_cancel_current_operation (ModestProgressObject *self) return MODEST_PROGRESS_OBJECT_GET_IFACE (self)->cancel_current_operation_func (self); } +guint +modest_progress_object_num_pending_operations (ModestProgressObject *self) +{ + return MODEST_PROGRESS_OBJECT_GET_IFACE (self)->num_pending_operations_func (self); +} + + static void modest_progress_object_base_init (gpointer g_class) {