CamelIMAPXCommand: Make the CamelIMAPXJob member private.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 23 Mar 2012 18:01:36 +0000 (14:01 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 25 Mar 2012 22:44:46 +0000 (18:44 -0400)
commit8f877c10057a485739c53fbbf7b4f6640dd7ba8f
tree347fb4b0783622602b6fbbeeba206102f3548d90
parent06f697d04e7141a0c58821ef86fbdc97d0933e42
CamelIMAPXCommand: Make the CamelIMAPXJob member private.

This ensures we keep the CamelIMAPXJob's reference count accurate.

Introduce two new CamelIMAPXCommand functions:

   CamelIMAPXJob * camel_imapx_command_get_job (CamelIMAPXCommand *ic)
   void            camel_imapx_command_set_job (CamelIMAPXCommand *ic,
                                                CamelIMAPXJob *job)
camel/providers/imapx/camel-imapx-command.c
camel/providers/imapx/camel-imapx-command.h
camel/providers/imapx/camel-imapx-server.c