Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::thumbnailfactory(3pm) [debian man page]

Gnome2::ThumbnailFactory(3pm)				User Contributed Perl Documentation			     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. perl v5.14.2 2011-11-16 Gnome2::ThumbnailFactory(3pm)

Check Out this Related Man Page

Gnome2::IconTextItem(3pm)				User Contributed Perl Documentation				 Gnome2::IconTextItem(3pm)

NAME
Gnome2::IconTextItem - wrapper for GnomeIconTextItem HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::IconTextItem METHODS
$iti->configure ($x, $y, $width, $fontname, $text, $is_editable, $is_static) o $x (integer) o $y (integer) o $width (integer) o $fontname (string) o $text (string) o $is_editable (boolean) o $is_static (boolean) editable = $iti->get_editable $iti->focus ($focused) o $focused (boolean) $iti->select ($sel) o $sel (boolean) $iti->setxy ($x, $y) o $x (integer) o $y (integer) $iti->start_editing $iti->stop_editing ($accept) o $accept (boolean) string = $iti->get_text SIGNALS
boolean = text-changed (Gnome2::IconTextItem) height-changed (Gnome2::IconTextItem) width-changed (Gnome2::IconTextItem) editing-started (Gnome2::IconTextItem) editing-stopped (Gnome2::IconTextItem) selection-started (Gnome2::IconTextItem) selection-stopped (Gnome2::IconTextItem) SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gnome2::Canvas::Item COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::IconTextItem(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

find

Hi all, How can I find all the files that modified the past day ? it is a find / .................. (mtime or what >/?) thanks alot (11 Replies)
Discussion started by: guest100
11 Replies

2. Shell Programming and Scripting

Find all files by month

Hi, I am trying to do achieving of files by months. find /test -name \*.* -mtime +30 will give me the result of all modified files after 30 days. But lets say i want to list all files that is modified in last months... what is the command to do it? Thanks! (13 Replies)
Discussion started by: maldini
13 Replies

3. UNIX for Dummies Questions & Answers

Help w/ find

I am trying to run this find: find /opt/batch/mdic2/outgoing -name MAFRA*.txt -mtime +7 and I keep getting the following error: find: cannot stat MAFRA*.txt What's happening? (7 Replies)
Discussion started by: ssmith001
7 Replies

4. UNIX for Dummies Questions & Answers

Deleting lots of files.....

Hi All, Thanks in advance for reading and any posts... I have to delete a lot of files (about 6 pages of a4 (ls -ltr)) but I have to keep some as well. I would normally do an rm * to get rid of them all, but thats not what I want to do. Is there anyway I could rm * but add in a list of... (8 Replies)
Discussion started by: B14speedfreak
8 Replies

5. Shell Programming and Scripting

options in FIND utility

hi folks, I want to select all files older than 13 days from a specified directory for that i used find /home/amar -name '*.*' -mtime 13 but it gives me all the files from subdirectories also, I dont want that I want files only from /home/amar and not from /home/amar/abc/.. which... (8 Replies)
Discussion started by: amarnath
8 Replies

6. UNIX for Dummies Questions & Answers

How to find time

Help me with this please... If i am entering command ls -l, here is what it gives: -rw-r----- 1 user22 psa 2140 Dec 2 2005 summary.gz anyone knows how can i know the time it was last modified? (7 Replies)
Discussion started by: dakid
7 Replies

7. UNIX for Advanced & Expert Users

launch a command only if

Hi! I would launch this command: tar -cvvf logswitch.tar `find *.log* -mtime +5` --remove-files only if find *.log* -mtime +5 find some files. Thanks in advance. (10 Replies)
Discussion started by: Minguccio75
10 Replies

8. Shell Programming and Scripting

grep

Hi gurus, I need a grep to locate files created on the date Mar 13th contaiming the text 5791075822 in it. can you please suggest some good greps for this. I am currently using ---> find . -mtime 0 | xargs grep '5791075822' , but this does not work as expected. thanks in advance (7 Replies)
Discussion started by: ragha81
7 Replies

9. Shell Programming and Scripting

Delete files older than certain days - Wrong !!!

Guys, I had raised a question about deleting files older than today in a specific directory and i got this as an answer find ${ARCH_DEST}/*.gz -mtime +0 -exec rm -f {} \; What happens when there aren't files that meet this criteria ? Can it delete any other directories ? I had a shocking... (22 Replies)
Discussion started by: kamathg
22 Replies

10. Shell Programming and Scripting

What to do when mtime doesn't work?

I have a folder that I need to search for new files and copy on the latest. I've been using "-mtime -1" in my command line but it doesn't seem to work. I've been meaning to fine a different script because files are dropped into the folder all day long and because of the -mtime, I've only be... (19 Replies)
Discussion started by: bbbngowc
19 Replies

11. Shell Programming and Scripting

find recently modified/ updated file

hi gurus, i would like to know how can i find logs files which were recently modified or updated? :confused: using this command? find . -name "*.log" -mtime ?? so what should i put for mtime? thanks. wee (9 Replies)
Discussion started by: lweegp
9 Replies

12. Shell Programming and Scripting

find -mtime +7

Dear all, find $ADMIN_DIR/$SID/arch/ -name '*.gz' -mtime +7 -exec rm {} \; is it retaining 7 days OR 8 days .gz files ? Thanks Prakash (10 Replies)
Discussion started by: prakashoracledb
10 Replies

13. UNIX for Dummies Questions & Answers

Ls -l displays ctime or mtime?

commands ls -l or just l displays ctime (changed time) or mtime (modified time)? (10 Replies)
Discussion started by: rupeshkp728
10 Replies

14. UNIX for Beginners Questions & Answers

Tar command generation with Find

Hello, I'm trying to generate a TAR command and fill it with the result of a Find command. What I did is not elegant and I'm sure that it can be in a different way to be faster. I need to Find all files with an extension to ".sf". If a file is found, I need to replace the extension ".sf" to... (11 Replies)
Discussion started by: royinfo.alain
11 Replies

15. Shell Programming and Scripting

Mtime or the equivalent for HP-UX

Is there a way that we can add the equivalent of "mtime +3" to HP-UX OS? AIX has mtime that can filter older than how many days, but it is hard to put it for HP-UX. I am trying to filter out the output with older than 3 days. Thank you so much!! lpstat -o |grep -v bytes |sort -nkb1 | ??... (8 Replies)
Discussion started by: danielshell
8 Replies