added basic gtk-doc comment for gimp_proc_view_new().
2008-10-31 Sven Neumann <sven@gimp.org> * libgimp/gimpprocview.c: added basic gtk-doc comment for gimp_proc_view_new(). svn path=/trunk/; revision=27499
This commit is contained in:

committed by
Sven Neumann

parent
5400234712
commit
e76dd6cf60
@ -1,3 +1,8 @@
|
||||
2008-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpprocview.c: added basic gtk-doc comment for
|
||||
gimp_proc_view_new().
|
||||
|
||||
2008-10-31 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/tools/gimptexttool.c (gimp_text_tool_key_press): bail out
|
||||
|
@ -53,6 +53,26 @@ static GtkWidget * gimp_proc_view_create_params (const GimpParamDef *params,
|
||||
|
||||
/* public functions */
|
||||
|
||||
|
||||
/**
|
||||
* gimp_proc_view_new:
|
||||
* @name:
|
||||
* @menu_path:
|
||||
* @blurb:
|
||||
* @help:
|
||||
* @author:
|
||||
* @copyright:
|
||||
* @date:
|
||||
* @type:
|
||||
* @n_params:
|
||||
* @n_return_vals:
|
||||
* @params:
|
||||
* @return_vals:
|
||||
*
|
||||
* Return value: a new widget providing a view on a GIMP procedure
|
||||
*
|
||||
* Since: GIMP 2.4
|
||||
**/
|
||||
GtkWidget *
|
||||
gimp_proc_view_new (const gchar *name,
|
||||
const gchar *menu_path,
|
||||
|
Reference in New Issue
Block a user