Small fixes
2005-08-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: * gtk/Makefile.am: * gdk-pixbuf/gdk-pixbuf-sections.txt: * gdk/tmpl/images.sgml: Small fixes
This commit is contained in:

committed by
Matthias Clasen

parent
084b800ac9
commit
b0b1c78af8
@ -1,3 +1,10 @@
|
|||||||
|
2005-08-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtk-sections.txt:
|
||||||
|
* gtk/Makefile.am:
|
||||||
|
* gdk-pixbuf/gdk-pixbuf-sections.txt:
|
||||||
|
* gdk/tmpl/images.sgml: Small fixes
|
||||||
|
|
||||||
2005-08-02 Matthias Clasen <mclasen@redhat.com>
|
2005-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.7.5 ===
|
* === Released 2.7.5 ===
|
||||||
|
@ -114,8 +114,6 @@ gdk_pixbuf_fill
|
|||||||
<FILE>animation</FILE>
|
<FILE>animation</FILE>
|
||||||
GdkPixbufAnimation
|
GdkPixbufAnimation
|
||||||
GdkPixbufAnimationIter
|
GdkPixbufAnimationIter
|
||||||
GdkPixbufAnimation
|
|
||||||
GdkPixbufAnimationIter
|
|
||||||
gdk_pixbuf_animation_new_from_file
|
gdk_pixbuf_animation_new_from_file
|
||||||
gdk_pixbuf_animation_ref
|
gdk_pixbuf_animation_ref
|
||||||
gdk_pixbuf_animation_unref
|
gdk_pixbuf_animation_unref
|
||||||
|
@ -88,7 +88,7 @@ then use %GDK_IMAGE_NORMAL.
|
|||||||
@visual: the #GdkVisual to use for the image.
|
@visual: the #GdkVisual to use for the image.
|
||||||
@width: the width of the image in pixels.
|
@width: the width of the image in pixels.
|
||||||
@height: the height of the image in pixels.
|
@height: the height of the image in pixels.
|
||||||
@Returns: a new #GdkImage, or NULL if the image could not be created.
|
@Returns: a new #GdkImage, or %NULL if the image could not be created.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkImageType ##### -->
|
<!-- ##### ENUM GdkImageType ##### -->
|
||||||
|
@ -47,9 +47,11 @@ IGNORE_HFILES= \
|
|||||||
gtkmarshal.h \
|
gtkmarshal.h \
|
||||||
gtkmnemonichash.h \
|
gtkmnemonichash.h \
|
||||||
gtkpathbar.h \
|
gtkpathbar.h \
|
||||||
|
gtkplugprivate.h \
|
||||||
gtkprivate.h \
|
gtkprivate.h \
|
||||||
gtkrbtree.h \
|
gtkrbtree.h \
|
||||||
gtksequence.h \
|
gtksequence.h \
|
||||||
|
gtksocketprivate.h \
|
||||||
gtktreedatalist.h \
|
gtktreedatalist.h \
|
||||||
gtktreeprivate.h \
|
gtktreeprivate.h \
|
||||||
gtktextbtree.h \
|
gtktextbtree.h \
|
||||||
@ -64,6 +66,7 @@ IGNORE_HFILES= \
|
|||||||
gtktoggleactionprivate.h \
|
gtktoggleactionprivate.h \
|
||||||
gtktypebuiltins.h \
|
gtktypebuiltins.h \
|
||||||
gtkxembed.h \
|
gtkxembed.h \
|
||||||
|
gtkwin32embed.h \
|
||||||
xdgmime \
|
xdgmime \
|
||||||
xembed.h
|
xembed.h
|
||||||
|
|
||||||
|
@ -5451,6 +5451,7 @@ GTK_STOCK_FILE
|
|||||||
GTK_STOCK_FIND
|
GTK_STOCK_FIND
|
||||||
GTK_STOCK_FIND_AND_REPLACE
|
GTK_STOCK_FIND_AND_REPLACE
|
||||||
GTK_STOCK_FLOPPY
|
GTK_STOCK_FLOPPY
|
||||||
|
GTK_STOCK_FULLSCREEN
|
||||||
GTK_STOCK_GOTO_BOTTOM
|
GTK_STOCK_GOTO_BOTTOM
|
||||||
GTK_STOCK_GOTO_FIRST
|
GTK_STOCK_GOTO_FIRST
|
||||||
GTK_STOCK_GOTO_LAST
|
GTK_STOCK_GOTO_LAST
|
||||||
@ -5464,12 +5465,14 @@ GTK_STOCK_HELP
|
|||||||
GTK_STOCK_HOME
|
GTK_STOCK_HOME
|
||||||
GTK_STOCK_INDENT
|
GTK_STOCK_INDENT
|
||||||
GTK_STOCK_INDEX
|
GTK_STOCK_INDEX
|
||||||
|
GTK_STOCK_INFO
|
||||||
GTK_STOCK_ITALIC
|
GTK_STOCK_ITALIC
|
||||||
GTK_STOCK_JUMP_TO
|
GTK_STOCK_JUMP_TO
|
||||||
GTK_STOCK_JUSTIFY_CENTER
|
GTK_STOCK_JUSTIFY_CENTER
|
||||||
GTK_STOCK_JUSTIFY_FILL
|
GTK_STOCK_JUSTIFY_FILL
|
||||||
GTK_STOCK_JUSTIFY_LEFT
|
GTK_STOCK_JUSTIFY_LEFT
|
||||||
GTK_STOCK_JUSTIFY_RIGHT
|
GTK_STOCK_JUSTIFY_RIGHT
|
||||||
|
GTK_STOCK_LEAVE_FULLSCREEN
|
||||||
GTK_STOCK_MEDIA_FORWARD
|
GTK_STOCK_MEDIA_FORWARD
|
||||||
GTK_STOCK_MEDIA_NEXT
|
GTK_STOCK_MEDIA_NEXT
|
||||||
GTK_STOCK_MEDIA_PAUSE
|
GTK_STOCK_MEDIA_PAUSE
|
||||||
|
Reference in New Issue
Block a user