Gnome2::ThumbnailFactory(3pm)
NAME
Gnome2::ThumbnailFactory - wrapper for GnomeThumbnailFactory
HIERARCHY
Glib::Object
+----Gnome2::ThumbnailFactory
METHODS
- thumbnailfactory = Gnome2::ThumbnailFactory->new ($size)
- o $size (Gnome2::ThumbnailSize)
- boolean = $factory->can_thumbnail ($uri, $mime_type, $mtime)
- o $uri (string)
- o $mime_type (string)
- o $mtime (a timestamp)
- $factory->create_failed_thumbnail ($uri, $mtime)
- o $uri (string)
- o $mtime (a timestamp)
- pixbuf = $factory->generate_thumbnail ($uri, $mime_type)
- o $uri (string)
- o $mime_type (string)
- boolean = $factory->has_valid_failed_thumbnail ($uri, $mtime)
- o $uri (string)
- o $mtime (a timestamp)
- string = $factory->lookup ($uri, $mtime)
- o $uri (string)
- o $mtime (a timestamp)
- $factory->save_thumbnail ($thumbnail, $uri, $original_mtime)
- o $thumbnail (Gtk2::Gdk::Pixbuf)
- o $uri (string)
- o $original_mtime (a timestamp)
ENUMS AND FLAGS
- enum Gnome2::ThumbnailSize
- o 'normal' / 'GNOME_THUMBNAIL_SIZE_NORMAL'
- o 'large' / 'GNOME_THUMBNAIL_SIZE_LARGE'
SEE ALSO
Gnome2, Glib::Object
COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team.
- This software is licensed under the LGPL. See Gnome2 for a full
notice.