mirror of https://github.com/GNOME/gimp.git
documented.
2004-12-14 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpstock.c (gimp_stock_init): documented.
This commit is contained in:
parent
0e62110271
commit
10d550f788
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue