documented.

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

	* libgimpwidgets/gimpstock.c (gimp_stock_init): documented.
This commit is contained in:
Sven Neumann 2004-12-14 01:42:08 +00:00 committed by Sven Neumann
parent 0e62110271
commit 10d550f788
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-12-14 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpstock.c (gimp_stock_init): documented.
2004-12-14 Sven Neumann <sven@gimp.org>
* plug-ins/imagemap/imap_misc.c (make_toolbar_radio_icon): don't

View File

@ -646,6 +646,14 @@ gimp_stock_direction_pixbufs[] =
};
/**
* gimp_stock_init:
*
* Initializes the GIMP stock icon factory.
*
* You don't need to call this function as gimp_ui_init() already does
* this for you.
*/
void
gimp_stock_init (void)
{