~ubuntu-branches/ubuntu/maverick/gexiv2/maverick-proposed

« back to all changes in this revision

Viewing changes to gexiv2/gexiv2-preview-image-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-06-30 00:41:43 UTC
  • mfrom: (0.1.3 sid) (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100630004143-o3iel5m797f3is3e
Tags: 0.1.0-1
* New upstream version.
* debian/control:
  - Bump Standards-Version to 3.9.0, no changes required.
* debian/watch:
  - Scan stable releases only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
G_BEGIN_DECLS
17
17
 
18
 
 
19
18
struct _GExiv2PreviewImagePrivate
20
19
{
21
20
    Exiv2::PreviewImage *image;
22
21
};
23
22
 
24
 
 
25
 
GExiv2PreviewImage* gexiv2_preview_image_new (Exiv2::PreviewManager *manager, const Exiv2::PreviewProperties &props);
26
 
 
 
23
GExiv2PreviewImage* gexiv2_preview_image_new (Exiv2::PreviewManager *manager, 
 
24
   const Exiv2::PreviewProperties &props);
27
25
 
28
26
G_END_DECLS
29
27