code formating paranoia.
2001-07-29 Michael Natterer <mitch@gimp.org> * app/gimphelp.c: code formating paranoia. * app/core/gimp.c: one more g_signal_connect(). * app/tools/gimpmeasuretool.c: a gtk_widget_show() was optimized away :) * plug-ins/Makefile.am: re-enabled script-fu and dbbrowser. * plug-ins/dbbrowser/dbbrowser_utils.[ch] * plug-ins/script-fu/script-fu-console.[ch] * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-text-console.[ch] * plug-ins/script-fu/script-fu.c: use GtkTextBuffer/GtkTextView all over the place. GUI code cleanup in the dbbrowser and the script-fu console.
This commit is contained in:
committed by
Michael Natterer
parent
b906b3947f
commit
8d9931f719
@ -19,10 +19,12 @@
|
||||
#ifndef __SCRIPT_FU_TEXT_CONSOLE_H__
|
||||
#define __SCRIPT_FU_TEXT_CONSOLE_H__
|
||||
|
||||
void script_fu_text_console_run (gchar *name,
|
||||
gint nparams,
|
||||
GimpParam *params,
|
||||
gint *nreturn_vals,
|
||||
GimpParam **return_vals);
|
||||
|
||||
#endif /* __SCRIPT_FU_CONSOLE__ */
|
||||
void script_fu_text_console_run (gchar *name,
|
||||
gint nparams,
|
||||
GimpParam *params,
|
||||
gint *nreturn_vals,
|
||||
GimpParam **return_vals);
|
||||
|
||||
|
||||
#endif /* __SCRIPT_FU_TEXT_CONSOLE__ */
|
||||
|
||||
Reference in New Issue
Block a user