Add some missing declarations.

2004-09-01  Matthias Clasen  <mclasen@redhat.com>

	* gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing
	declarations.
This commit is contained in:
Matthias Clasen
2004-09-01 21:06:09 +00:00
committed by Matthias Clasen
parent 2f965d22f7
commit d04af38a6c
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-09-01 Matthias Clasen <mclasen@redhat.com> 2004-09-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing
declarations.
* gtk/running.sgml: Mention that modules can also * gtk/running.sgml: Mention that modules can also
be specified in a setting. be specified in a setting.

View File

@ -6,10 +6,16 @@
<SUBSECTION> <SUBSECTION>
gdk_pixbuf_version gdk_pixbuf_version
gdk_pixbuf_major_version
gdk_pixbuf_minor_version
gdk_pixbuf_micro_version
GDK_PIXBUF_VERSION GDK_PIXBUF_VERSION
GDK_PIXBUF_MAJOR GDK_PIXBUF_MAJOR
GDK_PIXBUF_MINOR GDK_PIXBUF_MINOR
GDK_PIXBUF_MICRO GDK_PIXBUF_MICRO
<SUBSECTION Private>
GDK_PIXBUF_VAR
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -150,9 +156,11 @@ gdk_pixbuf_flip
<SUBSECTION Standard> <SUBSECTION Standard>
GDK_TYPE_INTERP_TYPE GDK_TYPE_INTERP_TYPE
GDK_TYPE_PIXBUF_ROTATION
<SUBSECTION Private> <SUBSECTION Private>
gdk_interp_type_get_type gdk_interp_type_get_type
gdk_pixbuf_rotation_get_type
</SECTION> </SECTION>
<SECTION> <SECTION>