mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimpmodule: fix some gtk-doc warnings
This commit is contained in:
parent
fcc0a5a424
commit
a5e28dec57
2 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,8 @@ GimpModuleInfo
|
|||
GimpModuleState
|
||||
GimpModuleQueryFunc
|
||||
GimpModuleRegisterFunc
|
||||
GIMP_MODULE_ERROR
|
||||
GimpModuleError
|
||||
GIMP_MODULE_ABI_VERSION
|
||||
GIMP_MODULE_PARAM_SERIALIZE
|
||||
<TITLE>GimpModule</TITLE>
|
||||
|
|
|
@ -396,9 +396,9 @@ gimp_module_state_name (GimpModuleState state)
|
|||
|
||||
/**
|
||||
* gimp_module_register_enum:
|
||||
* @module:
|
||||
* @name:
|
||||
* @const_static_values:
|
||||
* @module: a module
|
||||
* @name: the name of the new enum type
|
||||
* @const_static_values: the enum values
|
||||
*
|
||||
* This function is deprecated! Use g_type_module_register_enum() instead.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue