~mitya57/ubuntu/saucy/poppler/0.22.4

« back to all changes in this revision

Viewing changes to glib/poppler-attachment.h

  • Committer: Dmitry Shachnev
  • Date: 2013-05-18 12:09:24 UTC
  • mfrom: (1.7.10)
  • Revision ID: mitya57@ubuntu.com-20130518120924-jidz147edil9dann
* New upstream release 0.22.4 (LP: #1135995).
  - Should fix the text selection problems (LP: #39890).
  - Should fix issues with PDF forms (LP: #1153517).
* Drop all upstream patches and refresh other patches.
* Change the soname version in package name: libpoppler28 -> libpoppler37.
* Update symbols files.
* Update debian/copyright (taken from Debian packaging Git).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 * @error and return %FALSE, in which case poppler_attachment_save_to_callback()
48
48
 * will fail with the same error.
49
49
 *
50
 
 * @Returns: %TRUE if successful, %FALSE (with @error set) if failed.
 
50
 * Returns: %TRUE if successful, %FALSE (with @error set) if failed.
51
51
 */
52
52
typedef gboolean (*PopplerAttachmentSaveFunc) (const gchar  *buf,
53
53
                                               gsize         count,