mirror of https://github.com/GNOME/gimp.git
added gimp_get_default_unit().
2007-01-12 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt: added gimp_get_default_unit(). * libgimp/tmpl/gimpgimprc.sgml: regenerated. svn path=/trunk/; revision=21767
This commit is contained in:
parent
1e864cacb5
commit
aa9004528e
|
@ -1,3 +1,9 @@
|
|||
2007-01-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt: added gimp_get_default_unit().
|
||||
|
||||
* libgimp/tmpl/gimpgimprc.sgml: regenerated.
|
||||
|
||||
2007-01-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
|
|
|
@ -408,6 +408,7 @@ gimp_gimprc_query
|
|||
gimp_gimprc_set
|
||||
gimp_get_color_configuration
|
||||
gimp_get_default_comment
|
||||
gimp_get_default_unit
|
||||
gimp_get_module_load_inhibit
|
||||
gimp_get_monitor_resolution
|
||||
gimp_get_theme_dir
|
||||
|
|
|
@ -53,6 +53,14 @@ Interactions with settings from .gimprc.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_default_unit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_module_load_inhibit ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue