1997-11-25 06:05:25 +08:00
|
|
|
/* The GIMP -- an image manipulation program
|
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
1998-04-13 13:44:11 +08:00
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
1997-11-25 06:05:25 +08:00
|
|
|
*/
|
2000-12-17 05:37:03 +08:00
|
|
|
|
2000-04-28 01:27:28 +08:00
|
|
|
#include "config.h"
|
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
#include <stdarg.h>
|
|
|
|
#include <string.h>
|
2000-12-29 23:22:01 +08:00
|
|
|
#include <sys/types.h>
|
2000-04-28 01:27:28 +08:00
|
|
|
|
2004-07-10 03:26:34 +08:00
|
|
|
#include <glib-object.h>
|
2000-12-17 05:37:03 +08:00
|
|
|
|
2002-03-21 01:46:13 +08:00
|
|
|
#include "libgimpbase/gimpbase.h"
|
2006-03-29 03:58:00 +08:00
|
|
|
#include "libgimpcolor/gimpcolor.h"
|
2002-03-21 01:46:13 +08:00
|
|
|
|
2001-08-17 22:27:31 +08:00
|
|
|
#include "pdb-types.h"
|
2000-12-17 05:37:03 +08:00
|
|
|
|
2001-07-05 03:31:35 +08:00
|
|
|
#include "core/gimp.h"
|
2004-04-15 07:37:34 +08:00
|
|
|
#include "core/gimpcontext.h"
|
2006-03-29 03:58:00 +08:00
|
|
|
#include "core/gimpchannel.h"
|
|
|
|
#include "core/gimplayer.h"
|
|
|
|
#include "core/gimpparamspecs.h"
|
2004-08-11 02:47:21 +08:00
|
|
|
#include "core/gimpprogress.h"
|
2001-07-05 03:31:35 +08:00
|
|
|
|
2006-03-29 03:58:00 +08:00
|
|
|
#include "vectors/gimpvectors.h"
|
|
|
|
|
2003-01-30 19:20:12 +08:00
|
|
|
#include "plug-in/plug-in-run.h"
|
2001-02-04 06:05:41 +08:00
|
|
|
|
2006-04-01 03:28:53 +08:00
|
|
|
#include "gimpargument.h"
|
2006-03-31 17:15:08 +08:00
|
|
|
#include "gimpprocedure.h"
|
2003-12-05 21:02:18 +08:00
|
|
|
#include "internal_procs.h"
|
1997-11-25 06:05:25 +08:00
|
|
|
#include "procedural_db.h"
|
2000-04-28 01:27:28 +08:00
|
|
|
|
2003-03-26 00:38:19 +08:00
|
|
|
#include "gimp-intl.h"
|
Lots of ii8n stuff here and some additions to the de.po. Applied
Wed Oct 14 17:46:15 EDT 1998 Adrian Likins <adrian@gimp.org>
* app/*, po/de.po, de/POTFILES.in, libgimp/gimpintl.h:
Lots of ii8n stuff here and some additions to the de.po.
Applied gimp-egger-981005-1 ,gimp-egger-981006-1,
gimp-egger-981007-1, gimp-egger-981008-1,
gimp-egger-981009-1.patch, gimp-egger-981010-1.patch
* plug-in/guillotine/guillotine.c: added the coordinates
of the split images from the original image to the title.
ie foo.jpg (0,0) for the image in the topleft.
* plug-in/script-fu/scripts/neon-logo.scm,
perspective-shadow.scm, predator.scm,rendermap.scm,
ripply-anim.scm, select_to_image.scm,swirltile.scm,
xach-effect.scm: updated scripts to use new script-fu stuff
wooo boy! a big un!
in testing this, it looks like some of the po files are busted.
but the code stuff seems okay.
-adrian
1998-10-15 07:23:52 +08:00
|
|
|
|
2000-04-28 01:27:28 +08:00
|
|
|
|
2005-05-14 07:36:45 +08:00
|
|
|
/* public functions */
|
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
void
|
2001-07-05 03:31:35 +08:00
|
|
|
procedural_db_init (Gimp *gimp)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2001-07-05 03:31:35 +08:00
|
|
|
g_return_if_fail (GIMP_IS_GIMP (gimp));
|
These changes enable help support for 3rd party plug-ins which install
2000-05-21 Michael Natterer <mitch@gimp.org>
These changes enable help support for 3rd party plug-ins which
install their help files outside GIMP's main help dir.
Instead of calling gimp_help(), gimp_plugin_help_func() etc.,
all help callbacks now have to call gimp_standard_help_func()
which has different implementations in the app and in libgimp.
There is a new function gimp_plugin_help_register() which can
be called during plug-in query. plug_in.c keeps a list of
executable_name/help_path pairs. Plug-ins have to pass their
exec. name to gimp_help() which uses the list to find the plug-in's
help directory.
* app/gimphelp.[ch]: gimp_help() now takes a help_path parameter.
help_path == NULL means the standard help directory. Various
changes to pass the help_path to the help browser.
* app/gimprc.c: save the plug-in's help_path in the pluginrc file.
* app/menus.c: ugly hack to enable help_paths in the "F1" callback.
* app/plug_in.[ch]: many help_path related changes. Use g_basename()
instead of strrchr(str,G_DIR_SEPARATOR), cosmetic cleanups.
* app/internal_procs.c
* app/gimphelp_cmds.c
* tools/pdbgen/pdb/gimphelp.pdb: new procedure
gimp_plugin_help_register(). gimp_help() takes a second parameter
which is the executable name (not the help_path).
* app/color_notebook.c
* app/commands.c
* app/lc_dialog.c
* app/preferences_dialog.c
* app/tools.c: call gimp_standard_help_func() instead of gimp_help().
* libgimp/gimp.c: new function gimp_get_progname() which returns
the full path of the plug-in's executable.
* libgimp/gimp.h: export the new function,
removed gimp_plugin_help_func(), gimp_help() takes the executable
name as second parameter.
* libgimp/gimpcompat.h: added gimp_plugin_help_func().
* libgimp/gimphelp.c: a wrapper for gimp_plugin_help_register(),
changed the calls to gimp_help.
* libgimp/gimphelpui.[ch]: call gimp_standard_help_func() instead
of gimp_help().
* plug-ins/helpbrowser/helpbrowser.c: now called with an additional
help_path parameter. Various changes to enable
help_path != gimp_standard_help_path.
Unrelated stuff:
* app/batch.h: added missing GPL header.
* app/gimpunit.c: had a LGPL header, merged some fprintf's into
one call.
* app/procedural_db.[ch]: cosmetic: g* types, s/g_malloc/g_new/,
prototypes, indentation.
* app/resize.c: use less packing widgets. didn't find the "offset"
redraw bug :(
2000-05-22 01:41:02 +08:00
|
|
|
|
2006-02-21 19:05:43 +08:00
|
|
|
gimp->procedural_ht = g_hash_table_new (g_str_hash, g_str_equal);
|
|
|
|
gimp->procedural_compat_ht = g_hash_table_new (g_str_hash, g_str_equal);
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
These changes enable help support for 3rd party plug-ins which install
2000-05-21 Michael Natterer <mitch@gimp.org>
These changes enable help support for 3rd party plug-ins which
install their help files outside GIMP's main help dir.
Instead of calling gimp_help(), gimp_plugin_help_func() etc.,
all help callbacks now have to call gimp_standard_help_func()
which has different implementations in the app and in libgimp.
There is a new function gimp_plugin_help_register() which can
be called during plug-in query. plug_in.c keeps a list of
executable_name/help_path pairs. Plug-ins have to pass their
exec. name to gimp_help() which uses the list to find the plug-in's
help directory.
* app/gimphelp.[ch]: gimp_help() now takes a help_path parameter.
help_path == NULL means the standard help directory. Various
changes to pass the help_path to the help browser.
* app/gimprc.c: save the plug-in's help_path in the pluginrc file.
* app/menus.c: ugly hack to enable help_paths in the "F1" callback.
* app/plug_in.[ch]: many help_path related changes. Use g_basename()
instead of strrchr(str,G_DIR_SEPARATOR), cosmetic cleanups.
* app/internal_procs.c
* app/gimphelp_cmds.c
* tools/pdbgen/pdb/gimphelp.pdb: new procedure
gimp_plugin_help_register(). gimp_help() takes a second parameter
which is the executable name (not the help_path).
* app/color_notebook.c
* app/commands.c
* app/lc_dialog.c
* app/preferences_dialog.c
* app/tools.c: call gimp_standard_help_func() instead of gimp_help().
* libgimp/gimp.c: new function gimp_get_progname() which returns
the full path of the plug-in's executable.
* libgimp/gimp.h: export the new function,
removed gimp_plugin_help_func(), gimp_help() takes the executable
name as second parameter.
* libgimp/gimpcompat.h: added gimp_plugin_help_func().
* libgimp/gimphelp.c: a wrapper for gimp_plugin_help_register(),
changed the calls to gimp_help.
* libgimp/gimphelpui.[ch]: call gimp_standard_help_func() instead
of gimp_help().
* plug-ins/helpbrowser/helpbrowser.c: now called with an additional
help_path parameter. Various changes to enable
help_path != gimp_standard_help_path.
Unrelated stuff:
* app/batch.h: added missing GPL header.
* app/gimpunit.c: had a LGPL header, merged some fprintf's into
one call.
* app/procedural_db.[ch]: cosmetic: g* types, s/g_malloc/g_new/,
prototypes, indentation.
* app/resize.c: use less packing widgets. didn't find the "offset"
redraw bug :(
2000-05-22 01:41:02 +08:00
|
|
|
static void
|
1999-10-28 04:45:57 +08:00
|
|
|
procedural_db_free_entry (gpointer key,
|
2004-03-27 00:49:18 +08:00
|
|
|
gpointer value,
|
|
|
|
gpointer user_data)
|
1999-10-28 04:45:57 +08:00
|
|
|
{
|
|
|
|
if (value)
|
2006-03-30 16:00:54 +08:00
|
|
|
{
|
2006-04-01 00:17:07 +08:00
|
|
|
g_list_foreach (value, (GFunc) gimp_procedure_free, NULL);
|
2006-03-30 16:00:54 +08:00
|
|
|
g_list_free (value);
|
|
|
|
}
|
1999-10-28 04:45:57 +08:00
|
|
|
}
|
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
void
|
2001-07-05 03:31:35 +08:00
|
|
|
procedural_db_free (Gimp *gimp)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_if_fail (GIMP_IS_GIMP (gimp));
|
|
|
|
|
2001-07-05 03:31:35 +08:00
|
|
|
if (gimp->procedural_ht)
|
1999-10-28 04:45:57 +08:00
|
|
|
{
|
2003-09-16 21:12:50 +08:00
|
|
|
g_hash_table_foreach (gimp->procedural_ht,
|
2001-12-28 01:58:30 +08:00
|
|
|
procedural_db_free_entry, NULL);
|
2001-07-05 03:31:35 +08:00
|
|
|
g_hash_table_destroy (gimp->procedural_ht);
|
|
|
|
gimp->procedural_ht = NULL;
|
|
|
|
}
|
2002-09-11 04:23:00 +08:00
|
|
|
|
2003-12-05 21:02:18 +08:00
|
|
|
if (gimp->procedural_compat_ht)
|
|
|
|
{
|
|
|
|
g_hash_table_destroy (gimp->procedural_compat_ht);
|
|
|
|
gimp->procedural_compat_ht = NULL;
|
|
|
|
}
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
2003-12-05 21:02:18 +08:00
|
|
|
void
|
2005-11-05 21:00:04 +08:00
|
|
|
procedural_db_init_procs (Gimp *gimp)
|
2003-12-05 21:02:18 +08:00
|
|
|
{
|
|
|
|
static const struct
|
|
|
|
{
|
|
|
|
const gchar *old_name;
|
|
|
|
const gchar *new_name;
|
|
|
|
}
|
|
|
|
compat_procs[] =
|
|
|
|
{
|
2005-08-03 06:52:23 +08:00
|
|
|
{ "gimp-blend", "gimp-edit-blend" },
|
|
|
|
{ "gimp-brushes-list", "gimp-brushes-get-list" },
|
|
|
|
{ "gimp-bucket-fill", "gimp-edit-bucket-fill" },
|
|
|
|
{ "gimp-channel-delete", "gimp-drawable-delete" },
|
|
|
|
{ "gimp-channel-get-name", "gimp-drawable-get-name" },
|
|
|
|
{ "gimp-channel-get-tattoo", "gimp-drawable-get-tattoo" },
|
|
|
|
{ "gimp-channel-get-visible", "gimp-drawable-get-visible" },
|
|
|
|
{ "gimp-channel-set-name", "gimp-drawable-set-name" },
|
|
|
|
{ "gimp-channel-set-tattoo", "gimp-drawable-set-tattoo" },
|
|
|
|
{ "gimp-channel-set-visible", "gimp-drawable-set-visible" },
|
|
|
|
{ "gimp-color-picker", "gimp-image-pick-color" },
|
|
|
|
{ "gimp-convert-grayscale", "gimp-image-convert-grayscale" },
|
|
|
|
{ "gimp-convert-indexed", "gimp-image-convert-indexed" },
|
|
|
|
{ "gimp-convert-rgb", "gimp-image-convert-rgb" },
|
|
|
|
{ "gimp-crop", "gimp-image-crop" },
|
|
|
|
{ "gimp-drawable-bytes", "gimp-drawable-bpp" },
|
|
|
|
{ "gimp-drawable-image", "gimp-drawable-get-image" },
|
|
|
|
{ "gimp-image-active-drawable", "gimp-image-get-active-drawable" },
|
|
|
|
{ "gimp-image-floating-selection", "gimp-image-get-floating-sel" },
|
|
|
|
{ "gimp-layer-delete", "gimp-drawable-delete" },
|
|
|
|
{ "gimp-layer-get-linked", "gimp-drawable-get-linked" },
|
|
|
|
{ "gimp-layer-get-name", "gimp-drawable-get-name" },
|
|
|
|
{ "gimp-layer-get-tattoo", "gimp-drawable-get-tattoo" },
|
|
|
|
{ "gimp-layer-get-visible", "gimp-drawable-get-visible" },
|
|
|
|
{ "gimp-layer-mask", "gimp-layer-get-mask" },
|
|
|
|
{ "gimp-layer-set-linked", "gimp-drawable-set-linked" },
|
|
|
|
{ "gimp-layer-set-name", "gimp-drawable-set-name" },
|
|
|
|
{ "gimp-layer-set-tattoo", "gimp-drawable-set-tattoo" },
|
|
|
|
{ "gimp-layer-set-visible", "gimp-drawable-set-visible" },
|
|
|
|
{ "gimp-palette-refresh", "gimp-palettes-refresh" },
|
|
|
|
{ "gimp-patterns-list", "gimp-patterns-get-list" },
|
|
|
|
{ "gimp-temp-PDB-name", "gimp-procedural-db-temp-name" },
|
|
|
|
{ "gimp-undo-push-group-end", "gimp-image-undo-group-end" },
|
|
|
|
{ "gimp-undo-push-group-start", "gimp-image-undo-group-start" },
|
2005-07-13 23:52:18 +08:00
|
|
|
|
|
|
|
/* deprecations since 2.0 */
|
2005-08-03 06:52:23 +08:00
|
|
|
{ "gimp-brushes-get-opacity", "gimp-context-get-opacity" },
|
|
|
|
{ "gimp-brushes-get-paint-mode", "gimp-context-get-paint-mode" },
|
|
|
|
{ "gimp-brushes-set-brush", "gimp-context-set-brush" },
|
|
|
|
{ "gimp-brushes-set-opacity", "gimp-context-set-opacity" },
|
|
|
|
{ "gimp-brushes-set-paint-mode", "gimp-context-set-paint-mode" },
|
|
|
|
{ "gimp-channel-ops-duplicate", "gimp-image-duplicate" },
|
|
|
|
{ "gimp-channel-ops-offset", "gimp-drawable-offset" },
|
|
|
|
{ "gimp-gradients-get-active", "gimp-context-get-gradient" },
|
|
|
|
{ "gimp-gradients-get-gradient", "gimp-context-get-gradient" },
|
|
|
|
{ "gimp-gradients-set-active", "gimp-context-set-gradient" },
|
|
|
|
{ "gimp-gradients-set-gradient", "gimp-context-set-gradient" },
|
|
|
|
{ "gimp-image-get-cmap", "gimp-image-get-colormap" },
|
|
|
|
{ "gimp-image-set-cmap", "gimp-image-set-colormap" },
|
|
|
|
{ "gimp-palette-get-background", "gimp-context-get-background" },
|
|
|
|
{ "gimp-palette-get-foreground", "gimp-context-get-foreground" },
|
|
|
|
{ "gimp-palette-set-background", "gimp-context-set-background" },
|
|
|
|
{ "gimp-palette-set-default-colors", "gimp-context-set-default-colors" },
|
|
|
|
{ "gimp-palette-set-foreground", "gimp-context-set-foreground" },
|
|
|
|
{ "gimp-palette-swap-colors", "gimp-context-swap-colors" },
|
|
|
|
{ "gimp-palettes-set-palette", "gimp-context-set-palette" },
|
|
|
|
{ "gimp-patterns-set-pattern", "gimp-context-set-pattern" },
|
|
|
|
{ "gimp-selection-clear", "gimp-selection-none" },
|
2005-07-11 05:17:22 +08:00
|
|
|
|
2005-07-13 23:52:18 +08:00
|
|
|
/* deprecations since 2.2 */
|
2005-08-03 06:52:23 +08:00
|
|
|
{ "gimp-layer-get-preserve-trans", "gimp-drawable-get-lock-alpha" },
|
|
|
|
{ "gimp-layer-set-preserve-trans", "gimp-drawable-set-lock-alpha" }
|
2003-12-05 21:02:18 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
g_return_if_fail (GIMP_IS_GIMP (gimp));
|
|
|
|
|
2005-11-05 21:00:04 +08:00
|
|
|
internal_procs_init (gimp);
|
2003-12-05 21:02:18 +08:00
|
|
|
|
2003-12-06 01:08:35 +08:00
|
|
|
if (gimp->pdb_compat_mode != GIMP_PDB_COMPAT_OFF)
|
|
|
|
{
|
|
|
|
gint i;
|
|
|
|
|
|
|
|
for (i = 0; i < G_N_ELEMENTS (compat_procs); i++)
|
|
|
|
g_hash_table_insert (gimp->procedural_compat_ht,
|
|
|
|
(gpointer) compat_procs[i].old_name,
|
|
|
|
(gpointer) compat_procs[i].new_name);
|
|
|
|
}
|
2003-12-05 21:02:18 +08:00
|
|
|
}
|
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
void
|
2006-04-01 01:42:13 +08:00
|
|
|
procedural_db_register (Gimp *gimp,
|
|
|
|
GimpProcedure *procedure)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
|
|
|
GList *list;
|
|
|
|
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_if_fail (GIMP_IS_GIMP (gimp));
|
2006-04-01 01:42:13 +08:00
|
|
|
g_return_if_fail (GIMP_IS_PROCEDURE (procedure));
|
2002-09-11 04:23:00 +08:00
|
|
|
|
2003-09-16 21:12:50 +08:00
|
|
|
list = g_hash_table_lookup (gimp->procedural_ht, procedure->name);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-07-05 03:31:35 +08:00
|
|
|
g_hash_table_insert (gimp->procedural_ht,
|
2005-11-05 20:18:56 +08:00
|
|
|
procedure->name,
|
|
|
|
g_list_prepend (list, procedure));
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2001-07-05 03:31:35 +08:00
|
|
|
procedural_db_unregister (Gimp *gimp,
|
2004-03-27 00:49:18 +08:00
|
|
|
const gchar *name)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
|
|
|
GList *list;
|
|
|
|
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_if_fail (GIMP_IS_GIMP (gimp));
|
|
|
|
g_return_if_fail (name != NULL);
|
|
|
|
|
2003-09-16 21:12:50 +08:00
|
|
|
list = g_hash_table_lookup (gimp->procedural_ht, name);
|
2001-12-28 01:58:30 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
if (list)
|
|
|
|
{
|
|
|
|
list = g_list_remove (list, list->data);
|
|
|
|
|
|
|
|
if (list)
|
2004-03-27 00:49:18 +08:00
|
|
|
g_hash_table_insert (gimp->procedural_ht, (gpointer) name, list);
|
2003-09-16 21:12:50 +08:00
|
|
|
else
|
2004-03-27 00:49:18 +08:00
|
|
|
g_hash_table_remove (gimp->procedural_ht, name);
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
GimpProcedure *
|
2001-07-05 03:31:35 +08:00
|
|
|
procedural_db_lookup (Gimp *gimp,
|
2004-03-27 00:49:18 +08:00
|
|
|
const gchar *name)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2001-12-28 01:58:30 +08:00
|
|
|
GList *list;
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_val_if_fail (GIMP_IS_GIMP (gimp), NULL);
|
|
|
|
g_return_val_if_fail (name != NULL, NULL);
|
|
|
|
|
2003-09-16 21:12:50 +08:00
|
|
|
list = g_hash_table_lookup (gimp->procedural_ht, name);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2001-12-28 01:58:30 +08:00
|
|
|
if (list)
|
2005-11-05 20:18:56 +08:00
|
|
|
return list->data;
|
2001-12-28 01:58:30 +08:00
|
|
|
else
|
|
|
|
return NULL;
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
Argument *
|
2004-08-11 02:47:21 +08:00
|
|
|
procedural_db_execute (Gimp *gimp,
|
|
|
|
GimpContext *context,
|
|
|
|
GimpProgress *progress,
|
|
|
|
const gchar *name,
|
2006-03-30 07:56:07 +08:00
|
|
|
Argument *args,
|
|
|
|
gint n_args,
|
|
|
|
gint *n_return_vals)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2006-03-30 07:56:07 +08:00
|
|
|
Argument *return_vals = NULL;
|
Changed the semantics of GIMP_EXTENSION and (to some extent) of
2003-06-19 Michael Natterer <mitch@gimp.org>
Changed the semantics of GIMP_EXTENSION and (to some extent)
of GIMP_PLUGIN:
The old meaning of EXTENSION was "I live in the toolbox" and
PLUGIN meant "I take RUN-MODE,IMAGE,DRAWABLE args (but only if I
am invoked interactively)". This is completely useless, since
living in the toolbox means having "<Toolbox>" in the menu_path
and taking RUN-MODE,IMAGE,DRAWABLE means just that, regardless of
what type of procedure we are.
The new meaning of GIMP_PLUGIN is just "I am an ordinary procedure,
I am invoked, do my job and finish", while GIMP_EXTENSION means
"I will install temporary procedures and I will keep running to
keep them available".
(A GIMP_EXTENSION *must* call gimp_extension_ack() now to tell the
core that it's ready to run, or the core will block waiting for
the message !!!).
* configure.in: bumped version number to 1.3.16.
* libgimpbase/gimpprotocol.h: increased protocol version number so
old extensions will refuse to load.
* app/gui/plug-in-commands.c (plug_in_run_cmd_callback): don't
blindly pass RUN-MODE,IMAGE,DRAWABLE to GIMP_PLUGIN procedures but
look at their parameters and pass them either RUN-MODE, or
RUN-MODE,IMAGE, or RUN-MODE,IMAGE,DRAWABLE.
* app/pdb/procedural_db.c: cleaned up, better error reporting,
replaced an impossible error message by g_return_if_fail()
* app/plug-in/plug-in-message.c (plug_in_handle_proc_install):
better error messages.
* app/plug-in/plug-in-params.c: allocate parameter arrays using
g_new0() so we don't have to worry about uninitialized stuff
later.
* app/plug-in/plug-in-run.c (plug_in_run): wait for
gimp_extension_ack() installation confirmation for ALL extensions,
not just for automatically started ones.
* app/plug-in/plug-ins.c: cleanup.
* libgimp/gimp.[ch]: cleaned up and API-documented massively. Made
all magic values given in the GPConfig message static and added
accessor functions for them. Added gimp_tile_width()/height().
Added new function gimp_extension_enable() which turns on
asynchronous processing of temp_proc run requests without having
to enter an endless gimp_extension_process() loop. Moved all
private functions to the end of the file. Added tons of
g_return_if_fail() all over the place. Call gimp_run_procedure2()
from gimp_run_procedure() instead of duplicating the
code. Indentation, spacing, stuff...
* libgimp/gimptile.[ch]: removed gimp_tile_width()/height().
* libgimp/gimpdrawable.c
* libgimp/gimppixelrgn.c
* libgimp/gimptile.c: use the gimp_tile_width()/height() accessor
functions.
* libgimp/gimp.def: added gimp_extension_enable.
* libgimp/gimpmenu.c: removed evil code which connected to
_readchannel manually and use gimp_extension_enable() for watching
temp_procs.
* plug-ins/helpbrowser/helpbrowser.c: removed the same evil code
here and call gimp_extension_enable(). Call gimp_extension_ack()
to let the core know that the temp_proc is installed.
* plug-ins/script-fu/script-fu.c: made all procedures except the
permanently running "extension_script_fu" ordinary GIMP_PLUGIN
procedures.
* plug-ins/common/curve_bend.c
* plug-ins/common/plugindetails.c
* plug-ins/common/screenshot.c
* plug-ins/common/uniteditor.c
* plug-ins/common/winclipboard.c
* plug-ins/dbbrowser/dbbrowser.c
* plug-ins/gfli/gfli.c
* plug-ins/twain/twain.c
* plug-ins/webbrowser/webbrowser.c
* plug-ins/winsnap/winsnap.c: made them all ordinary GIMP_PLUGIN
procedures and renamed them from "extension_*" to "plug_in_*".
Random cleanups.
* app/widgets/gimphelp.c
* plug-ins/maze/maze_face.c: call "plug_in_web_browser" now.
2003-06-20 01:12:00 +08:00
|
|
|
GList *list;
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_val_if_fail (GIMP_IS_GIMP (gimp), NULL);
|
2004-04-15 07:37:34 +08:00
|
|
|
g_return_val_if_fail (GIMP_IS_CONTEXT (context), NULL);
|
2004-08-11 02:47:21 +08:00
|
|
|
g_return_val_if_fail (progress == NULL || GIMP_IS_PROGRESS (progress), NULL);
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_val_if_fail (name != NULL, NULL);
|
2006-03-30 07:56:07 +08:00
|
|
|
g_return_val_if_fail (n_return_vals != NULL, NULL);
|
2002-09-11 04:23:00 +08:00
|
|
|
|
2003-09-16 21:12:50 +08:00
|
|
|
list = g_hash_table_lookup (gimp->procedural_ht, name);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
1999-10-28 04:45:57 +08:00
|
|
|
if (list == NULL)
|
|
|
|
{
|
Changed the semantics of GIMP_EXTENSION and (to some extent) of
2003-06-19 Michael Natterer <mitch@gimp.org>
Changed the semantics of GIMP_EXTENSION and (to some extent)
of GIMP_PLUGIN:
The old meaning of EXTENSION was "I live in the toolbox" and
PLUGIN meant "I take RUN-MODE,IMAGE,DRAWABLE args (but only if I
am invoked interactively)". This is completely useless, since
living in the toolbox means having "<Toolbox>" in the menu_path
and taking RUN-MODE,IMAGE,DRAWABLE means just that, regardless of
what type of procedure we are.
The new meaning of GIMP_PLUGIN is just "I am an ordinary procedure,
I am invoked, do my job and finish", while GIMP_EXTENSION means
"I will install temporary procedures and I will keep running to
keep them available".
(A GIMP_EXTENSION *must* call gimp_extension_ack() now to tell the
core that it's ready to run, or the core will block waiting for
the message !!!).
* configure.in: bumped version number to 1.3.16.
* libgimpbase/gimpprotocol.h: increased protocol version number so
old extensions will refuse to load.
* app/gui/plug-in-commands.c (plug_in_run_cmd_callback): don't
blindly pass RUN-MODE,IMAGE,DRAWABLE to GIMP_PLUGIN procedures but
look at their parameters and pass them either RUN-MODE, or
RUN-MODE,IMAGE, or RUN-MODE,IMAGE,DRAWABLE.
* app/pdb/procedural_db.c: cleaned up, better error reporting,
replaced an impossible error message by g_return_if_fail()
* app/plug-in/plug-in-message.c (plug_in_handle_proc_install):
better error messages.
* app/plug-in/plug-in-params.c: allocate parameter arrays using
g_new0() so we don't have to worry about uninitialized stuff
later.
* app/plug-in/plug-in-run.c (plug_in_run): wait for
gimp_extension_ack() installation confirmation for ALL extensions,
not just for automatically started ones.
* app/plug-in/plug-ins.c: cleanup.
* libgimp/gimp.[ch]: cleaned up and API-documented massively. Made
all magic values given in the GPConfig message static and added
accessor functions for them. Added gimp_tile_width()/height().
Added new function gimp_extension_enable() which turns on
asynchronous processing of temp_proc run requests without having
to enter an endless gimp_extension_process() loop. Moved all
private functions to the end of the file. Added tons of
g_return_if_fail() all over the place. Call gimp_run_procedure2()
from gimp_run_procedure() instead of duplicating the
code. Indentation, spacing, stuff...
* libgimp/gimptile.[ch]: removed gimp_tile_width()/height().
* libgimp/gimpdrawable.c
* libgimp/gimppixelrgn.c
* libgimp/gimptile.c: use the gimp_tile_width()/height() accessor
functions.
* libgimp/gimp.def: added gimp_extension_enable.
* libgimp/gimpmenu.c: removed evil code which connected to
_readchannel manually and use gimp_extension_enable() for watching
temp_procs.
* plug-ins/helpbrowser/helpbrowser.c: removed the same evil code
here and call gimp_extension_enable(). Call gimp_extension_ack()
to let the core know that the temp_proc is installed.
* plug-ins/script-fu/script-fu.c: made all procedures except the
permanently running "extension_script_fu" ordinary GIMP_PLUGIN
procedures.
* plug-ins/common/curve_bend.c
* plug-ins/common/plugindetails.c
* plug-ins/common/screenshot.c
* plug-ins/common/uniteditor.c
* plug-ins/common/winclipboard.c
* plug-ins/dbbrowser/dbbrowser.c
* plug-ins/gfli/gfli.c
* plug-ins/twain/twain.c
* plug-ins/webbrowser/webbrowser.c
* plug-ins/winsnap/winsnap.c: made them all ordinary GIMP_PLUGIN
procedures and renamed them from "extension_*" to "plug_in_*".
Random cleanups.
* app/widgets/gimphelp.c
* plug-ins/maze/maze_face.c: call "plug_in_web_browser" now.
2003-06-20 01:12:00 +08:00
|
|
|
g_message (_("PDB calling error:\nprocedure '%s' not found"), name);
|
2003-02-03 21:45:40 +08:00
|
|
|
|
2006-03-31 17:15:08 +08:00
|
|
|
return_vals = gimp_procedure_get_return_values (NULL, FALSE);
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_enum (&return_vals->value, GIMP_PDB_CALLING_ERROR);
|
2001-12-28 01:58:30 +08:00
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
*n_return_vals = 1;
|
|
|
|
|
|
|
|
return return_vals;
|
1999-10-28 04:45:57 +08:00
|
|
|
}
|
Changed the semantics of GIMP_EXTENSION and (to some extent) of
2003-06-19 Michael Natterer <mitch@gimp.org>
Changed the semantics of GIMP_EXTENSION and (to some extent)
of GIMP_PLUGIN:
The old meaning of EXTENSION was "I live in the toolbox" and
PLUGIN meant "I take RUN-MODE,IMAGE,DRAWABLE args (but only if I
am invoked interactively)". This is completely useless, since
living in the toolbox means having "<Toolbox>" in the menu_path
and taking RUN-MODE,IMAGE,DRAWABLE means just that, regardless of
what type of procedure we are.
The new meaning of GIMP_PLUGIN is just "I am an ordinary procedure,
I am invoked, do my job and finish", while GIMP_EXTENSION means
"I will install temporary procedures and I will keep running to
keep them available".
(A GIMP_EXTENSION *must* call gimp_extension_ack() now to tell the
core that it's ready to run, or the core will block waiting for
the message !!!).
* configure.in: bumped version number to 1.3.16.
* libgimpbase/gimpprotocol.h: increased protocol version number so
old extensions will refuse to load.
* app/gui/plug-in-commands.c (plug_in_run_cmd_callback): don't
blindly pass RUN-MODE,IMAGE,DRAWABLE to GIMP_PLUGIN procedures but
look at their parameters and pass them either RUN-MODE, or
RUN-MODE,IMAGE, or RUN-MODE,IMAGE,DRAWABLE.
* app/pdb/procedural_db.c: cleaned up, better error reporting,
replaced an impossible error message by g_return_if_fail()
* app/plug-in/plug-in-message.c (plug_in_handle_proc_install):
better error messages.
* app/plug-in/plug-in-params.c: allocate parameter arrays using
g_new0() so we don't have to worry about uninitialized stuff
later.
* app/plug-in/plug-in-run.c (plug_in_run): wait for
gimp_extension_ack() installation confirmation for ALL extensions,
not just for automatically started ones.
* app/plug-in/plug-ins.c: cleanup.
* libgimp/gimp.[ch]: cleaned up and API-documented massively. Made
all magic values given in the GPConfig message static and added
accessor functions for them. Added gimp_tile_width()/height().
Added new function gimp_extension_enable() which turns on
asynchronous processing of temp_proc run requests without having
to enter an endless gimp_extension_process() loop. Moved all
private functions to the end of the file. Added tons of
g_return_if_fail() all over the place. Call gimp_run_procedure2()
from gimp_run_procedure() instead of duplicating the
code. Indentation, spacing, stuff...
* libgimp/gimptile.[ch]: removed gimp_tile_width()/height().
* libgimp/gimpdrawable.c
* libgimp/gimppixelrgn.c
* libgimp/gimptile.c: use the gimp_tile_width()/height() accessor
functions.
* libgimp/gimp.def: added gimp_extension_enable.
* libgimp/gimpmenu.c: removed evil code which connected to
_readchannel manually and use gimp_extension_enable() for watching
temp_procs.
* plug-ins/helpbrowser/helpbrowser.c: removed the same evil code
here and call gimp_extension_enable(). Call gimp_extension_ack()
to let the core know that the temp_proc is installed.
* plug-ins/script-fu/script-fu.c: made all procedures except the
permanently running "extension_script_fu" ordinary GIMP_PLUGIN
procedures.
* plug-ins/common/curve_bend.c
* plug-ins/common/plugindetails.c
* plug-ins/common/screenshot.c
* plug-ins/common/uniteditor.c
* plug-ins/common/winclipboard.c
* plug-ins/dbbrowser/dbbrowser.c
* plug-ins/gfli/gfli.c
* plug-ins/twain/twain.c
* plug-ins/webbrowser/webbrowser.c
* plug-ins/winsnap/winsnap.c: made them all ordinary GIMP_PLUGIN
procedures and renamed them from "extension_*" to "plug_in_*".
Random cleanups.
* app/widgets/gimphelp.c
* plug-ins/maze/maze_face.c: call "plug_in_web_browser" now.
2003-06-20 01:12:00 +08:00
|
|
|
|
2003-02-03 21:45:40 +08:00
|
|
|
for (; list; list = g_list_next (list))
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2006-04-01 01:42:13 +08:00
|
|
|
GimpProcedure *procedure = list->data;
|
Changed the semantics of GIMP_EXTENSION and (to some extent) of
2003-06-19 Michael Natterer <mitch@gimp.org>
Changed the semantics of GIMP_EXTENSION and (to some extent)
of GIMP_PLUGIN:
The old meaning of EXTENSION was "I live in the toolbox" and
PLUGIN meant "I take RUN-MODE,IMAGE,DRAWABLE args (but only if I
am invoked interactively)". This is completely useless, since
living in the toolbox means having "<Toolbox>" in the menu_path
and taking RUN-MODE,IMAGE,DRAWABLE means just that, regardless of
what type of procedure we are.
The new meaning of GIMP_PLUGIN is just "I am an ordinary procedure,
I am invoked, do my job and finish", while GIMP_EXTENSION means
"I will install temporary procedures and I will keep running to
keep them available".
(A GIMP_EXTENSION *must* call gimp_extension_ack() now to tell the
core that it's ready to run, or the core will block waiting for
the message !!!).
* configure.in: bumped version number to 1.3.16.
* libgimpbase/gimpprotocol.h: increased protocol version number so
old extensions will refuse to load.
* app/gui/plug-in-commands.c (plug_in_run_cmd_callback): don't
blindly pass RUN-MODE,IMAGE,DRAWABLE to GIMP_PLUGIN procedures but
look at their parameters and pass them either RUN-MODE, or
RUN-MODE,IMAGE, or RUN-MODE,IMAGE,DRAWABLE.
* app/pdb/procedural_db.c: cleaned up, better error reporting,
replaced an impossible error message by g_return_if_fail()
* app/plug-in/plug-in-message.c (plug_in_handle_proc_install):
better error messages.
* app/plug-in/plug-in-params.c: allocate parameter arrays using
g_new0() so we don't have to worry about uninitialized stuff
later.
* app/plug-in/plug-in-run.c (plug_in_run): wait for
gimp_extension_ack() installation confirmation for ALL extensions,
not just for automatically started ones.
* app/plug-in/plug-ins.c: cleanup.
* libgimp/gimp.[ch]: cleaned up and API-documented massively. Made
all magic values given in the GPConfig message static and added
accessor functions for them. Added gimp_tile_width()/height().
Added new function gimp_extension_enable() which turns on
asynchronous processing of temp_proc run requests without having
to enter an endless gimp_extension_process() loop. Moved all
private functions to the end of the file. Added tons of
g_return_if_fail() all over the place. Call gimp_run_procedure2()
from gimp_run_procedure() instead of duplicating the
code. Indentation, spacing, stuff...
* libgimp/gimptile.[ch]: removed gimp_tile_width()/height().
* libgimp/gimpdrawable.c
* libgimp/gimppixelrgn.c
* libgimp/gimptile.c: use the gimp_tile_width()/height() accessor
functions.
* libgimp/gimp.def: added gimp_extension_enable.
* libgimp/gimpmenu.c: removed evil code which connected to
_readchannel manually and use gimp_extension_enable() for watching
temp_procs.
* plug-ins/helpbrowser/helpbrowser.c: removed the same evil code
here and call gimp_extension_enable(). Call gimp_extension_ack()
to let the core know that the temp_proc is installed.
* plug-ins/script-fu/script-fu.c: made all procedures except the
permanently running "extension_script_fu" ordinary GIMP_PLUGIN
procedures.
* plug-ins/common/curve_bend.c
* plug-ins/common/plugindetails.c
* plug-ins/common/screenshot.c
* plug-ins/common/uniteditor.c
* plug-ins/common/winclipboard.c
* plug-ins/dbbrowser/dbbrowser.c
* plug-ins/gfli/gfli.c
* plug-ins/twain/twain.c
* plug-ins/webbrowser/webbrowser.c
* plug-ins/winsnap/winsnap.c: made them all ordinary GIMP_PLUGIN
procedures and renamed them from "extension_*" to "plug_in_*".
Random cleanups.
* app/widgets/gimphelp.c
* plug-ins/maze/maze_face.c: call "plug_in_web_browser" now.
2003-06-20 01:12:00 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
g_return_val_if_fail (GIMP_IS_PROCEDURE (procedure), NULL);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2006-03-31 17:15:08 +08:00
|
|
|
return_vals = gimp_procedure_execute (procedure,
|
|
|
|
gimp, context, progress,
|
|
|
|
args, n_args,
|
|
|
|
n_return_vals);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
if (g_value_get_enum (&return_vals[0].value) == GIMP_PDB_PASS_THROUGH)
|
2003-02-03 21:45:40 +08:00
|
|
|
{
|
|
|
|
/* If the return value is GIMP_PDB_PASS_THROUGH and there is
|
|
|
|
* a next procedure in the list, destroy the return values
|
|
|
|
* and run the next procedure.
|
|
|
|
*/
|
|
|
|
if (g_list_next (list))
|
2006-04-01 03:28:53 +08:00
|
|
|
gimp_arguments_destroy (return_vals, *n_return_vals, TRUE);
|
2003-02-03 21:45:40 +08:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* No GIMP_PDB_PASS_THROUGH, break out of the list of
|
|
|
|
* procedures and return the current return values.
|
|
|
|
*/
|
|
|
|
break;
|
|
|
|
}
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
return return_vals;
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
Argument *
|
2004-08-11 02:47:21 +08:00
|
|
|
procedural_db_run_proc (Gimp *gimp,
|
|
|
|
GimpContext *context,
|
|
|
|
GimpProgress *progress,
|
|
|
|
const gchar *name,
|
2006-03-30 07:56:07 +08:00
|
|
|
gint *n_return_vals,
|
2004-03-27 00:49:18 +08:00
|
|
|
...)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2006-04-01 01:42:13 +08:00
|
|
|
GimpProcedure *procedure;
|
|
|
|
Argument *params;
|
|
|
|
Argument *return_vals;
|
|
|
|
va_list args;
|
|
|
|
gint i;
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_val_if_fail (GIMP_IS_GIMP (gimp), NULL);
|
2004-04-15 07:37:34 +08:00
|
|
|
g_return_val_if_fail (GIMP_IS_CONTEXT (context), NULL);
|
2004-08-11 02:47:21 +08:00
|
|
|
g_return_val_if_fail (progress == NULL || GIMP_IS_PROGRESS (progress), NULL);
|
2002-09-11 04:23:00 +08:00
|
|
|
g_return_val_if_fail (name != NULL, NULL);
|
2006-03-30 07:56:07 +08:00
|
|
|
g_return_val_if_fail (n_return_vals != NULL, NULL);
|
2002-09-11 04:23:00 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
procedure = procedural_db_lookup (gimp, name);
|
2004-09-16 18:32:30 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
if (procedure == NULL)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2006-03-27 18:53:25 +08:00
|
|
|
g_message (_("PDB calling error:\nprocedure '%s' not found"), name);
|
|
|
|
|
2006-03-31 17:15:08 +08:00
|
|
|
return_vals = gimp_procedure_get_return_values (NULL, FALSE);
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_enum (&return_vals->value, GIMP_PDB_CALLING_ERROR);
|
2003-01-09 20:45:25 +08:00
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
*n_return_vals = 1;
|
2001-12-28 01:58:30 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
return return_vals;
|
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
*n_return_vals = procedure->num_values + 1;
|
2006-03-30 07:56:07 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
params = gimp_procedure_get_arguments (procedure);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
va_start (args, n_return_vals);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
for (i = 0; i < procedure->num_args; i++)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2006-03-30 07:56:07 +08:00
|
|
|
GimpPDBArgType arg_type = va_arg (args, GimpPDBArgType);
|
|
|
|
GValue *value;
|
2004-09-16 18:32:30 +08:00
|
|
|
|
2006-03-27 18:53:25 +08:00
|
|
|
if (arg_type == GIMP_PDB_END)
|
|
|
|
break;
|
|
|
|
|
2006-03-30 18:06:54 +08:00
|
|
|
if (arg_type != params[i].type)
|
2004-03-27 00:49:18 +08:00
|
|
|
{
|
2006-04-01 01:42:13 +08:00
|
|
|
gchar *expected = procedural_db_type_name (procedure->args[i].type);
|
2006-03-30 07:56:07 +08:00
|
|
|
gchar *got = procedural_db_type_name (arg_type);
|
2005-05-14 07:36:45 +08:00
|
|
|
|
2006-04-01 03:28:53 +08:00
|
|
|
gimp_arguments_destroy (params, procedure->num_args, TRUE);
|
2003-01-09 20:45:25 +08:00
|
|
|
|
2006-03-27 18:53:25 +08:00
|
|
|
g_message (_("PDB calling error for procedure '%s':\n"
|
2005-05-14 07:36:45 +08:00
|
|
|
"Argument #%d type mismatch (expected %s, got %s)"),
|
2006-04-01 01:42:13 +08:00
|
|
|
procedure->name, i + 1, expected, got);
|
2005-05-14 07:36:45 +08:00
|
|
|
|
|
|
|
g_free (expected);
|
|
|
|
g_free (got);
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
return_vals = gimp_procedure_get_return_values (procedure, FALSE);
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_enum (&return_vals->value, GIMP_PDB_CALLING_ERROR);
|
2006-03-27 17:32:39 +08:00
|
|
|
|
|
|
|
return return_vals;
|
2004-03-27 00:49:18 +08:00
|
|
|
}
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
value = ¶ms[i].value;
|
|
|
|
|
2006-03-27 18:53:25 +08:00
|
|
|
switch (arg_type)
|
2004-03-27 00:49:18 +08:00
|
|
|
{
|
|
|
|
case GIMP_PDB_INT32:
|
2006-03-30 07:56:07 +08:00
|
|
|
if (G_VALUE_HOLDS_INT (value))
|
|
|
|
g_value_set_int (value, va_arg (args, gint));
|
|
|
|
else if (G_VALUE_HOLDS_ENUM (value))
|
|
|
|
g_value_set_enum (value, va_arg (args, gint));
|
|
|
|
else if (G_VALUE_HOLDS_BOOLEAN (value))
|
|
|
|
g_value_set_boolean (value, va_arg (args, gint) ? TRUE : FALSE);
|
|
|
|
else
|
|
|
|
g_return_val_if_reached (NULL);
|
|
|
|
break;
|
|
|
|
|
2004-03-27 00:49:18 +08:00
|
|
|
case GIMP_PDB_INT16:
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_int (value, va_arg (args, gint));
|
|
|
|
break;
|
|
|
|
|
2004-03-27 00:49:18 +08:00
|
|
|
case GIMP_PDB_INT8:
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_uint (value, va_arg (args, guint));
|
2004-03-27 00:49:18 +08:00
|
|
|
break;
|
2001-12-28 01:58:30 +08:00
|
|
|
|
2001-05-21 21:58:46 +08:00
|
|
|
case GIMP_PDB_FLOAT:
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_double (value, va_arg (args, gdouble));
|
1997-11-25 06:05:25 +08:00
|
|
|
break;
|
2001-12-28 01:58:30 +08:00
|
|
|
|
2001-05-21 21:58:46 +08:00
|
|
|
case GIMP_PDB_STRING:
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_static_string (value, va_arg (args, gchar *));
|
|
|
|
break;
|
|
|
|
|
2001-05-21 21:58:46 +08:00
|
|
|
case GIMP_PDB_INT32ARRAY:
|
|
|
|
case GIMP_PDB_INT16ARRAY:
|
|
|
|
case GIMP_PDB_INT8ARRAY:
|
|
|
|
case GIMP_PDB_FLOATARRAY:
|
|
|
|
case GIMP_PDB_STRINGARRAY:
|
2006-03-30 07:56:07 +08:00
|
|
|
g_value_set_pointer (value, va_arg (args, gpointer));
|
2001-01-25 09:20:05 +08:00
|
|
|
break;
|
2001-12-28 01:58:30 +08:00
|
|
|
|
2001-05-21 21:58:46 +08:00
|
|
|
case GIMP_PDB_COLOR:
|
2006-03-30 07:56:07 +08:00
|
|
|
{
|
|
|
|
GimpRGB color = va_arg (args, GimpRGB);
|
|
|
|
g_value_set_boxed (value, &color);
|
|
|
|
}
|
1997-11-25 06:05:25 +08:00
|
|
|
break;
|
2001-12-28 01:58:30 +08:00
|
|
|
|
2001-05-21 21:58:46 +08:00
|
|
|
case GIMP_PDB_REGION:
|
|
|
|
case GIMP_PDB_BOUNDARY:
|
2006-03-30 07:56:07 +08:00
|
|
|
break;
|
|
|
|
|
|
|
|
case GIMP_PDB_DISPLAY:
|
|
|
|
case GIMP_PDB_IMAGE:
|
|
|
|
case GIMP_PDB_LAYER:
|
|
|
|
case GIMP_PDB_CHANNEL:
|
|
|
|
case GIMP_PDB_DRAWABLE:
|
|
|
|
case GIMP_PDB_SELECTION:
|
|
|
|
case GIMP_PDB_VECTORS:
|
|
|
|
g_value_set_int (value, va_arg (args, gint));
|
|
|
|
break;
|
|
|
|
|
|
|
|
case GIMP_PDB_PARASITE:
|
|
|
|
g_value_set_static_boxed (value, va_arg (args, gpointer));
|
|
|
|
break;
|
|
|
|
|
|
|
|
case GIMP_PDB_STATUS:
|
|
|
|
g_value_set_enum (value, va_arg (args, gint));
|
|
|
|
|
2004-03-27 00:49:18 +08:00
|
|
|
case GIMP_PDB_END:
|
|
|
|
break;
|
|
|
|
}
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
va_end (args);
|
|
|
|
|
2006-03-30 07:56:07 +08:00
|
|
|
return_vals = procedural_db_execute (gimp, context, progress, name,
|
2006-04-01 01:42:13 +08:00
|
|
|
params, procedure->num_args,
|
2006-03-30 07:56:07 +08:00
|
|
|
n_return_vals);
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2006-04-01 03:28:53 +08:00
|
|
|
gimp_arguments_destroy (params, procedure->num_args, FALSE);
|
2006-03-27 18:53:25 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
return return_vals;
|
|
|
|
}
|
|
|
|
|
2005-05-14 07:36:45 +08:00
|
|
|
gchar *
|
|
|
|
procedural_db_type_name (GimpPDBArgType type)
|
|
|
|
{
|
|
|
|
const gchar *name;
|
|
|
|
|
|
|
|
if (! gimp_enum_get_value (GIMP_TYPE_PDB_ARG_TYPE, type,
|
|
|
|
&name, NULL, NULL, NULL))
|
|
|
|
{
|
|
|
|
return g_strdup_printf ("(PDB type %d unknown)", type);
|
|
|
|
}
|
|
|
|
|
|
|
|
return g_strdup (name);
|
|
|
|
}
|