~ubuntu-branches/ubuntu/precise/evolution-data-server/precise

« back to all changes in this revision

Viewing changes to camel/camel-mime-filter.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre, Ken VanDine, Mathieu Trudel-Lapierre
  • Date: 2011-06-23 17:40:41 UTC
  • mfrom: (1.1.88 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623174041-4wd9jvs07wfinyet
Tags: 3.1.2-0ubuntu1
* New upstream version
  - bgo 589495 - Search folder by Size (KB) counts bytes, not KB (LP: #385859)
  - bgo 649757 - Filtering on a source account always succeeded (LP: #781391)
  - bgo 418954 - Add a separate entry combo for port numbers (LP: #160304)

[ Ken VanDine ]
* debian/libebook1.2-dev.install
  - Include EBook-1.2.gir
* debian/control
  - Added gir1.2-ebook-1.2 binary

[ Mathieu Trudel-Lapierre ]
* debian/control: drop libegroupwise1.2-13, libegroupwise-dev, they are now
  an independent module.
* debian/libegroupwise1.2-13.install,
  debian/libegroupwise1.2-dev.install,
  debian/lintian/libegroupwise1.2-13: dropped, see above.
* debian/control, debian/libe*.install, debian/lintian/libe*: rename and
  update files where needed to follow upstream soname changes.
* debian/control: bump evolution-data-server's Depends to libcamel-1.2-26.
* debian/rules: update to use makeshlibs with the new libcamel soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
 * Passes the input buffer, @in, through @filter and generates an
234
234
 * output buffer, @out and makes sure that all data is flushed to the
235
235
 * output buffer. This must be the last filtering call made, no
236
 
 * further calls to #camel_mime_filter_filter may be called on @filter
237
 
 * until @filter has been reset using #camel_mime_filter_reset.
 
236
 * further calls to camel_mime_filter_filter() may be called on @filter
 
237
 * until @filter has been reset using camel_mime_filter_reset().
238
238
 **/
239
239
void
240
240
camel_mime_filter_complete (CamelMimeFilter *filter,
287
287
 * @length: length of @data
288
288
 *
289
289
 * Saves @data to be used as prespace input data to the next call to
290
 
 * #camel_mime_filter_filter or #camel_mime_filter_complete.
 
290
 * camel_mime_filter_filter() or camel_mime_filter_complete().
291
291
 *
292
292
 * Note: New calls replace old data.
293
293
 **/