Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
f5eea8d6
Commit
f5eea8d6
authored
Feb 22, 1999
by
Marc Lehmann
Browse files
*** empty log message ***
parent
f2e351cc
Changes
5
Hide whitespace changes
Inline
Side-by-side
app/internal_procs.c
View file @
f5eea8d6
...
...
@@ -428,4 +428,5 @@ internal_procs_init ()
procedural_db_register
(
&
procedural_db_proc_val_proc
);
pcount
++
;
procedural_db_register
(
&
procedural_db_get_data_proc
);
pcount
++
;
procedural_db_register
(
&
procedural_db_set_data_proc
);
pcount
++
;
procedural_db_register
(
&
procedural_db_get_data_size_proc
);
pcount
++
;
}
app/procedural_db.c
View file @
f5eea8d6
...
...
@@ -361,7 +361,7 @@ ProcRecord procedural_db_get_data_size_proc =
procedural_db_get_data_size_args
,
/* Output arguments */
2
,
1
,
procedural_db_get_data_size_out_args
,
/* Exec method */
...
...
app/procedural_db.h
View file @
f5eea8d6
...
...
@@ -177,6 +177,7 @@ extern ProcRecord procedural_db_proc_arg_proc;
extern
ProcRecord
procedural_db_proc_val_proc
;
extern
ProcRecord
procedural_db_get_data_proc
;
extern
ProcRecord
procedural_db_set_data_proc
;
extern
ProcRecord
procedural_db_get_data_size_proc
;
/* Functions */
void
procedural_db_init
(
void
);
...
...
libgimp/gimpfeatures.h.in
View file @
f5eea8d6
...
...
@@ -30,7 +30,7 @@ extern "C" {
#define GIMP_MICRO_VERSION (@GIMP_MICRO_VERSION@)
#define GIMP_VERSION "@GIMP_VERSION@"
#define GIMP_HAVE_GET_DATA_SIZE
1-1-0
#define GIMP_HAVE_
PROCEDURAL_DB_
GET_DATA_SIZE 1-1-0
#define GIMP_HAVE_PARASITES 1-1-0
#define GIMP_HAVE_RESOLUTION_INFO 1-1-0
#define GIMP_HAVE_DESTROY_PARAMDEFS 1-1-0
...
...
libgimpbase/gimpversion.h.in
View file @
f5eea8d6
...
...
@@ -30,7 +30,7 @@ extern "C" {
#define GIMP_MICRO_VERSION (@GIMP_MICRO_VERSION@)
#define GIMP_VERSION "@GIMP_VERSION@"
#define GIMP_HAVE_GET_DATA_SIZE
1-1-0
#define GIMP_HAVE_
PROCEDURAL_DB_
GET_DATA_SIZE 1-1-0
#define GIMP_HAVE_PARASITES 1-1-0
#define GIMP_HAVE_RESOLUTION_INFO 1-1-0
#define GIMP_HAVE_DESTROY_PARAMDEFS 1-1-0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment