X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodest-mail-operation-queue.h;h=9f0cd253831a3a5d65177f84270996a59c7b8427;hb=28fbc4e0d124d6c3d41cfd970ad699fe48555182;hp=417130616d08d8c970257a9b39688237b8a6d775;hpb=8dd50ff5e07c449e6cdca0abfd868826673fcba5;p=modest diff --git a/src/modest-mail-operation-queue.h b/src/modest-mail-operation-queue.h index 4171306..9f0cd25 100644 --- a/src/modest-mail-operation-queue.h +++ b/src/modest-mail-operation-queue.h @@ -117,7 +117,7 @@ void modest_mail_operation_queue_cancel (ModestMailOperationQueue *op_que /** * modest_mail_operation_queue_cancel_all: * @op_queue: a #ModestMailOperationQueue - * + * * Cancels all the unfinished #ModestMailOperation of the queue **/ void modest_mail_operation_queue_cancel_all (ModestMailOperationQueue *op_queue); @@ -126,16 +126,18 @@ void modest_mail_operation_queue_cancel_all (ModestMailOperationQueue *op_que * modest_mail_operation_queue_get_by_source: * @op_queue: a #ModestMailOperationQueue * @source: the source of the operations - * - * Returns a list with the #ModestMailOperation that have the given source + * + * Returns a list with the #ModestMailOperation that have the given + * source. Each #ModestMailOperation is getting a new reference so you + * MUST unref it when done **/ GSList* modest_mail_operation_queue_get_by_source (ModestMailOperationQueue *op_queue, GObject *source); /** - * modest_mail_operation_queue_get_by_source: + * modest_mail_operation_queue_queue_to_string: * @op_queue: a #ModestMailOperationQueue - * + * * Returns a string representation of the operation queue (for debugging) * * Returns: a newly allocated string, or NULL in case of error