Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk-update-icon-cache(1) [opensolaris man page]

gtk-update-icon-cache(1)					   User Commands					  gtk-update-icon-cache(1)

NAME
gtk-update-icon-cache - Icon theme caching utility SYNOPSIS
gtk-update-icon-cache [--force] [--help] [--ignore-theme-index] [--index-only] [--source=name] [--quiet] [--validate] [iconpath] DESCRIPTION
gtk-update-icon-cache creates cache files for icon themes that can be used with mmap(2). It expects to be given the path to an icon theme directory containing an index.theme file, e.g. /usr/share/icons/hicolor, and writes a icon-theme.cache containing cached information about the icons in the directory tree below the given directory. GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well. OPTIONS
The following options are supported: -f, --force Overwrite an existing cache file even if it appears to be up to date. -?, --help Show help options. -t, --ignore-theme-index Do not check for the existence of 'index.theme' in the icon theme directory. Without this option, gtk- update-icon-cache refuses to create an icon cache in a directory which does not appear to be the toplevel directory of an icon theme. -i, --index-only Do not include image data in the cache -c, --source=name Output a C header file declaring a constant name with the contents of the icon cache. -q, --quiet Turn off verbose output. -v, --validate Validate existing icon cache. OPERANDS
The following operands are supported: iconpath The path to an icon theme directory containing an index.theme file. ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of gtk-update-icon-cache: NLSPATH. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gtk-update-icon-cache The command-line executable for the application. /usr/share/icons System icon directory /usr/share/gtk-doc/html/gtk Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
gdk-pixbuf-csource(1), gdk-pixbuf-query-loaders(1), gettext(1), glib-genmarshal(1), glib-gettextize(1), glib-mkenums(1), gobject-query(1), gtk-query-immodules-2.0(1), mmap(2). libgtk-x11-2.0(3), attributes(5), environ(5) Latest version of the GNOME Desktop User Guide for your platform. NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 21 Nov 2007 gtk-update-icon-cache(1)

Check Out this Related Man Page

gobject-query(1)						   User Commands						  gobject-query(1)

NAME
gobject-query - displays information about gobject types SYNOPSIS
gobject-query [-r type] [ -i string | -b string] [-s int] [-n] [-h] qualifier DESCRIPTION
gobject-query can be used to display the different types of gobjects provided by the glib library OPTIONS
The following options are supported: -b string Specifies the indent string. This option only applies to the output layout. -h Displays a help message about the gobject-query command, and the options that you can use with the gobject-query command. -i string Specifies an incremental indent string. This option only applies to the output layout. -n Specifies that gobject-query should not descend the type tree. This means that derived types are not displayed. -r type Specifies the root type, for example, GObject, GParam. -s int Specifies the line spacing. This option only applies to the output layout. OPERANDS
The following operands are supported: qualifier The following qualifiers are supported: froots Iterates over the fundamental root tree Prints the type tree EXAMPLES
Example 1: Displaying All Types Provided by glib and Derived from GParam example% gobject-query tree GParam Example 2: Changing the Output Layout example% gobject-query froots | `void | `GInterface | `GTypePlugin ... example% gobject-query froots -b foo foo| foo`void foo| foo`GInterface foo | foo `GTypePlugin ... example% gobject-query froots -s 5 | | | | | `void | | | | | `GInterface ... ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of gobject-query: NLSPATH. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gobject-query The command-line executable for the application. /usr/share/gtk-doc/html/gobject Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs-devel | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
gdk-pixbuf-csource(1), gdk-pixbuf-query-loaders(1), gdk-pixbuf-query-loaders(1), glib-genmarshal(1), glib-gettextize(1), glib-mkenums(1), gtk-query-immodules-2.0(1), gtk-update-icon-cache(1), libgdk_pixbuf-2.0(3), attributes(5), environ(5), gnome-interfaces(5) NOTES
Written by Erwann Chenede, Sun Microsystems Inc., 2003. SunOS 5.11 8 Apr 2003 gobject-query(1)
Man Page