gimp_plugin_help_register << INDEX >> gimp_posterize

gimp_plugins_query (1998)

NAME
gimp_plugins_query - Queries the plugin database for its contents.
SYNOPSIS
(num_plugins,menu_path,num_plugins,plugin_accelerator,num_plugins,plugin_location,num_plugins,plugin_image_type,num_plugins,plugin_install_time,num_plugins,plugin_real_name) = gimp_plugins_query (search_string)
DESCRIPTION
This procedure queries the contents of the plugin database.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGsearch_stringIf not an empty string then use this as a search pattern
RETURN VALUES
TYPENAMEDESCRIPTION
INT32num_pluginsThe number of plugins
STRINGARRAYmenu_pathThe menu path of the plugin
INT32num_pluginsThe number of plugins
STRINGARRAYplugin_acceleratorString representing keyboard accelerator (could be empty string)
INT32num_pluginsThe number of plugins
STRINGARRAYplugin_locationLocation of the plugin program
INT32num_pluginsThe number of plugins
STRINGARRAYplugin_image_typeType of image that this plugin will work on
INT32num_pluginsThe number of plugins
INT32ARRAYplugin_install_timeTime that the plugin was installed
INT32num_pluginsThe number of plugins
STRINGARRAYplugin_real_nameThe internal name of the plugin
SOME SYNTAX ALTERNATIVES
(menu_path,plugin_accelerator,plugin_location,plugin_image_type,plugin_install_time,plugin_real_name) = Gimp->plugins_query (search_string)
(menu_path,plugin_accelerator,plugin_location,plugin_image_type,plugin_install_time,plugin_real_name) = plugins_query Layer (search_string)
(menu_path,plugin_accelerator,plugin_location,plugin_image_type,plugin_install_time,plugin_real_name) = plugins_query Image (search_string)
(menu_path,plugin_accelerator,plugin_location,plugin_image_type,plugin_install_time,plugin_real_name) = plugins_query Channel (search_string)
(menu_path,plugin_accelerator,plugin_location,plugin_image_type,plugin_install_time,plugin_real_name) = plugins_query Display (search_string)
(menu_path,plugin_accelerator,plugin_location,plugin_image_type,plugin_install_time,plugin_real_name) = plugins_query Drawable (search_string)
AUTHOR
Andy Thomas
(c)1998 Andy Thomas


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>