mirror of https://github.com/GNOME/gimp.git
app/pdb/Makefile.am app/pdb/gimppluginprocedure.[ch] removed these
2006-08-05 Michael Natterer <mitch@gimp.org> * app/pdb/Makefile.am * app/pdb/gimppluginprocedure.[ch] * app/pdb/gimptemporaryprocedure.[ch]: removed these files... * app/plug-in/Makefile.am * app/plug-in/gimppluginprocedure.[ch] * app/plug-in/gimptemporaryprocedure.[ch]: ...and added them here. * app/Makefile.am * app/config/Makefile.am: reordered stuff to make it link again. * app/pdb/gimppdb.c: removed gimp_pdb_eek() hack. * app/actions/plug-in-actions.c * app/dialogs/file-save-dialog.c * app/file/file-open.c * app/file/file-save.c * app/file/file-utils.c * app/menus/plug-in-menus.c * app/plug-in/gimpplugin-message.c * app/plug-in/gimpplugin-progress.c * app/plug-in/gimpplugin.c * app/plug-in/gimppluginmanager-call.c * app/plug-in/gimppluginmanager-file.c * app/plug-in/gimppluginmanager-query.c * app/plug-in/gimppluginmanager.c * app/plug-in/gimppluginprocframe.c * app/plug-in/plug-in-def.c * app/plug-in/plug-in-rc.c * app/widgets/gimpfiledialog.c * app/widgets/gimpfileprocview.c * app/widgets/gimppluginaction.c * app/xcf/xcf.c * tools/pdbgen/pdb/plug_in.pdb: changed includes accordingly. * app/pdb/plug_in_cmds.c: regenerated.
This commit is contained in:
parent
7ccc66347f
commit
0005f0ff5d
39
ChangeLog
39
ChangeLog
|
@ -1,3 +1,42 @@
|
|||
2006-08-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/pdb/Makefile.am
|
||||
* app/pdb/gimppluginprocedure.[ch]
|
||||
* app/pdb/gimptemporaryprocedure.[ch]: removed these files...
|
||||
|
||||
* app/plug-in/Makefile.am
|
||||
* app/plug-in/gimppluginprocedure.[ch]
|
||||
* app/plug-in/gimptemporaryprocedure.[ch]: ...and added them here.
|
||||
|
||||
* app/Makefile.am
|
||||
* app/config/Makefile.am: reordered stuff to make it link again.
|
||||
|
||||
* app/pdb/gimppdb.c: removed gimp_pdb_eek() hack.
|
||||
|
||||
* app/actions/plug-in-actions.c
|
||||
* app/dialogs/file-save-dialog.c
|
||||
* app/file/file-open.c
|
||||
* app/file/file-save.c
|
||||
* app/file/file-utils.c
|
||||
* app/menus/plug-in-menus.c
|
||||
* app/plug-in/gimpplugin-message.c
|
||||
* app/plug-in/gimpplugin-progress.c
|
||||
* app/plug-in/gimpplugin.c
|
||||
* app/plug-in/gimppluginmanager-call.c
|
||||
* app/plug-in/gimppluginmanager-file.c
|
||||
* app/plug-in/gimppluginmanager-query.c
|
||||
* app/plug-in/gimppluginmanager.c
|
||||
* app/plug-in/gimppluginprocframe.c
|
||||
* app/plug-in/plug-in-def.c
|
||||
* app/plug-in/plug-in-rc.c
|
||||
* app/widgets/gimpfiledialog.c
|
||||
* app/widgets/gimpfileprocview.c
|
||||
* app/widgets/gimppluginaction.c
|
||||
* app/xcf/xcf.c
|
||||
* tools/pdbgen/pdb/plug_in.pdb: changed includes accordingly.
|
||||
|
||||
* app/pdb/plug_in_cmds.c: regenerated.
|
||||
|
||||
2006-08-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/config/Makefile.am: make test-config build again.
|
||||
|
|
|
@ -71,6 +71,7 @@ endif
|
|||
if OS_WIN32
|
||||
mwindows = -mwindows
|
||||
endif
|
||||
|
||||
if USE_BINRELOC
|
||||
munix = -Wl,-rpath '-Wl,$$ORIGIN/../lib'
|
||||
endif
|
||||
|
@ -90,7 +91,7 @@ INCLUDES = \
|
|||
$(PANGOFT2_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
gimp_2_3_LDFLAGS = $(mwindows) $(munix) -u internal_procs_init
|
||||
gimp_2_3_LDFLAGS = $(mwindows) $(munix) -u xcf_init -u internal_procs_init
|
||||
|
||||
gimp_2_3_LDADD = \
|
||||
gui/libappgui.a \
|
||||
|
@ -101,12 +102,12 @@ gimp_2_3_LDADD = \
|
|||
tools/libapptools.a \
|
||||
widgets/libappwidgets.a \
|
||||
pdb/libappinternal-procs.a \
|
||||
xcf/libappxcf.a \
|
||||
plug-in/libappplug-in.a \
|
||||
pdb/libapppdb.a \
|
||||
vectors/libappvectors.a \
|
||||
plug-in/libappplug-in.a \
|
||||
core/libappcore.a \
|
||||
paint/libapppaint.a \
|
||||
xcf/libappxcf.a \
|
||||
text/libapptext.a \
|
||||
file/libappfile.a \
|
||||
config/libappconfig.a \
|
||||
|
@ -140,19 +141,19 @@ gimp_console_2_3_CPPFLAGS = \
|
|||
$(AM_CPPFLAGS) \
|
||||
-DGIMP_CONSOLE_COMPILATION
|
||||
|
||||
gimp_console_2_3_LDFLAGS = $(mwindows) $(munix) -u internal_procs_init
|
||||
gimp_console_2_3_LDFLAGS = $(mwindows) $(munix) -u xcf_init -u internal_procs_init
|
||||
|
||||
gimp_console_2_3_LDADD = \
|
||||
widgets/widgets-enums.o \
|
||||
display/display-enums.o \
|
||||
display/gimpdisplayoptions.o \
|
||||
pdb/libappinternal-procs.a \
|
||||
xcf/libappxcf.a \
|
||||
plug-in/libappplug-in.a \
|
||||
pdb/libapppdb.a \
|
||||
vectors/libappvectors.a \
|
||||
plug-in/libappplug-in.a \
|
||||
core/libappcore.a \
|
||||
paint/libapppaint.a \
|
||||
xcf/libappxcf.a \
|
||||
text/libapptext.a \
|
||||
file/libappfile.a \
|
||||
config/libappconfig.a \
|
||||
|
|
|
@ -33,12 +33,11 @@
|
|||
#include "core/gimpdrawable.h"
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginmanager-help-domain.h"
|
||||
#include "plug-in/gimppluginmanager-locale-domain.h"
|
||||
#include "plug-in/gimppluginmanager-menu-branch.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "widgets/gimpactiongroup.h"
|
||||
#include "widgets/gimphelp-ids.h"
|
||||
|
|
|
@ -65,19 +65,19 @@ TESTS = test-config
|
|||
|
||||
test_config_DEPENDENCIES = $(gimpconfig_libs)
|
||||
|
||||
test_config_LDFLAGS = -u internal_procs_init
|
||||
test_config_LDFLAGS = -u xcf_init -u internal_procs_init
|
||||
|
||||
test_config_LDADD = \
|
||||
../widgets/widgets-enums.o \
|
||||
../display/display-enums.o \
|
||||
../display/gimpdisplayoptions.o \
|
||||
../pdb/libappinternal-procs.a \
|
||||
../xcf/libappxcf.a \
|
||||
../plug-in/libappplug-in.a \
|
||||
../pdb/libapppdb.a \
|
||||
../vectors/libappvectors.a \
|
||||
../plug-in/libappplug-in.a \
|
||||
../core/libappcore.a \
|
||||
../paint/libapppaint.a \
|
||||
../xcf/libappxcf.a \
|
||||
../text/libapptext.a \
|
||||
../file/libappfile.a \
|
||||
libappconfig.a \
|
||||
|
|
|
@ -31,9 +31,8 @@
|
|||
#include "core/gimpimage.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "file/file-save.h"
|
||||
#include "file/file-utils.h"
|
||||
|
|
|
@ -57,9 +57,9 @@
|
|||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "file-open.h"
|
||||
#include "file-utils.h"
|
||||
|
|
|
@ -55,7 +55,8 @@
|
|||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "file-save.h"
|
||||
#include "file-utils.h"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include "core/gimpimage.h"
|
||||
#include "core/gimpimagefile.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "file-utils.h"
|
||||
|
||||
|
|
|
@ -30,10 +30,9 @@
|
|||
|
||||
#include "core/gimp.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginmanager-locale-domain.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "widgets/gimpuimanager.h"
|
||||
|
||||
|
|
|
@ -12,11 +12,7 @@ libapppdb_a_SOURCES = \
|
|||
gimppdb-query.c \
|
||||
gimppdb-query.h \
|
||||
gimpprocedure.c \
|
||||
gimpprocedure.h \
|
||||
gimppluginprocedure.c \
|
||||
gimppluginprocedure.h \
|
||||
gimptemporaryprocedure.c \
|
||||
gimptemporaryprocedure.h
|
||||
gimpprocedure.h
|
||||
|
||||
libappinternal_procs_a_SOURCES = \
|
||||
internal_procs.c \
|
||||
|
|
|
@ -39,20 +39,9 @@
|
|||
#include "gimppdb.h"
|
||||
#include "gimpprocedure.h"
|
||||
|
||||
#include "gimptemporaryprocedure.h" /* eek */
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
||||
void
|
||||
gimp_pdb_eek (void)
|
||||
{
|
||||
volatile GType eek;
|
||||
|
||||
eek = gimp_temporary_procedure_get_type ();
|
||||
}
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
REGISTER_PROCEDURE,
|
||||
|
|
|
@ -1,833 +0,0 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimppluginprocedure.c
|
||||
*
|
||||
* 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
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
||||
#include "pdb-types.h"
|
||||
|
||||
#include "core/gimp.h"
|
||||
#include "core/gimpmarshal.h"
|
||||
#include "core/gimpparamspecs.h"
|
||||
|
||||
#define __YES_I_NEED_GIMP_PLUG_IN_MANAGER_CALL__
|
||||
#include "plug-in/gimppluginmanager-call.h"
|
||||
|
||||
#include "gimppluginprocedure.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
MENU_PATH_ADDED,
|
||||
LAST_SIGNAL
|
||||
};
|
||||
|
||||
|
||||
static void gimp_plug_in_procedure_finalize (GObject *object);
|
||||
|
||||
static gint64 gimp_plug_in_procedure_get_memsize (GimpObject *object,
|
||||
gint64 *gui_size);
|
||||
|
||||
static GValueArray * gimp_plug_in_procedure_execute (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args);
|
||||
static void gimp_plug_in_procedure_execute_async (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args,
|
||||
GimpObject *display);
|
||||
|
||||
const gchar * gimp_plug_in_procedure_real_get_progname (const GimpPlugInProcedure *procedure);
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GimpPlugInProcedure, gimp_plug_in_procedure,
|
||||
GIMP_TYPE_PROCEDURE)
|
||||
|
||||
#define parent_class gimp_plug_in_procedure_parent_class
|
||||
|
||||
static guint gimp_plug_in_procedure_signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
|
||||
static void
|
||||
gimp_plug_in_procedure_class_init (GimpPlugInProcedureClass *klass)
|
||||
{
|
||||
GObjectClass *object_class = G_OBJECT_CLASS (klass);
|
||||
GimpObjectClass *gimp_object_class = GIMP_OBJECT_CLASS (klass);
|
||||
GimpProcedureClass *proc_class = GIMP_PROCEDURE_CLASS (klass);
|
||||
|
||||
gimp_plug_in_procedure_signals[MENU_PATH_ADDED] =
|
||||
g_signal_new ("menu-path-added",
|
||||
G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_FIRST,
|
||||
G_STRUCT_OFFSET (GimpPlugInProcedureClass, menu_path_added),
|
||||
NULL, NULL,
|
||||
gimp_marshal_VOID__STRING,
|
||||
G_TYPE_NONE, 1,
|
||||
G_TYPE_STRING);
|
||||
|
||||
object_class->finalize = gimp_plug_in_procedure_finalize;
|
||||
|
||||
gimp_object_class->get_memsize = gimp_plug_in_procedure_get_memsize;
|
||||
|
||||
proc_class->execute = gimp_plug_in_procedure_execute;
|
||||
proc_class->execute_async = gimp_plug_in_procedure_execute_async;
|
||||
|
||||
klass->get_progname = gimp_plug_in_procedure_real_get_progname;
|
||||
klass->menu_path_added = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
gimp_plug_in_procedure_init (GimpPlugInProcedure *proc)
|
||||
{
|
||||
GIMP_PROCEDURE (proc)->proc_type = GIMP_PLUGIN;
|
||||
|
||||
proc->icon_data_length = -1;
|
||||
}
|
||||
|
||||
static void
|
||||
gimp_plug_in_procedure_finalize (GObject *object)
|
||||
{
|
||||
GimpPlugInProcedure *proc = GIMP_PLUG_IN_PROCEDURE (object);
|
||||
|
||||
g_free (proc->prog);
|
||||
g_free (proc->menu_label);
|
||||
|
||||
g_list_foreach (proc->menu_paths, (GFunc) g_free, NULL);
|
||||
g_list_free (proc->menu_paths);
|
||||
|
||||
g_free (proc->icon_data);
|
||||
g_free (proc->image_types);
|
||||
|
||||
g_free (proc->extensions);
|
||||
g_free (proc->prefixes);
|
||||
g_free (proc->magics);
|
||||
g_free (proc->mime_type);
|
||||
|
||||
g_slist_foreach (proc->extensions_list, (GFunc) g_free, NULL);
|
||||
g_slist_free (proc->extensions_list);
|
||||
|
||||
g_slist_foreach (proc->prefixes_list, (GFunc) g_free, NULL);
|
||||
g_slist_free (proc->prefixes_list);
|
||||
|
||||
g_slist_foreach (proc->magics_list, (GFunc) g_free, NULL);
|
||||
g_slist_free (proc->magics_list);
|
||||
|
||||
g_free (proc->thumb_loader);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static gint64
|
||||
gimp_plug_in_procedure_get_memsize (GimpObject *object,
|
||||
gint64 *gui_size)
|
||||
{
|
||||
GimpPlugInProcedure *proc = GIMP_PLUG_IN_PROCEDURE (object);
|
||||
gint64 memsize = 0;
|
||||
GList *list;
|
||||
GSList *slist;
|
||||
|
||||
if (proc->prog)
|
||||
memsize += strlen (proc->prog) + 1;
|
||||
|
||||
if (proc->menu_label)
|
||||
memsize += strlen (proc->menu_label) + 1;
|
||||
|
||||
for (list = proc->menu_paths; list; list = g_list_next (list))
|
||||
memsize += sizeof (GList) + strlen (list->data) + 1;
|
||||
|
||||
switch (proc->icon_type)
|
||||
{
|
||||
case GIMP_ICON_TYPE_STOCK_ID:
|
||||
case GIMP_ICON_TYPE_IMAGE_FILE:
|
||||
if (proc->icon_data)
|
||||
memsize += strlen ((gchar *) proc->icon_data) + 1;
|
||||
break;
|
||||
|
||||
case GIMP_ICON_TYPE_INLINE_PIXBUF:
|
||||
memsize += proc->icon_data_length;
|
||||
break;
|
||||
}
|
||||
|
||||
if (proc->extensions)
|
||||
memsize += strlen (proc->extensions) + 1;
|
||||
|
||||
if (proc->prefixes)
|
||||
memsize += strlen (proc->prefixes) + 1;
|
||||
|
||||
if (proc->magics)
|
||||
memsize += strlen (proc->magics) + 1;
|
||||
|
||||
if (proc->mime_type)
|
||||
memsize += strlen (proc->mime_type) + 1;
|
||||
|
||||
if (proc->thumb_loader)
|
||||
memsize += strlen (proc->thumb_loader) + 1;
|
||||
|
||||
for (slist = proc->extensions_list; slist; slist = g_slist_next (slist))
|
||||
memsize += sizeof (GSList) + strlen (slist->data) + 1;
|
||||
|
||||
for (slist = proc->prefixes_list; slist; slist = g_slist_next (slist))
|
||||
memsize += sizeof (GSList) + strlen (slist->data) + 1;
|
||||
|
||||
for (slist = proc->magics_list; slist; slist = g_slist_next (slist))
|
||||
memsize += sizeof (GSList) + strlen (slist->data) + 1;
|
||||
|
||||
return memsize + GIMP_OBJECT_CLASS (parent_class)->get_memsize (object,
|
||||
gui_size);
|
||||
}
|
||||
|
||||
static GValueArray *
|
||||
gimp_plug_in_procedure_execute (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args)
|
||||
{
|
||||
if (procedure->proc_type == GIMP_INTERNAL)
|
||||
return GIMP_PROCEDURE_CLASS (parent_class)->execute (procedure, gimp,
|
||||
context, progress,
|
||||
args);
|
||||
|
||||
return gimp_plug_in_manager_call_run (gimp->plug_in_manager,
|
||||
context, progress,
|
||||
GIMP_PLUG_IN_PROCEDURE (procedure),
|
||||
args, TRUE, FALSE, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
gimp_plug_in_procedure_execute_async (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args,
|
||||
GimpObject *display)
|
||||
{
|
||||
gimp_plug_in_manager_call_run (gimp->plug_in_manager,
|
||||
context, progress,
|
||||
GIMP_PLUG_IN_PROCEDURE (procedure),
|
||||
args, FALSE, TRUE, display);
|
||||
}
|
||||
|
||||
const gchar *
|
||||
gimp_plug_in_procedure_real_get_progname (const GimpPlugInProcedure *procedure)
|
||||
{
|
||||
return procedure->prog;
|
||||
}
|
||||
|
||||
|
||||
/* public functions */
|
||||
|
||||
GimpProcedure *
|
||||
gimp_plug_in_procedure_new (GimpPDBProcType proc_type,
|
||||
const gchar *prog)
|
||||
{
|
||||
GimpPlugInProcedure *proc;
|
||||
|
||||
g_return_val_if_fail (proc_type == GIMP_PLUGIN ||
|
||||
proc_type == GIMP_EXTENSION, NULL);
|
||||
g_return_val_if_fail (prog != NULL, NULL);
|
||||
|
||||
proc = g_object_new (GIMP_TYPE_PLUG_IN_PROCEDURE, NULL);
|
||||
|
||||
proc->prog = g_strdup (prog);
|
||||
|
||||
GIMP_PROCEDURE (proc)->proc_type = proc_type;
|
||||
|
||||
return GIMP_PROCEDURE (proc);
|
||||
}
|
||||
|
||||
GimpPlugInProcedure *
|
||||
gimp_plug_in_procedure_find (GSList *list,
|
||||
const gchar *proc_name)
|
||||
{
|
||||
GSList *l;
|
||||
|
||||
for (l = list; l; l = g_slist_next (l))
|
||||
{
|
||||
GimpObject *object = l->data;
|
||||
|
||||
if (! strcmp (proc_name, object->name))
|
||||
return GIMP_PLUG_IN_PROCEDURE (object);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const gchar *
|
||||
gimp_plug_in_procedure_get_progname (const GimpPlugInProcedure *proc)
|
||||
{
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), NULL);
|
||||
|
||||
return GIMP_PLUG_IN_PROCEDURE_GET_CLASS (proc)->get_progname (proc);
|
||||
}
|
||||
|
||||
gboolean
|
||||
gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure *proc,
|
||||
const gchar *menu_path,
|
||||
GError **error)
|
||||
{
|
||||
GimpProcedure *procedure;
|
||||
gchar *basename = NULL;
|
||||
gchar *prefix;
|
||||
const gchar *required = NULL;
|
||||
gchar *p;
|
||||
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), FALSE);
|
||||
g_return_val_if_fail (menu_path != NULL, FALSE);
|
||||
g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
|
||||
|
||||
procedure = GIMP_PROCEDURE (proc);
|
||||
|
||||
prefix = g_strdup (menu_path);
|
||||
|
||||
p = strchr (prefix, '>') + 1;
|
||||
if (p)
|
||||
*p = '\0';
|
||||
|
||||
if (strcmp (prefix, "<Toolbox>") == 0 ||
|
||||
strcmp (prefix, "<Image>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 1) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]))
|
||||
{
|
||||
required = "INT32";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else if (strcmp (prefix, "<Layers>") == 0 ||
|
||||
strcmp (prefix, "<Channels>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 3) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]) ||
|
||||
! GIMP_IS_PARAM_SPEC_IMAGE_ID (procedure->args[1]) ||
|
||||
! GIMP_IS_PARAM_SPEC_DRAWABLE_ID (procedure->args[2]))
|
||||
{
|
||||
required = "INT32, IMAGE, DRAWABLE";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else if (strcmp (prefix, "<Vectors>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 3) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]) ||
|
||||
! GIMP_IS_PARAM_SPEC_IMAGE_ID (procedure->args[1]) ||
|
||||
! GIMP_IS_PARAM_SPEC_VECTORS_ID (procedure->args[2]))
|
||||
{
|
||||
required = "INT32, IMAGE, VECTORS";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else if (strcmp (prefix, "<ColormapEditor>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 2) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]) ||
|
||||
! GIMP_IS_PARAM_SPEC_IMAGE_ID (procedure->args[1]))
|
||||
{
|
||||
required = "INT32, IMAGE";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else if (strcmp (prefix, "<Load>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 3) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]) ||
|
||||
! G_IS_PARAM_SPEC_STRING (procedure->args[1]) ||
|
||||
! G_IS_PARAM_SPEC_STRING (procedure->args[2]))
|
||||
{
|
||||
required = "INT32, STRING, STRING";
|
||||
goto failure;
|
||||
}
|
||||
|
||||
if ((procedure->num_values < 1) ||
|
||||
! GIMP_IS_PARAM_SPEC_IMAGE_ID (procedure->values[0]))
|
||||
{
|
||||
required = "IMAGE";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else if (strcmp (prefix, "<Save>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 5) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]) ||
|
||||
! GIMP_IS_PARAM_SPEC_IMAGE_ID (procedure->args[1]) ||
|
||||
! GIMP_IS_PARAM_SPEC_DRAWABLE_ID (procedure->args[2]) ||
|
||||
! G_IS_PARAM_SPEC_STRING (procedure->args[3]) ||
|
||||
! G_IS_PARAM_SPEC_STRING (procedure->args[4]))
|
||||
{
|
||||
required = "INT32, IMAGE, DRAWABLE, STRING, STRING";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else if (strcmp (prefix, "<Brushes>") == 0 ||
|
||||
strcmp (prefix, "<Gradients>") == 0 ||
|
||||
strcmp (prefix, "<Palettes>") == 0 ||
|
||||
strcmp (prefix, "<Patterns>") == 0 ||
|
||||
strcmp (prefix, "<Fonts>") == 0 ||
|
||||
strcmp (prefix, "<Buffers>") == 0)
|
||||
{
|
||||
if ((procedure->num_args < 1) ||
|
||||
! GIMP_IS_PARAM_SPEC_INT32 (procedure->args[0]))
|
||||
{
|
||||
required = "INT32";
|
||||
goto failure;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
basename = g_filename_display_basename (proc->prog);
|
||||
|
||||
g_set_error (error, 0, 0,
|
||||
"Plug-In \"%s\"\n(%s)\n"
|
||||
"attempted to install procedure \"%s\" "
|
||||
"in the invalid menu location \"%s\".\n"
|
||||
"Use either \"<Toolbox>\", \"<Image>\", "
|
||||
"\"<Layers>\", \"<Channels>\", \"<Vectors>\", "
|
||||
"\"<ColormapEditor>\", \"<Load>\", \"<Save>\", "
|
||||
"\"<Brushes>\", \"<Gradients>\", \"<Palettes>\", "
|
||||
"\"<Patterns>\" or \"<Buffers>\".",
|
||||
basename, gimp_filename_to_utf8 (proc->prog),
|
||||
GIMP_OBJECT (proc)->name,
|
||||
menu_path);
|
||||
goto failure;
|
||||
}
|
||||
|
||||
p = strchr (menu_path, '>') + 1;
|
||||
|
||||
if (*p != '/' && *p != '\0')
|
||||
{
|
||||
basename = g_filename_display_basename (proc->prog);
|
||||
|
||||
g_set_error (error, 0, 0,
|
||||
"Plug-In \"%s\"\n(%s)\n"
|
||||
"attempted to install procedure \"%s\"\n"
|
||||
"in the invalid menu location \"%s\".\n"
|
||||
"The menu path must look like either \"<Prefix>\" "
|
||||
"or \"<Prefix>/path/to/item\".",
|
||||
basename, gimp_filename_to_utf8 (proc->prog),
|
||||
GIMP_OBJECT (proc)->name,
|
||||
menu_path);
|
||||
goto failure;
|
||||
}
|
||||
|
||||
g_free (prefix);
|
||||
g_free (basename);
|
||||
|
||||
proc->menu_paths = g_list_append (proc->menu_paths, g_strdup (menu_path));
|
||||
|
||||
g_signal_emit (proc, gimp_plug_in_procedure_signals[MENU_PATH_ADDED], 0,
|
||||
menu_path);
|
||||
|
||||
return TRUE;
|
||||
|
||||
failure:
|
||||
if (required)
|
||||
{
|
||||
basename = g_filename_display_basename (proc->prog);
|
||||
|
||||
g_set_error (error, 0, 0,
|
||||
"Plug-In \"%s\"\n(%s)\n\n"
|
||||
"attempted to install %s procedure \"%s\" "
|
||||
"which does not take the standard %s Plug-In "
|
||||
"arguments.\n"
|
||||
"(%s)",
|
||||
basename, gimp_filename_to_utf8 (proc->prog),
|
||||
prefix, GIMP_OBJECT (proc)->name, prefix,
|
||||
required);
|
||||
}
|
||||
|
||||
g_free (prefix);
|
||||
g_free (basename);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gchar *
|
||||
gimp_plug_in_procedure_get_label (const GimpPlugInProcedure *proc,
|
||||
const gchar *locale_domain)
|
||||
{
|
||||
const gchar *path;
|
||||
gchar *stripped;
|
||||
gchar *ellipsis;
|
||||
gchar *label;
|
||||
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), NULL);
|
||||
|
||||
if (proc->menu_label)
|
||||
path = dgettext (locale_domain, proc->menu_label);
|
||||
else if (proc->menu_paths)
|
||||
path = dgettext (locale_domain, proc->menu_paths->data);
|
||||
else
|
||||
return NULL;
|
||||
|
||||
stripped = gimp_strip_uline (path);
|
||||
|
||||
if (proc->menu_label)
|
||||
label = g_strdup (stripped);
|
||||
else
|
||||
label = g_path_get_basename (stripped);
|
||||
|
||||
g_free (stripped);
|
||||
|
||||
ellipsis = strstr (label, "...");
|
||||
|
||||
if (! ellipsis)
|
||||
ellipsis = strstr (label, "\342\200\246" /* U+2026 HORIZONTAL ELLIPSIS */);
|
||||
|
||||
if (ellipsis && ellipsis == (label + strlen (label) - 3))
|
||||
*ellipsis = '\0';
|
||||
|
||||
return label;
|
||||
}
|
||||
|
||||
void
|
||||
gimp_plug_in_procedure_set_icon (GimpPlugInProcedure *proc,
|
||||
GimpIconType icon_type,
|
||||
const guint8 *icon_data,
|
||||
gint icon_data_length)
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc));
|
||||
g_return_if_fail (icon_type == -1 || icon_data != NULL);
|
||||
g_return_if_fail (icon_type == -1 || icon_data_length > 0);
|
||||
|
||||
if (proc->icon_data)
|
||||
{
|
||||
g_free (proc->icon_data);
|
||||
proc->icon_data_length = -1;
|
||||
proc->icon_data = NULL;
|
||||
}
|
||||
|
||||
proc->icon_type = icon_type;
|
||||
|
||||
switch (proc->icon_type)
|
||||
{
|
||||
case GIMP_ICON_TYPE_STOCK_ID:
|
||||
case GIMP_ICON_TYPE_IMAGE_FILE:
|
||||
proc->icon_data_length = -1;
|
||||
proc->icon_data = (guint8 *) g_strdup ((gchar *) icon_data);
|
||||
break;
|
||||
|
||||
case GIMP_ICON_TYPE_INLINE_PIXBUF:
|
||||
proc->icon_data_length = icon_data_length;
|
||||
proc->icon_data = g_memdup (icon_data, icon_data_length);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
const gchar *
|
||||
gimp_plug_in_procedure_get_stock_id (const GimpPlugInProcedure *proc)
|
||||
{
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), NULL);
|
||||
|
||||
switch (proc->icon_type)
|
||||
{
|
||||
case GIMP_ICON_TYPE_STOCK_ID:
|
||||
return (gchar *) proc->icon_data;
|
||||
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
GdkPixbuf *
|
||||
gimp_plug_in_procedure_get_pixbuf (const GimpPlugInProcedure *proc)
|
||||
{
|
||||
GdkPixbuf *pixbuf = NULL;
|
||||
GError *error = NULL;
|
||||
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), NULL);
|
||||
|
||||
switch (proc->icon_type)
|
||||
{
|
||||
case GIMP_ICON_TYPE_INLINE_PIXBUF:
|
||||
pixbuf = gdk_pixbuf_new_from_inline (proc->icon_data_length,
|
||||
proc->icon_data, TRUE, &error);
|
||||
break;
|
||||
|
||||
case GIMP_ICON_TYPE_IMAGE_FILE:
|
||||
pixbuf = gdk_pixbuf_new_from_file ((gchar *) proc->icon_data,
|
||||
&error);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (! pixbuf && error)
|
||||
{
|
||||
g_printerr (error->message);
|
||||
g_clear_error (&error);
|
||||
}
|
||||
|
||||
return pixbuf;
|
||||
}
|
||||
|
||||
gchar *
|
||||
gimp_plug_in_procedure_get_help_id (const GimpPlugInProcedure *proc,
|
||||
const gchar *help_domain)
|
||||
{
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), NULL);
|
||||
|
||||
if (help_domain)
|
||||
return g_strconcat (help_domain, "?", GIMP_OBJECT (proc)->name, NULL);
|
||||
|
||||
return g_strdup (GIMP_OBJECT (proc)->name);
|
||||
}
|
||||
|
||||
gboolean
|
||||
gimp_plug_in_procedure_get_sensitive (const GimpPlugInProcedure *proc,
|
||||
GimpImageType image_type)
|
||||
{
|
||||
gboolean sensitive;
|
||||
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc), FALSE);
|
||||
|
||||
switch (image_type)
|
||||
{
|
||||
case GIMP_RGB_IMAGE:
|
||||
sensitive = proc->image_types_val & GIMP_PLUG_IN_RGB_IMAGE;
|
||||
break;
|
||||
case GIMP_RGBA_IMAGE:
|
||||
sensitive = proc->image_types_val & GIMP_PLUG_IN_RGBA_IMAGE;
|
||||
break;
|
||||
case GIMP_GRAY_IMAGE:
|
||||
sensitive = proc->image_types_val & GIMP_PLUG_IN_GRAY_IMAGE;
|
||||
break;
|
||||
case GIMP_GRAYA_IMAGE:
|
||||
sensitive = proc->image_types_val & GIMP_PLUG_IN_GRAYA_IMAGE;
|
||||
break;
|
||||
case GIMP_INDEXED_IMAGE:
|
||||
sensitive = proc->image_types_val & GIMP_PLUG_IN_INDEXED_IMAGE;
|
||||
break;
|
||||
case GIMP_INDEXEDA_IMAGE:
|
||||
sensitive = proc->image_types_val & GIMP_PLUG_IN_INDEXEDA_IMAGE;
|
||||
break;
|
||||
default:
|
||||
sensitive = FALSE;
|
||||
break;
|
||||
}
|
||||
|
||||
return sensitive ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
static GimpPlugInImageType
|
||||
image_types_parse (const gchar *image_types)
|
||||
{
|
||||
const gchar *type_spec = image_types;
|
||||
GimpPlugInImageType types = 0;
|
||||
|
||||
/* If the plug_in registers with image_type == NULL or "", return 0
|
||||
* By doing so it won't be touched by plug_in_set_menu_sensitivity()
|
||||
*/
|
||||
if (! image_types)
|
||||
return types;
|
||||
|
||||
while (*image_types)
|
||||
{
|
||||
while (*image_types &&
|
||||
((*image_types == ' ') ||
|
||||
(*image_types == '\t') ||
|
||||
(*image_types == ',')))
|
||||
image_types++;
|
||||
|
||||
if (*image_types)
|
||||
{
|
||||
if (strncmp (image_types, "RGBA", 4) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_RGBA_IMAGE;
|
||||
image_types += 4;
|
||||
}
|
||||
else if (strncmp (image_types, "RGB*", 4) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_RGB_IMAGE | GIMP_PLUG_IN_RGBA_IMAGE;
|
||||
image_types += 4;
|
||||
}
|
||||
else if (strncmp (image_types, "RGB", 3) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_RGB_IMAGE;
|
||||
image_types += 3;
|
||||
}
|
||||
else if (strncmp (image_types, "GRAYA", 5) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_GRAYA_IMAGE;
|
||||
image_types += 5;
|
||||
}
|
||||
else if (strncmp (image_types, "GRAY*", 5) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_GRAY_IMAGE | GIMP_PLUG_IN_GRAYA_IMAGE;
|
||||
image_types += 5;
|
||||
}
|
||||
else if (strncmp (image_types, "GRAY", 4) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_GRAY_IMAGE;
|
||||
image_types += 4;
|
||||
}
|
||||
else if (strncmp (image_types, "INDEXEDA", 8) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_INDEXEDA_IMAGE;
|
||||
image_types += 8;
|
||||
}
|
||||
else if (strncmp (image_types, "INDEXED*", 8) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_INDEXED_IMAGE | GIMP_PLUG_IN_INDEXEDA_IMAGE;
|
||||
image_types += 8;
|
||||
}
|
||||
else if (strncmp (image_types, "INDEXED", 7) == 0)
|
||||
{
|
||||
types |= GIMP_PLUG_IN_INDEXED_IMAGE;
|
||||
image_types += 7;
|
||||
}
|
||||
else if (strncmp (image_types, "*", 1) == 0)
|
||||
{
|
||||
types |= (GIMP_PLUG_IN_RGB_IMAGE | GIMP_PLUG_IN_RGBA_IMAGE |
|
||||
GIMP_PLUG_IN_GRAY_IMAGE | GIMP_PLUG_IN_GRAYA_IMAGE |
|
||||
GIMP_PLUG_IN_INDEXED_IMAGE | GIMP_PLUG_IN_INDEXEDA_IMAGE);
|
||||
image_types += 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
g_printerr ("image_type contains unrecognizable parts: '%s'\n",
|
||||
type_spec);
|
||||
|
||||
while (*image_types &&
|
||||
((*image_types != ' ') ||
|
||||
(*image_types != '\t') ||
|
||||
(*image_types != ',')))
|
||||
image_types++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return types;
|
||||
}
|
||||
|
||||
void
|
||||
gimp_plug_in_procedure_set_image_types (GimpPlugInProcedure *proc,
|
||||
const gchar *image_types)
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc));
|
||||
|
||||
if (proc->image_types)
|
||||
g_free (proc->image_types);
|
||||
|
||||
proc->image_types = g_strdup (image_types);
|
||||
|
||||
proc->image_types_val = image_types_parse (proc->image_types);
|
||||
}
|
||||
|
||||
static GSList *
|
||||
extensions_parse (gchar *extensions)
|
||||
{
|
||||
GSList *list = NULL;
|
||||
|
||||
/* EXTENSIONS can be NULL. Avoid calling strtok if it is. */
|
||||
if (extensions)
|
||||
{
|
||||
gchar *extension;
|
||||
gchar *next_token;
|
||||
|
||||
extensions = g_strdup (extensions);
|
||||
|
||||
next_token = extensions;
|
||||
extension = strtok (next_token, " \t,");
|
||||
|
||||
while (extension)
|
||||
{
|
||||
list = g_slist_prepend (list, g_strdup (extension));
|
||||
extension = strtok (NULL, " \t,");
|
||||
}
|
||||
|
||||
g_free (extensions);
|
||||
}
|
||||
|
||||
return g_slist_reverse (list);
|
||||
}
|
||||
|
||||
void
|
||||
gimp_plug_in_procedure_set_file_proc (GimpPlugInProcedure *proc,
|
||||
const gchar *extensions,
|
||||
const gchar *prefixes,
|
||||
const gchar *magics)
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc));
|
||||
|
||||
proc->file_proc = TRUE;
|
||||
|
||||
if (proc->extensions != extensions)
|
||||
{
|
||||
if (proc->extensions)
|
||||
g_free (proc->extensions);
|
||||
proc->extensions = g_strdup (extensions);
|
||||
}
|
||||
|
||||
proc->extensions_list = extensions_parse (proc->extensions);
|
||||
|
||||
if (proc->prefixes != prefixes)
|
||||
{
|
||||
if (proc->prefixes)
|
||||
g_free (proc->prefixes);
|
||||
proc->prefixes = g_strdup (prefixes);
|
||||
}
|
||||
|
||||
proc->prefixes_list = extensions_parse (proc->prefixes);
|
||||
|
||||
if (proc->magics != magics)
|
||||
{
|
||||
if (proc->magics)
|
||||
g_free (proc->magics);
|
||||
proc->magics = g_strdup (magics);
|
||||
}
|
||||
|
||||
proc->magics_list = extensions_parse (proc->magics);
|
||||
}
|
||||
|
||||
void
|
||||
gimp_plug_in_procedure_set_mime_type (GimpPlugInProcedure *proc,
|
||||
const gchar *mime_type)
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc));
|
||||
|
||||
if (proc->mime_type)
|
||||
g_free (proc->mime_type);
|
||||
|
||||
proc->mime_type = g_strdup (mime_type);
|
||||
}
|
||||
|
||||
void
|
||||
gimp_plug_in_procedure_set_thumb_loader (GimpPlugInProcedure *proc,
|
||||
const gchar *thumb_loader)
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_PLUG_IN_PROCEDURE (proc));
|
||||
|
||||
if (proc->thumb_loader)
|
||||
g_free (proc->thumb_loader);
|
||||
|
||||
proc->thumb_loader = g_strdup (thumb_loader);
|
||||
}
|
|
@ -1,121 +0,0 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimppluginprocedure.h
|
||||
*
|
||||
* 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
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PLUG_IN_PROCEDURE_H__
|
||||
#define __GIMP_PLUG_IN_PROCEDURE_H__
|
||||
|
||||
#include <time.h> /* time_t */
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include "gimpprocedure.h"
|
||||
|
||||
|
||||
#define GIMP_TYPE_PLUG_IN_PROCEDURE (gimp_plug_in_procedure_get_type ())
|
||||
#define GIMP_PLUG_IN_PROCEDURE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_PLUG_IN_PROCEDURE, GimpPlugInProcedure))
|
||||
#define GIMP_PLUG_IN_PROCEDURE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_PLUG_IN_PROCEDURE, GimpPlugInProcedureClass))
|
||||
#define GIMP_IS_PLUG_IN_PROCEDURE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GIMP_TYPE_PLUG_IN_PROCEDURE))
|
||||
#define GIMP_IS_PLUG_IN_PROCEDURE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_PLUG_IN_PROCEDURE))
|
||||
#define GIMP_PLUG_IN_PROCEDURE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_PLUG_IN_PROCEDURE, GimpPlugInProcedureClass))
|
||||
|
||||
|
||||
typedef struct _GimpPlugInProcedureClass GimpPlugInProcedureClass;
|
||||
|
||||
struct _GimpPlugInProcedure
|
||||
{
|
||||
GimpProcedure parent_instance;
|
||||
|
||||
/* common members */
|
||||
gchar *prog;
|
||||
gchar *menu_label;
|
||||
GList *menu_paths;
|
||||
GimpIconType icon_type;
|
||||
gint icon_data_length;
|
||||
guint8 *icon_data;
|
||||
gchar *image_types;
|
||||
GimpPlugInImageType image_types_val;
|
||||
time_t mtime;
|
||||
gboolean installed_during_init;
|
||||
|
||||
/* file proc specific members */
|
||||
gboolean file_proc;
|
||||
gchar *extensions;
|
||||
gchar *prefixes;
|
||||
gchar *magics;
|
||||
gchar *mime_type;
|
||||
GSList *extensions_list;
|
||||
GSList *prefixes_list;
|
||||
GSList *magics_list;
|
||||
gchar *thumb_loader;
|
||||
};
|
||||
|
||||
struct _GimpPlugInProcedureClass
|
||||
{
|
||||
GimpProcedureClass parent_class;
|
||||
|
||||
/* virtual functions */
|
||||
const gchar * (* get_progname) (const GimpPlugInProcedure *procedure);
|
||||
|
||||
/* signals */
|
||||
void (* menu_path_added) (GimpPlugInProcedure *procedure,
|
||||
const gchar *menu_path);
|
||||
};
|
||||
|
||||
|
||||
GType gimp_plug_in_procedure_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GimpProcedure * gimp_plug_in_procedure_new (GimpPDBProcType proc_type,
|
||||
const gchar *prog);
|
||||
|
||||
GimpPlugInProcedure * gimp_plug_in_procedure_find (GSList *list,
|
||||
const gchar *proc_name);
|
||||
|
||||
const gchar * gimp_plug_in_procedure_get_progname (const GimpPlugInProcedure *proc);
|
||||
gboolean gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure *proc,
|
||||
const gchar *menu_path,
|
||||
GError **error);
|
||||
gchar * gimp_plug_in_procedure_get_label (const GimpPlugInProcedure *proc,
|
||||
const gchar *locale_domain);
|
||||
|
||||
void gimp_plug_in_procedure_set_icon (GimpPlugInProcedure *proc,
|
||||
GimpIconType type,
|
||||
const guint8 *data,
|
||||
gint data_length);
|
||||
const gchar * gimp_plug_in_procedure_get_stock_id (const GimpPlugInProcedure *proc);
|
||||
GdkPixbuf * gimp_plug_in_procedure_get_pixbuf (const GimpPlugInProcedure *proc);
|
||||
|
||||
gchar * gimp_plug_in_procedure_get_help_id (const GimpPlugInProcedure *proc,
|
||||
const gchar *help_domain);
|
||||
gboolean gimp_plug_in_procedure_get_sensitive (const GimpPlugInProcedure *proc,
|
||||
GimpImageType image_type);
|
||||
|
||||
void gimp_plug_in_procedure_set_image_types (GimpPlugInProcedure *proc,
|
||||
const gchar *image_types);
|
||||
void gimp_plug_in_procedure_set_file_proc (GimpPlugInProcedure *proc,
|
||||
const gchar *extensions,
|
||||
const gchar *prefixes,
|
||||
const gchar *magics);
|
||||
void gimp_plug_in_procedure_set_mime_type (GimpPlugInProcedure *proc,
|
||||
const gchar *mime_ype);
|
||||
void gimp_plug_in_procedure_set_thumb_loader(GimpPlugInProcedure *proc,
|
||||
const gchar *thumbnailer);
|
||||
|
||||
|
||||
#endif /* __GIMP_PLUG_IN_PROCEDURE_H__ */
|
|
@ -1,144 +0,0 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimptemporaryprocedure.c
|
||||
*
|
||||
* 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
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "pdb-types.h"
|
||||
|
||||
#include "core/gimp.h"
|
||||
|
||||
#include "plug-in/gimpplugin.h"
|
||||
#define __YES_I_NEED_GIMP_PLUG_IN_MANAGER_CALL__
|
||||
#include "plug-in/gimppluginmanager-call.h"
|
||||
|
||||
#include "gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
||||
static void gimp_temporary_procedure_finalize (GObject *object);
|
||||
|
||||
static GValueArray * gimp_temporary_procedure_execute (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args);
|
||||
static void gimp_temporary_procedure_execute_async (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args,
|
||||
GimpObject *display);
|
||||
|
||||
const gchar * gimp_temporary_procedure_get_progname (const GimpPlugInProcedure *procedure);
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GimpTemporaryProcedure, gimp_temporary_procedure,
|
||||
GIMP_TYPE_PLUG_IN_PROCEDURE)
|
||||
|
||||
#define parent_class gimp_temporary_procedure_parent_class
|
||||
|
||||
|
||||
static void
|
||||
gimp_temporary_procedure_class_init (GimpTemporaryProcedureClass *klass)
|
||||
{
|
||||
GObjectClass *object_class = G_OBJECT_CLASS (klass);
|
||||
GimpProcedureClass *proc_class = GIMP_PROCEDURE_CLASS (klass);
|
||||
GimpPlugInProcedureClass *plug_class = GIMP_PLUG_IN_PROCEDURE_CLASS (klass);
|
||||
|
||||
object_class->finalize = gimp_temporary_procedure_finalize;
|
||||
|
||||
proc_class->execute = gimp_temporary_procedure_execute;
|
||||
proc_class->execute_async = gimp_temporary_procedure_execute_async;
|
||||
|
||||
plug_class->get_progname = gimp_temporary_procedure_get_progname;
|
||||
}
|
||||
|
||||
static void
|
||||
gimp_temporary_procedure_init (GimpTemporaryProcedure *proc)
|
||||
{
|
||||
GIMP_PROCEDURE (proc)->proc_type = GIMP_TEMPORARY;
|
||||
}
|
||||
|
||||
static void
|
||||
gimp_temporary_procedure_finalize (GObject *object)
|
||||
{
|
||||
/* GimpTemporaryProcedure *proc = GIMP_TEMPORARY_PROCEDURE (object); */
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static GValueArray *
|
||||
gimp_temporary_procedure_execute (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args)
|
||||
{
|
||||
return gimp_plug_in_manager_call_run_temp (gimp->plug_in_manager,
|
||||
context, progress,
|
||||
GIMP_TEMPORARY_PROCEDURE (procedure),
|
||||
args);
|
||||
}
|
||||
|
||||
static void
|
||||
gimp_temporary_procedure_execute_async (GimpProcedure *procedure,
|
||||
Gimp *gimp,
|
||||
GimpContext *context,
|
||||
GimpProgress *progress,
|
||||
GValueArray *args,
|
||||
GimpObject *display)
|
||||
{
|
||||
GValueArray *return_vals;
|
||||
|
||||
return_vals = gimp_plug_in_manager_call_run_temp (gimp->plug_in_manager,
|
||||
context, progress,
|
||||
GIMP_TEMPORARY_PROCEDURE (procedure),
|
||||
args);
|
||||
|
||||
g_value_array_free (return_vals);
|
||||
}
|
||||
|
||||
const gchar *
|
||||
gimp_temporary_procedure_get_progname (const GimpPlugInProcedure *procedure)
|
||||
{
|
||||
return GIMP_TEMPORARY_PROCEDURE (procedure)->plug_in->prog;
|
||||
}
|
||||
|
||||
|
||||
/* public functions */
|
||||
|
||||
GimpProcedure *
|
||||
gimp_temporary_procedure_new (GimpPlugIn *plug_in)
|
||||
{
|
||||
GimpTemporaryProcedure *proc;
|
||||
|
||||
g_return_val_if_fail (GIMP_IS_PLUG_IN (plug_in), NULL);
|
||||
|
||||
proc = g_object_new (GIMP_TYPE_TEMPORARY_PROCEDURE, NULL);
|
||||
|
||||
proc->plug_in = plug_in;
|
||||
|
||||
GIMP_PLUG_IN_PROCEDURE (proc)->prog = g_strdup ("none");
|
||||
|
||||
return GIMP_PROCEDURE (proc);
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimptemporaryprocedure.h
|
||||
*
|
||||
* 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
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_TEMPORARY_PROCEDURE_H__
|
||||
#define __GIMP_TEMPORARY_PROCEDURE_H__
|
||||
|
||||
|
||||
#include "gimppluginprocedure.h"
|
||||
|
||||
|
||||
#define GIMP_TYPE_TEMPORARY_PROCEDURE (gimp_temporary_procedure_get_type ())
|
||||
#define GIMP_TEMPORARY_PROCEDURE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_TEMPORARY_PROCEDURE, GimpTemporaryProcedure))
|
||||
#define GIMP_TEMPORARY_PROCEDURE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_TEMPORARY_PROCEDURE, GimpTemporaryProcedureClass))
|
||||
#define GIMP_IS_TEMPORARY_PROCEDURE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GIMP_TYPE_TEMPORARY_PROCEDURE))
|
||||
#define GIMP_IS_TEMPORARY_PROCEDURE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_TEMPORARY_PROCEDURE))
|
||||
#define GIMP_TEMPORARY_PROCEDURE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_TEMPORARY_PROCEDURE, GimpTemporaryProcedureClass))
|
||||
|
||||
|
||||
typedef struct _GimpTemporaryProcedureClass GimpTemporaryProcedureClass;
|
||||
|
||||
struct _GimpTemporaryProcedure
|
||||
{
|
||||
GimpPlugInProcedure parent_instance;
|
||||
|
||||
GimpPlugIn *plug_in;
|
||||
};
|
||||
|
||||
struct _GimpTemporaryProcedureClass
|
||||
{
|
||||
GimpPlugInProcedureClass parent_class;
|
||||
};
|
||||
|
||||
|
||||
GType gimp_temporary_procedure_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GimpProcedure * gimp_temporary_procedure_new (GimpPlugIn *plug_in);
|
||||
|
||||
|
||||
#endif /* __GIMP_TEMPORARY_PROCEDURE_H__ */
|
|
@ -33,11 +33,11 @@
|
|||
#include "core/gimpparamspecs.h"
|
||||
|
||||
#include "core/gimp.h"
|
||||
#include "gimppluginprocedure.h"
|
||||
#include "plug-in/gimpplugin.h"
|
||||
#include "plug-in/gimppluginmanager-menu-branch.h"
|
||||
#include "plug-in/gimppluginmanager-query.h"
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
#include "plug-in/plug-in-def.h"
|
||||
|
||||
|
||||
|
|
|
@ -49,10 +49,14 @@ libappplug_in_a_SOURCES = \
|
|||
gimppluginmanager-menu-branch.h \
|
||||
gimppluginmanager-query.c \
|
||||
gimppluginmanager-query.h \
|
||||
gimppluginprocedure.c \
|
||||
gimppluginprocedure.h \
|
||||
gimppluginprocframe.c \
|
||||
gimppluginprocframe.h \
|
||||
gimppluginshm.c \
|
||||
gimppluginshm.h \
|
||||
gimptemporaryprocedure.c \
|
||||
gimptemporaryprocedure.h \
|
||||
\
|
||||
plug-in-def.c \
|
||||
plug-in-def.h \
|
||||
|
|
|
@ -38,12 +38,12 @@
|
|||
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimp-pdb-compat.h"
|
||||
#include "pdb/gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimpplugin.h"
|
||||
#include "gimpplugin-message.h"
|
||||
#include "gimppluginmanager.h"
|
||||
#include "gimppluginshm.h"
|
||||
#include "gimptemporaryprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
#include "plug-in-params.h"
|
||||
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimpplugin.h"
|
||||
#include "gimpplugin-progress.h"
|
||||
#include "gimppluginmanager.h"
|
||||
#include "gimptemporaryprocedure.h"
|
||||
|
||||
|
||||
/* local function prototypes */
|
||||
|
|
|
@ -74,8 +74,6 @@
|
|||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimpenvirontable.h"
|
||||
#include "gimpinterpreterdb.h"
|
||||
#include "gimpplugin.h"
|
||||
|
@ -84,6 +82,7 @@
|
|||
#include "gimpplugindebug.h"
|
||||
#include "gimppluginmanager.h"
|
||||
#include "gimppluginmanager-locale-domain.h"
|
||||
#include "gimptemporaryprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
#include "plug-in-params.h"
|
||||
|
||||
|
|
|
@ -38,14 +38,13 @@
|
|||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimpplugin.h"
|
||||
#include "gimpplugin-message.h"
|
||||
#include "gimppluginmanager.h"
|
||||
#define __YES_I_NEED_GIMP_PLUG_IN_MANAGER_CALL__
|
||||
#include "gimppluginmanager-call.h"
|
||||
#include "gimppluginshm.h"
|
||||
#include "gimptemporaryprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
#include "plug-in-params.h"
|
||||
|
||||
|
|
|
@ -27,11 +27,10 @@
|
|||
#include "core/gimp.h"
|
||||
#include "core/gimpparamspecs.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "gimpplugin.h"
|
||||
#include "gimppluginmanager.h"
|
||||
#include "gimppluginmanager-file.h"
|
||||
#include "gimppluginprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
|
||||
|
||||
|
|
|
@ -34,10 +34,9 @@
|
|||
|
||||
#include "plug-in-types.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "gimppluginmanager.h"
|
||||
#include "gimppluginmanager-query.h"
|
||||
#include "gimppluginprocedure.h"
|
||||
|
||||
|
||||
static int
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include "core/gimpmarshal.h"
|
||||
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimpenvirontable.h"
|
||||
#include "gimpinterpreterdb.h"
|
||||
|
@ -51,6 +50,7 @@
|
|||
#include "gimppluginmanager-locale-domain.h"
|
||||
#include "gimppluginmanager-menu-branch.h"
|
||||
#include "gimppluginshm.h"
|
||||
#include "gimptemporaryprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
#include "plug-in-rc.h"
|
||||
|
||||
|
|
|
@ -27,15 +27,14 @@
|
|||
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
||||
#include "pdb-types.h"
|
||||
#include "plug-in-types.h"
|
||||
|
||||
#include "core/gimp.h"
|
||||
#include "core/gimpmarshal.h"
|
||||
#include "core/gimpparamspecs.h"
|
||||
|
||||
#define __YES_I_NEED_GIMP_PLUG_IN_MANAGER_CALL__
|
||||
#include "plug-in/gimppluginmanager-call.h"
|
||||
|
||||
#include "gimppluginmanager-call.h"
|
||||
#include "gimppluginprocedure.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include "gimpprocedure.h"
|
||||
#include "pdb/gimpprocedure.h"
|
||||
|
||||
|
||||
#define GIMP_TYPE_PLUG_IN_PROCEDURE (gimp_plug_in_procedure_get_type ())
|
||||
|
|
|
@ -29,10 +29,9 @@
|
|||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "gimpplugin.h"
|
||||
#include "gimpplugin-progress.h"
|
||||
#include "gimppluginprocedure.h"
|
||||
|
||||
|
||||
/* publuc functions */
|
||||
|
|
|
@ -22,14 +22,13 @@
|
|||
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "pdb-types.h"
|
||||
#include "plug-in-types.h"
|
||||
|
||||
#include "core/gimp.h"
|
||||
|
||||
#include "plug-in/gimpplugin.h"
|
||||
#include "gimpplugin.h"
|
||||
#define __YES_I_NEED_GIMP_PLUG_IN_MANAGER_CALL__
|
||||
#include "plug-in/gimppluginmanager-call.h"
|
||||
|
||||
#include "gimppluginmanager-call.h"
|
||||
#include "gimptemporaryprocedure.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
|
||||
#include "plug-in-types.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "gimppluginprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
|
||||
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
#include "core/gimp.h"
|
||||
|
||||
#include "pdb/gimp-pdb-compat.h"
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "gimppluginprocedure.h"
|
||||
#include "plug-in-def.h"
|
||||
#include "plug-in-rc.h"
|
||||
|
||||
|
|
|
@ -37,11 +37,11 @@
|
|||
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "pdb/gimppdb.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginmanager-locale-domain.h"
|
||||
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "gimpfiledialog.h"
|
||||
#include "gimpfileprocview.h"
|
||||
|
|
|
@ -30,10 +30,9 @@
|
|||
#include "core/gimp.h"
|
||||
#include "core/gimpmarshal.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager-help-domain.h"
|
||||
#include "plug-in/gimppluginmanager-locale-domain.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "gimpfileprocview.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "core/gimpmarshal.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "gimppluginaction.h"
|
||||
|
||||
|
|
|
@ -34,9 +34,8 @@
|
|||
#include "core/gimpparamspecs.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
||||
#include "xcf.h"
|
||||
#include "xcf-private.h"
|
||||
|
|
|
@ -277,8 +277,8 @@ CODE
|
|||
"plug-in/gimppluginmanager.h"
|
||||
"plug-in/gimppluginmanager-menu-branch.h"
|
||||
"plug-in/gimppluginmanager-query.h"
|
||||
"plug-in/plug-in-def.h"
|
||||
"gimppluginprocedure.h");
|
||||
"plug-in/gimppluginprocedure.h"
|
||||
"plug-in/plug-in-def.h");
|
||||
|
||||
@procs = qw(plugins_query
|
||||
plugin_domain_register plugin_help_register
|
||||
|
|
Loading…
Reference in New Issue