~ubuntu-branches/ubuntu/jaunty/gpicview/jaunty

« back to all changes in this revision

Viewing changes to src/image-list.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-02-21 18:20:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080221182031-3c4xxe974bkajxcv
Tags: 0.1.9-1
* New upstream release
  - Supported scrollwheel to zoom in/out only while <Ctrl> is held.
* debian/control:
  - Recommends on xdg-utils, needed for making gpicview as default
    images viewer in Preferences.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    GList* current;
35
35
} ImageList;
36
36
 
 
37
ImageList* image_list_new();
 
38
 
37
39
const char* image_list_get_dir( ImageList* il );
38
40
 
39
41
gboolean image_list_open_dir( ImageList* il, const char* path, GError** error);
50
52
 
51
53
const char* image_list_get_last( ImageList* il );
52
54
 
 
55
void image_list_free( ImageList* il );
 
56
 
53
57
void image_list_close( ImageList* il );
54
58
 
55
59
gboolean image_list_is_empty( ImageList* il );