devel-docs: fix and update the libgimpthumb docs
This commit is contained in:
20
devel-docs/libgimpthumb/.gitignore
vendored
20
devel-docs/libgimpthumb/.gitignore
vendored
@ -1,16 +1,16 @@
|
|||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
/deprecated
|
/deprecated
|
||||||
/libgimpthumb.args
|
/libgimpthumb3.args
|
||||||
/libgimpthumb.hierarchy
|
/libgimpthumb3.hierarchy
|
||||||
/libgimpthumb.interfaces
|
/libgimpthumb3.interfaces
|
||||||
/libgimpthumb.prerequisites
|
/libgimpthumb3.prerequisites
|
||||||
/libgimpthumb.signals
|
/libgimpthumb3.signals
|
||||||
/libgimpthumb-decl.txt
|
/libgimpthumb3-decl.txt
|
||||||
/libgimpthumb-decl-list.txt
|
/libgimpthumb3-decl-list.txt
|
||||||
/libgimpthumb-unused.txt
|
/libgimpthumb3-unused.txt
|
||||||
/libgimpthumb-undeclared.txt
|
/libgimpthumb3-undeclared.txt
|
||||||
/libgimpthumb-undocumented.txt
|
/libgimpthumb3-undocumented.txt
|
||||||
/html
|
/html
|
||||||
/tmpl
|
/tmpl
|
||||||
/xml
|
/xml
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
# The name of the module.
|
# The name of the module.
|
||||||
DOC_MODULE = libgimpthumb
|
DOC_MODULE = libgimpthumb3
|
||||||
|
|
||||||
# The top-level SGML file.
|
# The top-level SGML file.
|
||||||
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
||||||
|
|
||||||
# The directory containing the source code.
|
# The directory containing the source code.
|
||||||
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
|
DOC_SOURCE_DIR = $(top_srcdir)/libgimpthumb
|
||||||
|
|
||||||
# Extra options to pass to gtkdoc-scangobj
|
# Extra options to pass to gtkdoc-scangobj
|
||||||
SCANGOBJ_OPTIONS =
|
SCANGOBJ_OPTIONS =
|
||||||
|
@ -16,9 +16,9 @@ gimp_thumbnail_save_failure
|
|||||||
gimp_thumbnail_delete_failure
|
gimp_thumbnail_delete_failure
|
||||||
gimp_thumbnail_delete_others
|
gimp_thumbnail_delete_others
|
||||||
gimp_thumbnail_has_failed
|
gimp_thumbnail_has_failed
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GimpThumbnailClass
|
GimpThumbnailClass
|
||||||
|
GimpThumbnailPrivate
|
||||||
GIMP_THUMBNAIL
|
GIMP_THUMBNAIL
|
||||||
GIMP_IS_THUMBNAIL
|
GIMP_IS_THUMBNAIL
|
||||||
GIMP_TYPE_THUMBNAIL
|
GIMP_TYPE_THUMBNAIL
|
Reference in New Issue
Block a user