X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-send-queue.h;h=41ecdfc90fff348771b6ca35cfdbcea697aec551;hb=55708b6454e3fe93a7cc9f7ee5c0b06e95998506;hp=0af775a90345becf5484dd39e59955af2d5c0e39;hpb=fd54149b68b3777ce63ebf25346bbc485cd84ec8;p=modest diff --git a/src/modest-tny-send-queue.h b/src/modest-tny-send-queue.h index 0af775a..41ecdfc 100644 --- a/src/modest-tny-send-queue.h +++ b/src/modest-tny-send-queue.h @@ -27,10 +27,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#ifndef __MODEST_TNY_SEND_QUEUE_H__ -#define __MODEST_TNY_SEND_QUEUE_H__ - #include #include #include @@ -38,6 +34,9 @@ #include #include +#ifndef __MODEST_TNY_SEND_QUEUE_H__ +#define __MODEST_TNY_SEND_QUEUE_H__ + G_BEGIN_DECLS /* convenience macros */ @@ -80,6 +79,20 @@ GType modest_tny_send_queue_get_type (void) G_GNUC_CONST; */ ModestTnySendQueue* modest_tny_send_queue_new (TnyCamelTransportAccount *account); + + +/** + * modest_tny_send_queue_try_to_send: + * @self: a valid #ModestTnySendQueue instance + * + * Try to send the messages that are in the queue's outbox folder. + * This is not always necessary because the queue tries to send + * messages as soon as a message is added, and as soon as the queue + * is instantiated. + */ +void modest_tny_send_queue_try_to_send (ModestTnySendQueue* self); + + G_END_DECLS #endif /* __MODEST_TNY_SEND_QUEUE_H__ */