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:
Sven Neumann
2008-10-31 19:47:31 +00:00
committed by Sven Neumann
parent 5400234712
commit e76dd6cf60
2 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -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,