app/fileops.[ch] removed...
2001-03-30 Michael Natterer <mitch@gimp.org> * app/fileops.[ch] * app/fileopsP.h: removed... * app/file-open.[ch] * app/file-save.[ch] * app/file-utils.[ch]: ...and split up into more hackable chunks. (didn't change any logic, just moved the functions around) * app/Makefile.am * app/app_procs.c * app/commands.c * app/docindex.c * app/gimpdnd.c * app/gimprc.c * app/menus.c * app/pdb/fileops_cmds.c * po/POTFILES.in * tools/pdbgen/pdb/fileops.pdb: changed accordingly (mostly changing #include's).
This commit is contained in:
committed by
Michael Natterer
parent
93f59aeabe
commit
7e8f21f547
@ -187,7 +187,6 @@ HELP
|
||||
);
|
||||
|
||||
%invoke = (
|
||||
headers => [ qw("fileopsP.h") ],
|
||||
vars => [ 'gchar *pname', 'gchar *fname', 'gchar *tname',
|
||||
'guchar *raw_thumb', 'gchar *imginfo = NULL', 'gint i' ],
|
||||
code => <<'CODE'
|
||||
@ -242,7 +241,6 @@ HELP
|
||||
);
|
||||
|
||||
%invoke = (
|
||||
headers => [ qw("fileopsP.h") ],
|
||||
vars => [ 'TempBuf *thumb' ],
|
||||
code => <<'CODE'
|
||||
{
|
||||
@ -412,7 +410,8 @@ CODE
|
||||
);
|
||||
}
|
||||
|
||||
@headers = qw("fileops.h" "plug_in.h" <sys/types.h> <unistd.h>);
|
||||
@headers = qw("file-open.h" "file-save.h" "file-utils.h" "plug_in.h"
|
||||
<sys/types.h> <unistd.h>);
|
||||
|
||||
@procs = qw(file_load file_save file_load_thumbnail file_save_thumbnail
|
||||
temp_name register_magic_load_handler register_load_handler
|
||||
|
||||
Reference in New Issue
Block a user