Add wrapper functions for CamelIMAPXCommand queues.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 1 Feb 2012 17:45:48 +0000 (12:45 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 1 Feb 2012 18:25:24 +0000 (13:25 -0500)
commit4efc9befa6ddff1dc02d4d9dfef432ef07cfe66d
treef666828a2d4a17e794398711130d0c2b58ac4cb2
parent66c2c5c1fc045d0c2b81554f91f95ac0edb30d18
Add wrapper functions for CamelIMAPXCommand queues.

These simple GQueue wrapper functions help make sure CamelIMAPXCommands
are properly reference counted.  Easier than trying to identify all the
places in CamelIMAPXServer where reference counting is lacking.
camel/providers/imapx/camel-imapx-command.c
camel/providers/imapx/camel-imapx-command.h
camel/providers/imapx/camel-imapx-provider.c
camel/providers/imapx/camel-imapx-server.c
camel/providers/imapx/camel-imapx-server.h