Imported Upstream version 2.6.1
This commit is contained in:
@ -49,18 +49,28 @@ all other GIMP Library headers.</p>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="libgimp-gimp.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
gchar* <a class="link" href="libgimp-gimp.html#gimp-version" title="gimp_version ()">gimp_version</a> (void);
|
||||
gint <a class="link" href="libgimp-gimp.html#gimp-getpid" title="gimp_getpid ()">gimp_getpid</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimp.html#gimp-version" title="gimp_version ()">gimp_version</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimp.html#gimp-getpid" title="gimp_getpid ()">gimp_getpid</a> (void);
|
||||
#define <a class="link" href="libgimp-gimp.html#gimp-get-data" title="gimp_get_data">gimp_get_data</a>
|
||||
#define <a class="link" href="libgimp-gimp.html#gimp-get-data-size" title="gimp_get_data_size">gimp_get_data_size</a>
|
||||
#define <a class="link" href="libgimp-gimp.html#gimp-set-data" title="gimp_set_data">gimp_set_data</a>
|
||||
void (<a class="link" href="libgimp-gimp.html#GimpInitProc" title="GimpInitProc ()">*GimpInitProc</a>) (void);
|
||||
void (<a class="link" href="libgimp-gimp.html#GimpQuitProc" title="GimpQuitProc ()">*GimpQuitProc</a>) (void);
|
||||
void (<a class="link" href="libgimp-gimp.html#GimpQueryProc" title="GimpQueryProc ()">*GimpQueryProc</a>) (void);
|
||||
void (<a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()">*GimpRunProc</a>) (const gchar *name,
|
||||
gint n_params,
|
||||
void (<a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()">*GimpRunProc</a>) (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> *param,
|
||||
gint *n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *n_return_vals,
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> **return_vals);
|
||||
<a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a>;
|
||||
<a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a>;
|
||||
@ -68,91 +78,211 @@ void (<a class="link" href="libgimp-gimp.html#GimpRunProc" title=
|
||||
union <a class="link" href="libgimp-gimp.html#GimpParamData" title="union GimpParamData">GimpParamData</a>;
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>;
|
||||
#define <a class="link" href="libgimp-gimp.html#MAIN:CAPS" title="MAIN()">MAIN</a> ()
|
||||
gint <a class="link" href="libgimp-gimp.html#gimp-main" title="gimp_main ()">gimp_main</a> (const <a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a> *info,
|
||||
gint argc,
|
||||
gchar *argv[]);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimp.html#gimp-main" title="gimp_main ()">gimp_main</a> (const <a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a> *info,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> argc,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *argv[]);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-quit" title="gimp_quit ()">gimp_quit</a> (void);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()">gimp_install_procedure</a> (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *menu_label,
|
||||
const gchar *image_types,
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title="gimp_install_procedure ()">gimp_install_procedure</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *blurb,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *help,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *author,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *copyright,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *date,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *menu_label,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *image_types,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
|
||||
>GimpPDBProcType</a> type,
|
||||
gint n_params,
|
||||
gint n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_return_vals,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *return_vals);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()">gimp_install_temp_proc</a> (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *menu_label,
|
||||
const gchar *image_types,
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()">gimp_install_temp_proc</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *blurb,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *help,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *author,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *copyright,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *date,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *menu_label,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *image_types,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
|
||||
>GimpPDBProcType</a> type,
|
||||
gint n_params,
|
||||
gint n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_return_vals,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *return_vals,
|
||||
<a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()">GimpRunProc</a> run_proc);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-uninstall-temp-proc" title="gimp_uninstall_temp_proc ()">gimp_uninstall_temp_proc</a> (const gchar *name);
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* <a class="link" href="libgimp-gimp.html#gimp-run-procedure" title="gimp_run_procedure ()">gimp_run_procedure</a> (const gchar *name,
|
||||
gint *n_return_vals,
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-uninstall-temp-proc" title="gimp_uninstall_temp_proc ()">gimp_uninstall_temp_proc</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* <a class="link" href="libgimp-gimp.html#gimp-run-procedure" title="gimp_run_procedure ()">gimp_run_procedure</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *n_return_vals,
|
||||
...);
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* <a class="link" href="libgimp-gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()">gimp_run_procedure2</a> (const gchar *name,
|
||||
gint *n_return_vals,
|
||||
gint n_params,
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* <a class="link" href="libgimp-gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()">gimp_run_procedure2</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> *params);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-destroy-params" title="gimp_destroy_params ()">gimp_destroy_params</a> (<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> *params,
|
||||
gint n_params);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-destroy-paramdefs" title="gimp_destroy_paramdefs ()">gimp_destroy_paramdefs</a> (<a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *paramdefs,
|
||||
gint n_params);
|
||||
const gchar* <a class="link" href="libgimp-gimp.html#gimp-get-pdb-error" title="gimp_get_pdb_error ()">gimp_get_pdb_error</a> (void);
|
||||
guint <a class="link" href="libgimp-gimp.html#gimp-tile-width" title="gimp_tile_width ()">gimp_tile_width</a> (void);
|
||||
guint <a class="link" href="libgimp-gimp.html#gimp-tile-height" title="gimp_tile_height ()">gimp_tile_height</a> (void);
|
||||
gint <a class="link" href="libgimp-gimp.html#gimp-shm-ID" title="gimp_shm_ID ()">gimp_shm_ID</a> (void);
|
||||
guchar* <a class="link" href="libgimp-gimp.html#gimp-shm-addr" title="gimp_shm_addr ()">gimp_shm_addr</a> (void);
|
||||
gdouble <a class="link" href="libgimp-gimp.html#gimp-gamma" title="gimp_gamma ()">gimp_gamma</a> (void);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-install-cmap" title="gimp_install_cmap ()">gimp_install_cmap</a> (void);
|
||||
gint <a class="link" href="libgimp-gimp.html#gimp-min-colors" title="gimp_min_colors ()">gimp_min_colors</a> (void);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-show-tool-tips" title="gimp_show_tool_tips ()">gimp_show_tool_tips</a> (void);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-show-help-button" title="gimp_show_help_button ()">gimp_show_help_button</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimp.html#gimp-get-pdb-error" title="gimp_get_pdb_error ()">gimp_get_pdb_error</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||||
>guint</a> <a class="link" href="libgimp-gimp.html#gimp-tile-width" title="gimp_tile_width ()">gimp_tile_width</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||||
>guint</a> <a class="link" href="libgimp-gimp.html#gimp-tile-height" title="gimp_tile_height ()">gimp_tile_height</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimp.html#gimp-shm-ID" title="gimp_shm_ID ()">gimp_shm_ID</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"
|
||||
>guchar</a>* <a class="link" href="libgimp-gimp.html#gimp-shm-addr" title="gimp_shm_addr ()">gimp_shm_addr</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="libgimp-gimp.html#gimp-gamma" title="gimp_gamma ()">gimp_gamma</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-install-cmap" title="gimp_install_cmap ()">gimp_install_cmap</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimp.html#gimp-min-colors" title="gimp_min_colors ()">gimp_min_colors</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-show-tool-tips" title="gimp_show_tool_tips ()">gimp_show_tool_tips</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-show-help-button" title="gimp_show_help_button ()">gimp_show_help_button</a> (void);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
|
||||
>GimpCheckSize</a> <a class="link" href="libgimp-gimp.html#gimp-check-size" title="gimp_check_size ()">gimp_check_size</a> (void);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
|
||||
>GimpCheckType</a> <a class="link" href="libgimp-gimp.html#gimp-check-type" title="gimp_check_type ()">gimp_check_type</a> (void);
|
||||
gint32 <a class="link" href="libgimp-gimp.html#gimp-default-display" title="gimp_default_display ()">gimp_default_display</a> (void);
|
||||
const gchar* <a class="link" href="libgimp-gimp.html#gimp-wm-class" title="gimp_wm_class ()">gimp_wm_class</a> (void);
|
||||
const gchar* <a class="link" href="libgimp-gimp.html#gimp-display-name" title="gimp_display_name ()">gimp_display_name</a> (void);
|
||||
gint <a class="link" href="libgimp-gimp.html#gimp-monitor-number" title="gimp_monitor_number ()">gimp_monitor_number</a> (void);
|
||||
guint32 <a class="link" href="libgimp-gimp.html#gimp-user-time" title="gimp_user_time ()">gimp_user_time</a> (void);
|
||||
const gchar* <a class="link" href="libgimp-gimp.html#gimp-get-progname" title="gimp_get_progname ()">gimp_get_progname</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> <a class="link" href="libgimp-gimp.html#gimp-default-display" title="gimp_default_display ()">gimp_default_display</a> (void);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimp.html#gimp-wm-class" title="gimp_wm_class ()">gimp_wm_class</a> (void);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimp.html#gimp-display-name" title="gimp_display_name ()">gimp_display_name</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="libgimp-gimp.html#gimp-monitor-number" title="gimp_monitor_number ()">gimp_monitor_number</a> (void);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
|
||||
>guint32</a> <a class="link" href="libgimp-gimp.html#gimp-user-time" title="gimp_user_time ()">gimp_user_time</a> (void);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimp.html#gimp-get-progname" title="gimp_get_progname ()">gimp_get_progname</a> (void);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()">gimp_extension_enable</a> (void);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-extension-ack" title="gimp_extension_ack ()">gimp_extension_ack</a> (void);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()">gimp_extension_process</a> (guint timeout);
|
||||
void <a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()">gimp_extension_process</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||||
>guint</a> timeout);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* <a class="link" href="libgimp-gimp.html#gimp-parasite-find" title="gimp_parasite_find ()">gimp_parasite_find</a> (const gchar *name);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-parasite-list" title="gimp_parasite_list ()">gimp_parasite_list</a> (gint *num_parasites,
|
||||
gchar ***parasites);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-parasite-attach" title="gimp_parasite_attach ()">gimp_parasite_attach</a> (const <a
|
||||
>GimpParasite</a>* <a class="link" href="libgimp-gimp.html#gimp-parasite-find" title="gimp_parasite_find ()">gimp_parasite_find</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-parasite-list" title="gimp_parasite_list ()">gimp_parasite_list</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *num_parasites,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> ***parasites);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-parasite-attach" title="gimp_parasite_attach ()">gimp_parasite_attach</a> (const <a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *parasite);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-parasite-detach" title="gimp_parasite_detach ()">gimp_parasite_detach</a> (const gchar *name);
|
||||
gboolean <a class="link" href="libgimp-gimp.html#gimp-attach-new-parasite" title="gimp_attach_new_parasite ()">gimp_attach_new_parasite</a> (const gchar *name,
|
||||
gint flags,
|
||||
gint size,
|
||||
gconstpointer data);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-parasite-detach" title="gimp_parasite_detach ()">gimp_parasite_detach</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimp.html#gimp-attach-new-parasite" title="gimp_attach_new_parasite ()">gimp_attach_new_parasite</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> flags,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> size,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
|
||||
>gconstpointer</a> data);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
@ -167,7 +297,9 @@ all other GIMP Library headers.
|
||||
<a name="libgimp-gimp.details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-version"></a><h3>gimp_version ()</h3>
|
||||
<pre class="programlisting">gchar* gimp_version (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_version (void);</pre>
|
||||
<p>
|
||||
Returns the host GIMP version.
|
||||
</p>
|
||||
@ -189,7 +321,9 @@ GIMP.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-getpid"></a><h3>gimp_getpid ()</h3>
|
||||
<pre class="programlisting">gint gimp_getpid (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_getpid (void);</pre>
|
||||
<p>
|
||||
Returns the PID of the host GIMP process.
|
||||
</p>
|
||||
@ -274,10 +408,16 @@ This procedure returns the process ID of the currently running GIMP.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="GimpRunProc"></a><h3>GimpRunProc ()</h3>
|
||||
<pre class="programlisting">void (*GimpRunProc) (const gchar *name,
|
||||
gint n_params,
|
||||
<pre class="programlisting">void (*GimpRunProc) (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> *param,
|
||||
gint *n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *n_return_vals,
|
||||
<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> **return_vals);</pre>
|
||||
<p>
|
||||
|
||||
@ -436,9 +576,15 @@ To use this macro, simply place a line that contains just the code
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-main"></a><h3>gimp_main ()</h3>
|
||||
<pre class="programlisting">gint gimp_main (const <a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a> *info,
|
||||
gint argc,
|
||||
gchar *argv[]);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_main (const <a class="link" href="libgimp-gimp.html#GimpPlugInInfo" title="GimpPlugInInfo">GimpPlugInInfo</a> *info,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> argc,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *argv[]);</pre>
|
||||
<p>
|
||||
The main procedure that must be called with the PLUG_IN_INFO structure
|
||||
and the 'argc' and 'argv' that are passed to "main".</p>
|
||||
@ -485,19 +631,39 @@ connection to main gimp application. This function never returns.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-install-procedure"></a><h3>gimp_install_procedure ()</h3>
|
||||
<pre class="programlisting">void gimp_install_procedure (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *menu_label,
|
||||
const gchar *image_types,
|
||||
<pre class="programlisting">void gimp_install_procedure (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *blurb,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *help,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *author,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *copyright,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *date,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *menu_label,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *image_types,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
|
||||
>GimpPDBProcType</a> type,
|
||||
gint n_params,
|
||||
gint n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_return_vals,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *return_vals);</pre>
|
||||
<p>
|
||||
@ -560,7 +726,9 @@ procedure will cause the GIMP core to lock up.</em></span>
|
||||
</p>
|
||||
<p>
|
||||
Additionally, a <span class="type">GIMP_EXTENSION</span> procedure with no parameters
|
||||
(<em class="parameter"><code>n_params</code></em> == 0 and <em class="parameter"><code>params</code></em> == <span class="type">NULL</span>) is an "automatic" extension
|
||||
(<em class="parameter"><code>n_params</code></em> == 0 and <em class="parameter"><code>params</code></em> == <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><span class="type">NULL</span></a>) is an "automatic" extension
|
||||
that will be automatically started on each GIMP startup.</p>
|
||||
<p>
|
||||
|
||||
@ -602,7 +770,9 @@ that will be automatically started on each GIMP startup.</p>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
|
||||
<td> the label to use for the procedure's menu entry,
|
||||
or <span class="type">NULL</span> if the procedure has no menu entry.
|
||||
or <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><span class="type">NULL</span></a> if the procedure has no menu entry.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -641,19 +811,39 @@ that will be automatically started on each GIMP startup.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-install-temp-proc"></a><h3>gimp_install_temp_proc ()</h3>
|
||||
<pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *menu_label,
|
||||
const gchar *image_types,
|
||||
<pre class="programlisting">void gimp_install_temp_proc (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *blurb,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *help,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *author,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *copyright,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *date,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *menu_label,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *image_types,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
|
||||
>GimpPDBProcType</a> type,
|
||||
gint n_params,
|
||||
gint n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_return_vals,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *return_vals,
|
||||
<a class="link" href="libgimp-gimp.html#GimpRunProc" title="GimpRunProc ()">GimpRunProc</a> run_proc);</pre>
|
||||
@ -721,7 +911,9 @@ details.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>menu_label</code></em> :</span></p></td>
|
||||
<td> the procedure's menu label, or <span class="type">NULL</span> if the procedure has
|
||||
<td> the procedure's menu label, or <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><span class="type">NULL</span></a> if the procedure has
|
||||
no menu entry.
|
||||
</td>
|
||||
</tr>
|
||||
@ -766,7 +958,9 @@ details.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-uninstall-temp-proc"></a><h3>gimp_uninstall_temp_proc ()</h3>
|
||||
<pre class="programlisting">void gimp_uninstall_temp_proc (const gchar *name);</pre>
|
||||
<pre class="programlisting">void gimp_uninstall_temp_proc (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<p>
|
||||
Uninstalls a temporary procedure which has previously been
|
||||
installed using <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc" title="gimp_install_temp_proc ()"><code class="function">gimp_install_temp_proc()</code></a>.</p>
|
||||
@ -785,8 +979,12 @@ installed using <a class="link" href="libgimp-gimp.html#gimp-install-temp-proc"
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-run-procedure"></a><h3>gimp_run_procedure ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
|
||||
gint *n_return_vals,
|
||||
<pre class="programlisting"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* gimp_run_procedure (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *n_return_vals,
|
||||
...);</pre>
|
||||
<p>
|
||||
This function calls a GIMP procedure and returns its return values.
|
||||
@ -831,9 +1029,15 @@ information.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-run-procedure2"></a><h3>gimp_run_procedure2 ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* gimp_run_procedure2 (const gchar *name,
|
||||
gint *n_return_vals,
|
||||
gint n_params,
|
||||
<pre class="programlisting"><a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a>* gimp_run_procedure2 (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *n_return_vals,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params,
|
||||
const <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> *params);</pre>
|
||||
<p>
|
||||
This function calls a GIMP procedure and returns its return values.
|
||||
@ -882,7 +1086,9 @@ free them using <a class="link" href="libgimp-gimp.html#gimp-destroy-params" tit
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-destroy-params"></a><h3>gimp_destroy_params ()</h3>
|
||||
<pre class="programlisting">void gimp_destroy_params (<a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">GimpParam</a> *params,
|
||||
gint n_params);</pre>
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params);</pre>
|
||||
<p>
|
||||
Destroys a <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam"><span class="type">GimpParam</span></a> array as returned by <a class="link" href="libgimp-gimp.html#gimp-run-procedure" title="gimp_run_procedure ()"><code class="function">gimp_run_procedure()</code></a> or
|
||||
<a class="link" href="libgimp-gimp.html#gimp-run-procedure2" title="gimp_run_procedure2 ()"><code class="function">gimp_run_procedure2()</code></a>.</p>
|
||||
@ -909,7 +1115,9 @@ Destroys a <a class="link" href="libgimp-gimp.html#GimpParam" title="GimpParam">
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-destroy-paramdefs"></a><h3>gimp_destroy_paramdefs ()</h3>
|
||||
<pre class="programlisting">void gimp_destroy_paramdefs (<a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef">GimpParamDef</a> *paramdefs,
|
||||
gint n_params);</pre>
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_params);</pre>
|
||||
<p>
|
||||
Destroys a <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpParamDef"><span class="type">GimpParamDef</span></a> array as returned by
|
||||
<a class="link" href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-info" title="gimp_procedural_db_proc_info ()"><code class="function">gimp_procedural_db_proc_info()</code></a>.</p>
|
||||
@ -935,7 +1143,9 @@ Destroys a <a class="link" href="libgimp-gimp.html#GimpParamDef" title="GimpPara
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-get-pdb-error"></a><h3>gimp_get_pdb_error ()</h3>
|
||||
<pre class="programlisting">const gchar* gimp_get_pdb_error (void);</pre>
|
||||
<pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_get_pdb_error (void);</pre>
|
||||
<p>
|
||||
Retrieves the error message from the last procedure call.
|
||||
</p>
|
||||
@ -967,7 +1177,9 @@ modified.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-tile-width"></a><h3>gimp_tile_width ()</h3>
|
||||
<pre class="programlisting">guint gimp_tile_width (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||||
>guint</a> gimp_tile_width (void);</pre>
|
||||
<p>
|
||||
Returns the tile width GIMP is using.
|
||||
</p>
|
||||
@ -988,7 +1200,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-tile-height"></a><h3>gimp_tile_height ()</h3>
|
||||
<pre class="programlisting">guint gimp_tile_height (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||||
>guint</a> gimp_tile_height (void);</pre>
|
||||
<p>
|
||||
Returns the tile height GIMP is using.
|
||||
</p>
|
||||
@ -1009,7 +1223,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-shm-ID"></a><h3>gimp_shm_ID ()</h3>
|
||||
<pre class="programlisting">gint gimp_shm_ID (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_shm_ID (void);</pre>
|
||||
<p>
|
||||
Returns the shared memory ID used for passing tile data between the
|
||||
GIMP core and the plug-in.
|
||||
@ -1031,7 +1247,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-shm-addr"></a><h3>gimp_shm_addr ()</h3>
|
||||
<pre class="programlisting">guchar* gimp_shm_addr (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"
|
||||
>guchar</a>* gimp_shm_addr (void);</pre>
|
||||
<p>
|
||||
Returns the address of the shared memory segment used for passing
|
||||
tile data between the GIMP core and the plug-in.
|
||||
@ -1053,7 +1271,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-gamma"></a><h3>gimp_gamma ()</h3>
|
||||
<pre class="programlisting">gdouble gimp_gamma (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_gamma (void);</pre>
|
||||
<p>
|
||||
Returns the global gamma value GIMP and all its plug-ins should
|
||||
use.
|
||||
@ -1080,7 +1300,9 @@ should assume that pixel data is in the sRGB colorspace.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-install-cmap"></a><h3>gimp_install_cmap ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_install_cmap (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_install_cmap (void);</pre>
|
||||
<p>
|
||||
Returns whether or not the plug-in should allocate an own colormap
|
||||
when running on an 8 bit display. See also: <a class="link" href="libgimp-gimp.html#gimp-min-colors" title="gimp_min_colors ()"><code class="function">gimp_min_colors()</code></a>.
|
||||
@ -1102,7 +1324,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-min-colors"></a><h3>gimp_min_colors ()</h3>
|
||||
<pre class="programlisting">gint gimp_min_colors (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_min_colors (void);</pre>
|
||||
<p>
|
||||
Returns the minimum number of colors to use when allocating an own
|
||||
colormap on 8 bit displays.
|
||||
@ -1127,7 +1351,9 @@ See also: <a class="link" href="libgimp-gimp.html#gimp-install-cmap" title="gimp
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-show-tool-tips"></a><h3>gimp_show_tool_tips ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_show_tool_tips (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_show_tool_tips (void);</pre>
|
||||
<p>
|
||||
Returns whether or not the plug-in should show tool-tips.
|
||||
</p>
|
||||
@ -1148,7 +1374,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-show-help-button"></a><h3>gimp_show_help_button ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_show_help_button (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_show_help_button (void);</pre>
|
||||
<p>
|
||||
Returns whether or not GimpDialog should automatically add a help
|
||||
button if help_func and help_id are given.
|
||||
@ -1225,7 +1453,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-default-display"></a><h3>gimp_default_display ()</h3>
|
||||
<pre class="programlisting">gint32 gimp_default_display (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> gimp_default_display (void);</pre>
|
||||
<p>
|
||||
Returns the default display ID. This corresponds to the display the
|
||||
running procedure's menu entry was invoked from.
|
||||
@ -1247,7 +1477,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-wm-class"></a><h3>gimp_wm_class ()</h3>
|
||||
<pre class="programlisting">const gchar* gimp_wm_class (void);</pre>
|
||||
<pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_wm_class (void);</pre>
|
||||
<p>
|
||||
Returns the window manager class to be used for plug-in windows.
|
||||
</p>
|
||||
@ -1268,7 +1500,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-display-name"></a><h3>gimp_display_name ()</h3>
|
||||
<pre class="programlisting">const gchar* gimp_display_name (void);</pre>
|
||||
<pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_display_name (void);</pre>
|
||||
<p>
|
||||
Returns the display to be used for plug-in windows.
|
||||
</p>
|
||||
@ -1289,7 +1523,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-monitor-number"></a><h3>gimp_monitor_number ()</h3>
|
||||
<pre class="programlisting">gint gimp_monitor_number (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_monitor_number (void);</pre>
|
||||
<p>
|
||||
Returns the monitor number to be used for plug-in windows.
|
||||
</p>
|
||||
@ -1310,7 +1546,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-user-time"></a><h3>gimp_user_time ()</h3>
|
||||
<pre class="programlisting">guint32 gimp_user_time (void);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
|
||||
>guint32</a> gimp_user_time (void);</pre>
|
||||
<p>
|
||||
Returns the timestamp of the user interaction that should be set on
|
||||
the plug-in window. This is handled transparently, plug-in authors
|
||||
@ -1336,7 +1574,9 @@ This is a constant value given at plug-in configuration time.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-get-progname"></a><h3>gimp_get_progname ()</h3>
|
||||
<pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
|
||||
<pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_get_progname (void);</pre>
|
||||
<p>
|
||||
Returns the plug-in's executable name.</p>
|
||||
<p>
|
||||
@ -1373,7 +1613,9 @@ to execute them. Usually this will be done by running
|
||||
</p>
|
||||
<p>
|
||||
If the plug-in cannot use <a class="link" href="libgimp-gimp.html#gimp-extension-process" title="gimp_extension_process ()"><code class="function">gimp_extension_process()</code></a>, i.e. if it has
|
||||
a GUI and is hanging around in a <span class="type">GMainLoop</span>, it must call
|
||||
a GUI and is hanging around in a <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"
|
||||
><span class="type">GMainLoop</span></a>, it must call
|
||||
<a class="link" href="libgimp-gimp.html#gimp-extension-enable" title="gimp_extension_enable ()"><code class="function">gimp_extension_enable()</code></a>.
|
||||
</p>
|
||||
<p>
|
||||
@ -1412,7 +1654,9 @@ See also: <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title=
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-extension-process"></a><h3>gimp_extension_process ()</h3>
|
||||
<pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
|
||||
<pre class="programlisting">void gimp_extension_process (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||||
>guint</a> timeout);</pre>
|
||||
<p>
|
||||
Processes one message sent by GIMP and returns.
|
||||
</p>
|
||||
@ -1444,7 +1688,9 @@ See also: <a class="link" href="libgimp-gimp.html#gimp-install-procedure" title=
|
||||
<a name="gimp-parasite-find"></a><h3>gimp_parasite_find ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* gimp_parasite_find (const gchar *name);</pre>
|
||||
>GimpParasite</a>* gimp_parasite_find (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<p>
|
||||
Look up a global parasite.
|
||||
</p>
|
||||
@ -1472,8 +1718,14 @@ Finds and returns the global parasite that was previously attached.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-parasite-list"></a><h3>gimp_parasite_list ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
|
||||
gchar ***parasites);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_list (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *num_parasites,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> ***parasites);</pre>
|
||||
<p>
|
||||
List all parasites.
|
||||
</p>
|
||||
@ -1506,7 +1758,9 @@ Returns a list of all currently attached global parasites.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-parasite-attach"></a><h3>gimp_parasite_attach ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_parasite_attach (const <a
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_attach (const <a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *parasite);</pre>
|
||||
<p>
|
||||
@ -1536,7 +1790,11 @@ This procedure attaches a global parasite. It has no return values.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-parasite-detach"></a><h3>gimp_parasite_detach ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_parasite_detach (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<p>
|
||||
Removes a global parasite.
|
||||
</p>
|
||||
@ -1565,10 +1823,20 @@ values.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-attach-new-parasite"></a><h3>gimp_attach_new_parasite ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_attach_new_parasite (const gchar *name,
|
||||
gint flags,
|
||||
gint size,
|
||||
gconstpointer data);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_attach_new_parasite (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> flags,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> size,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gconstpointer"
|
||||
>gconstpointer</a> data);</pre>
|
||||
<p>
|
||||
Convenience function that creates a parasite and attaches it
|
||||
to GIMP.</p>
|
||||
|
Reference in New Issue
Block a user