Changeset 1364

Show
Ignore:
Timestamp:
01/04/07 14:35:43
Author:
pvanhoof
Message:

Updated the Python bindings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1360 r1364  
    55        * Implemented dummy-copy of TnyCamelPartialMsgReceiveStrategy 
    66        * Updated the documentation 
     7        * Updated the Python bindings for this 
     8 
     9        * This was a major API change 
    710 
    8112007-01-03  Philip Van Hoof <pvanhoof@gnome.org> 
  • trunk/bindings/python/Makefile.am

    r1280 r1364  
    105105        $(top_srcdir)/libtinymail/tny-transport-account.h \ 
    106106        $(top_srcdir)/libtinymail/tny-msg-remove-strategy.h \ 
     107        $(top_srcdir)/libtinymail/tny-msg-receive-strategy.h \ 
    107108        $(top_srcdir)/libtinymail/tny-send-queue.h 
    108109 
     
    180181        $(top_srcdir)/libtinymail-camel/tny-camel-msg.h \ 
    181182        $(top_srcdir)/libtinymail-camel/tny-camel-msg-remove-strategy.h \ 
     183        $(top_srcdir)/libtinymail-camel/tny-camel-full-msg-receive-strategy.h \ 
     184        $(top_srcdir)/libtinymail-camel/tny-camel-partial-msg-receive-strategy.h \ 
    182185        $(top_srcdir)/libtinymail-camel/tny-camel-nntp-folder.h \ 
    183186        $(top_srcdir)/libtinymail-camel/tny-camel-nntp-store-account.h \ 
  • trunk/bindings/python/tinymail-camel.override

    r1239 r1364  
    4444#include <tny-session-camel.h> 
    4545#include <tny-stream-camel.h> 
     46#include <tny-camel-msg-remove-strategy.h> 
     47#include <tny-camel-full-msg-receive-strategy.h> 
     48#include <tny-camel-partial-msg-receive-strategy.h> 
    4649 
    4750 
  • trunk/bindings/python/tinymail.override

    r1317 r1364  
    2424#include <tny-folder-store-query.h> 
    2525#include <tny-send-queue.h> 
     26#include <tny-msg-remove-strategy.h> 
     27#include <tny-msg-receive-strategy.h> 
    2628 
    2729#define NO_IMPORT_PYGOBJECT