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:

committed by
Matthias Clasen

parent
2f965d22f7
commit
d04af38a6c
@ -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.
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user