mirror of https://github.com/GNOME/gimp.git
pdb, app, libgimp: rename the "grid" PDB group to "imagegrid"
This only renames files, no code changes.
This commit is contained in:
parent
b34ed029ac
commit
3b70fb8d3a
|
@ -56,11 +56,11 @@ libappinternal_procs_a_SOURCES = \
|
|||
gradient-cmds.c \
|
||||
gradient-select-cmds.c \
|
||||
gradients-cmds.c \
|
||||
grid-cmds.c \
|
||||
guides-cmds.c \
|
||||
help-cmds.c \
|
||||
image-cmds.c \
|
||||
image-convert-cmds.c \
|
||||
image-grid-cmds.c \
|
||||
image-select-cmds.c \
|
||||
image-undo-cmds.c \
|
||||
item-cmds.c \
|
||||
|
|
|
@ -382,7 +382,7 @@ image_grid_set_style_invoker (GimpProcedure *procedure,
|
|||
}
|
||||
|
||||
void
|
||||
register_grid_procs (GimpPDB *pdb)
|
||||
register_image_grid_procs (GimpPDB *pdb)
|
||||
{
|
||||
GimpProcedure *procedure;
|
||||
|
|
@ -57,11 +57,11 @@ internal_procs_init (GimpPDB *pdb)
|
|||
register_gradient_procs (pdb);
|
||||
register_gradient_select_procs (pdb);
|
||||
register_gradients_procs (pdb);
|
||||
register_grid_procs (pdb);
|
||||
register_guides_procs (pdb);
|
||||
register_help_procs (pdb);
|
||||
register_image_procs (pdb);
|
||||
register_image_convert_procs (pdb);
|
||||
register_image_grid_procs (pdb);
|
||||
register_image_select_procs (pdb);
|
||||
register_image_undo_procs (pdb);
|
||||
register_item_procs (pdb);
|
||||
|
|
|
@ -46,11 +46,11 @@ void register_gimprc_procs (GimpPDB *pdb);
|
|||
void register_gradient_procs (GimpPDB *pdb);
|
||||
void register_gradient_select_procs (GimpPDB *pdb);
|
||||
void register_gradients_procs (GimpPDB *pdb);
|
||||
void register_grid_procs (GimpPDB *pdb);
|
||||
void register_guides_procs (GimpPDB *pdb);
|
||||
void register_help_procs (GimpPDB *pdb);
|
||||
void register_image_procs (GimpPDB *pdb);
|
||||
void register_image_convert_procs (GimpPDB *pdb);
|
||||
void register_image_grid_procs (GimpPDB *pdb);
|
||||
void register_image_select_procs (GimpPDB *pdb);
|
||||
void register_image_undo_procs (GimpPDB *pdb);
|
||||
void register_item_procs (GimpPDB *pdb);
|
||||
|
|
|
@ -98,10 +98,10 @@ PDB_WRAPPERS_C = \
|
|||
gimpgradients_pdb.c \
|
||||
gimpgradientselect_pdb.c \
|
||||
gimpguides_pdb.c \
|
||||
gimpgrid_pdb.c \
|
||||
gimphelp_pdb.c \
|
||||
gimpimage_pdb.c \
|
||||
gimpimageconvert_pdb.c \
|
||||
gimpimagegrid_pdb.c \
|
||||
gimpimageselect_pdb.c \
|
||||
gimpimageundo_pdb.c \
|
||||
gimpitem_pdb.c \
|
||||
|
@ -151,11 +151,11 @@ PDB_WRAPPERS_H = \
|
|||
gimpgradient_pdb.h \
|
||||
gimpgradients_pdb.h \
|
||||
gimpgradientselect_pdb.h \
|
||||
gimpgrid_pdb.h \
|
||||
gimpguides_pdb.h \
|
||||
gimphelp_pdb.h \
|
||||
gimpimage_pdb.h \
|
||||
gimpimageconvert_pdb.h \
|
||||
gimpimagegrid_pdb.h \
|
||||
gimpimageselect_pdb.h \
|
||||
gimpimageundo_pdb.h \
|
||||
gimpitem_pdb.h \
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
#include <libgimp/gimpgradient_pdb.h>
|
||||
#include <libgimp/gimpgradients_pdb.h>
|
||||
#include <libgimp/gimpgradientselect_pdb.h>
|
||||
#include <libgimp/gimpgrid_pdb.h>
|
||||
#include <libgimp/gimpguides_pdb.h>
|
||||
#include <libgimp/gimphelp_pdb.h>
|
||||
#include <libgimp/gimpimage_pdb.h>
|
||||
#include <libgimp/gimpimageconvert_pdb.h>
|
||||
#include <libgimp/gimpimagegrid_pdb.h>
|
||||
#include <libgimp/gimpimageselect_pdb.h>
|
||||
#include <libgimp/gimpimageundo_pdb.h>
|
||||
#include <libgimp/gimpitem_pdb.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
||||
*
|
||||
* gimpgrid_pdb.c
|
||||
* gimpimagegrid_pdb.c
|
||||
*
|
||||
* This library is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -26,8 +26,8 @@
|
|||
|
||||
|
||||
/**
|
||||
* SECTION: gimpgrid
|
||||
* @title: gimpgrid
|
||||
* SECTION: gimpimagegrid
|
||||
* @title: gimpimagegrid
|
||||
* @short_description: Functions manuipulating an image's grid.
|
||||
*
|
||||
* Functions manuipulating an image's grid.
|
|
@ -1,7 +1,7 @@
|
|||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
||||
*
|
||||
* gimpgrid_pdb.h
|
||||
* gimpimagegrid_pdb.h
|
||||
*
|
||||
* This library is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -24,8 +24,8 @@
|
|||
#error "Only <libgimp/gimp.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __GIMP_GRID_PDB_H__
|
||||
#define __GIMP_GRID_PDB_H__
|
||||
#ifndef __GIMP_IMAGE_GRID_PDB_H__
|
||||
#define __GIMP_IMAGE_GRID_PDB_H__
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -59,4 +59,4 @@ gboolean gimp_image_grid_set_style (gint32 image_ID,
|
|||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GIMP_GRID_PDB_H__ */
|
||||
#endif /* __GIMP_IMAGE_GRID_PDB_H__ */
|
|
@ -24,11 +24,11 @@ pdb_sources = \
|
|||
pdb/gradient.pdb \
|
||||
pdb/gradient_select.pdb \
|
||||
pdb/gradients.pdb \
|
||||
pdb/grid.pdb \
|
||||
pdb/guides.pdb \
|
||||
pdb/help.pdb \
|
||||
pdb/image.pdb \
|
||||
pdb/image_convert.pdb \
|
||||
pdb/image_grid.pdb \
|
||||
pdb/image_select.pdb \
|
||||
pdb/image_undo.pdb \
|
||||
pdb/item.pdb \
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
gradient
|
||||
gradient_select
|
||||
gradients
|
||||
grid
|
||||
guides
|
||||
help
|
||||
image
|
||||
image_convert
|
||||
image_grid
|
||||
image_select
|
||||
image_undo
|
||||
item
|
||||
|
|
|
@ -365,7 +365,7 @@ CODE
|
|||
%exports = (app => [@procs], lib => [@procs]);
|
||||
|
||||
$desc = 'Image grid procedures';
|
||||
$doc_title = 'gimpgrid';
|
||||
$doc_title = 'gimpimagegrid';
|
||||
$doc_short_desc = "Functions manuipulating an image's grid.";
|
||||
$doc_long_desc = "Functions manuipulating an image's grid.";
|
||||
|
Loading…
Reference in New Issue