~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to glib/poppler-attachment.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-16 15:36:47 UTC
  • mfrom: (1.7.3)
  • Revision ID: package-import@ubuntu.com-20120216153647-9ggk53b3ftsnxfym
Tags: 0.18.4-0ubuntu1
* New upstream version:
  - "evince displays the included PDF without rotation" (lp: #711300)
  - Contents of the page is not displayed while it is OK 
    with xpdf or acroread (lp: #878715)
* debian/control:
  - libpoppler-glib-dev shouldn't depends on libgtk-dev, it stopped using
    gdk and uses cairo directly (lp: #870662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
/**
36
36
 * PopplerAttachmentSaveFunc:
37
 
 * @buf: buffer containing bytes to be written.
 
37
 * @buf: (array length=count) (element-type guint8): buffer containing
 
38
 *   bytes to be written.
38
39
 * @count: number of bytes in @buf.
39
 
 * @data: user data passed to poppler_attachment_save_to_callback()
40
 
 * @error: GError to set on error, or NULL
 
40
 * @data: (closure): user data passed to poppler_attachment_save_to_callback()
 
41
 * @error: GError to set on error, or %NULL
41
42
 *
42
43
 * Specifies the type of the function passed to
43
44
 * poppler_attachment_save_to_callback().  It is called once for each block of