mirror of https://github.com/GNOME/gimp.git
libgimpbase/gimpbase.def added new symbols.
2008-08-19 Sven Neumann <sven@gimp.org> * libgimpbase/gimpbase.def * libgimp/gimp.def: added new symbols. svn path=/trunk/; revision=26658
This commit is contained in:
parent
6e23a26307
commit
61d870cdd3
|
@ -1,3 +1,8 @@
|
|||
2008-08-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/gimpbase.def
|
||||
* libgimp/gimp.def: added new symbols.
|
||||
|
||||
2008-08-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/file-bmp/bmp.[ch]
|
||||
|
|
|
@ -536,10 +536,12 @@ EXPORTS
|
|||
gimp_pixel_rgns_register
|
||||
gimp_pixel_rgns_register2
|
||||
gimp_plugin_domain_register
|
||||
gimp_plugin_get_pdb_error_handler
|
||||
gimp_plugin_help_register
|
||||
gimp_plugin_icon_register
|
||||
gimp_plugin_menu_branch_register
|
||||
gimp_plugin_menu_register
|
||||
gimp_plugin_set_pdb_error_handler
|
||||
gimp_posterize
|
||||
gimp_procedural_db_dump
|
||||
gimp_procedural_db_get_data
|
||||
|
|
|
@ -76,6 +76,7 @@ EXPORTS
|
|||
gimp_path_parse
|
||||
gimp_path_to_str
|
||||
gimp_pdb_arg_type_get_type
|
||||
gimp_pdb_error_handler_get_type
|
||||
gimp_pdb_proc_type_get_type
|
||||
gimp_pdb_status_type_get_type
|
||||
gimp_personal_rc_file
|
||||
|
|
Loading…
Reference in New Issue