made plug_in_proc_frame_free() a static function.

2004-12-23  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-proc-frame.[ch]: made plug_in_proc_frame_free()
	a static function.
This commit is contained in:
Sven Neumann 2004-12-23 15:13:51 +00:00 committed by Sven Neumann
parent 0527989edf
commit 7d11f4ddbc
8 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2004-12-23 Sven Neumann <sven@gimp.org>
* app/plug-in/plug-in-proc-frame.[ch]: made plug_in_proc_frame_free()
a static function.
2004-12-23 Michael Natterer <mitch@gimp.org>
Item conversion depends on the old *and* the new item type, so

2
NEWS
View File

@ -15,3 +15,5 @@ Bugs fixed in GIMP 2.2.1
- fixed crash in unsharp mask plug-in preview code (bug #157910)
- fixed bug in unsharp mask plug-in that caused artefacts when a large blur
radius was being used on a small drawable; minor optimizations
- removed broken asc2img Script-Fu
- fixed channel drag-n-drop (bug #161877)

View File

@ -31,6 +31,10 @@
#include "plug-in-progress.h"
static void plug_in_proc_frame_free (PlugInProcFrame *proc_frame,
PlugIn *plug_in);
/* publuc functions */
PlugInProcFrame *
@ -106,7 +110,7 @@ plug_in_proc_frame_dispose (PlugInProcFrame *proc_frame,
}
}
void
static void
plug_in_proc_frame_free (PlugInProcFrame *proc_frame,
PlugIn *plug_in)
{

View File

@ -51,8 +51,6 @@ void plug_in_proc_frame_init (PlugInProcFrame *proc_frame,
void plug_in_proc_frame_dispose (PlugInProcFrame *proc_frame,
PlugIn *plug_in);
void plug_in_proc_frame_free (PlugInProcFrame *proc_frame,
PlugIn *plug_in);
PlugInProcFrame * plug_in_proc_frame_ref (PlugInProcFrame *proc_frame);
void plug_in_proc_frame_unref (PlugInProcFrame *proc_frame,

View File

@ -31,6 +31,10 @@
#include "plug-in-progress.h"
static void plug_in_proc_frame_free (PlugInProcFrame *proc_frame,
PlugIn *plug_in);
/* publuc functions */
PlugInProcFrame *
@ -106,7 +110,7 @@ plug_in_proc_frame_dispose (PlugInProcFrame *proc_frame,
}
}
void
static void
plug_in_proc_frame_free (PlugInProcFrame *proc_frame,
PlugIn *plug_in)
{

View File

@ -51,8 +51,6 @@ void plug_in_proc_frame_init (PlugInProcFrame *proc_frame,
void plug_in_proc_frame_dispose (PlugInProcFrame *proc_frame,
PlugIn *plug_in);
void plug_in_proc_frame_free (PlugInProcFrame *proc_frame,
PlugIn *plug_in);
PlugInProcFrame * plug_in_proc_frame_ref (PlugInProcFrame *proc_frame);
void plug_in_proc_frame_unref (PlugInProcFrame *proc_frame,

View File

@ -1,3 +1,7 @@
2004-12-23 Sven Neumann <sven@gimp.org>
* app/app-sections.txt: updated.
2004-12-15 Simon Budig <simon@gimp.org>
* libgimp/tmpl/gimppaths.sgml: regenerated.

View File

@ -6456,6 +6456,7 @@ gimp_drawable_offset
<TITLE>GimpDrawable-preview</TITLE>
gimp_drawable_get_preview
gimp_drawable_get_sub_preview
gimp_drawable_preview_bytes
</SECTION>
<SECTION>
@ -7410,8 +7411,9 @@ plug_in_proc_def_get_sensitive
PlugInProcFrame
plug_in_proc_frame_new
plug_in_proc_frame_init
plug_in_proc_frame_ref
plug_in_proc_frame_unref
plug_in_proc_frame_dispose
plug_in_proc_frame_free
</SECTION>
<SECTION>