~noskcaj/ubuntu/vivid/gthumb/flickr-https

« back to all changes in this revision

Viewing changes to extensions/file_tools/gth-file-tool-resize.h

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-08 06:31:09 UTC
  • mfrom: (1.3.20)
  • Revision ID: package-import@ubuntu.com-20140408063109-tk845map8ji6uxvd
Tags: 3:3.3.1.is.3.2.7-0ubuntu1
* Revert to newest upstream stable release. LP: #1290691
  - Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define GTH_FILE_TOOL_RESIZE_H
24
24
 
25
25
#include <gthumb.h>
26
 
#include <extensions/image_viewer/image-viewer.h>
27
26
 
28
27
G_BEGIN_DECLS
29
28
 
39
38
typedef struct _GthFileToolResizePrivate GthFileToolResizePrivate;
40
39
 
41
40
struct _GthFileToolResize {
42
 
        GthImageViewerPageTool parent_instance;
 
41
        GthFileTool parent_instance;
43
42
        GthFileToolResizePrivate *priv;
44
43
};
45
44
 
46
45
struct _GthFileToolResizeClass {
47
 
        GthImageViewerPageToolClass parent_class;
 
46
        GthFileToolClass parent_class;
48
47
};
49
48
 
50
49
GType  gth_file_tool_resize_get_type  (void);