mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
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:
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>
|
||||
|
||||
* === Released 2.7.5 ===
|
||||
|
@ -114,8 +114,6 @@ gdk_pixbuf_fill
|
||||
<FILE>animation</FILE>
|
||||
GdkPixbufAnimation
|
||||
GdkPixbufAnimationIter
|
||||
GdkPixbufAnimation
|
||||
GdkPixbufAnimationIter
|
||||
gdk_pixbuf_animation_new_from_file
|
||||
gdk_pixbuf_animation_ref
|
||||
gdk_pixbuf_animation_unref
|
||||
|
@ -88,7 +88,7 @@ then use %GDK_IMAGE_NORMAL.
|
||||
@visual: the #GdkVisual to use for the image.
|
||||
@width: the width 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 ##### -->
|
||||
|
@ -47,9 +47,11 @@ IGNORE_HFILES= \
|
||||
gtkmarshal.h \
|
||||
gtkmnemonichash.h \
|
||||
gtkpathbar.h \
|
||||
gtkplugprivate.h \
|
||||
gtkprivate.h \
|
||||
gtkrbtree.h \
|
||||
gtksequence.h \
|
||||
gtksocketprivate.h \
|
||||
gtktreedatalist.h \
|
||||
gtktreeprivate.h \
|
||||
gtktextbtree.h \
|
||||
@ -64,6 +66,7 @@ IGNORE_HFILES= \
|
||||
gtktoggleactionprivate.h \
|
||||
gtktypebuiltins.h \
|
||||
gtkxembed.h \
|
||||
gtkwin32embed.h \
|
||||
xdgmime \
|
||||
xembed.h
|
||||
|
||||
|
@ -5451,6 +5451,7 @@ GTK_STOCK_FILE
|
||||
GTK_STOCK_FIND
|
||||
GTK_STOCK_FIND_AND_REPLACE
|
||||
GTK_STOCK_FLOPPY
|
||||
GTK_STOCK_FULLSCREEN
|
||||
GTK_STOCK_GOTO_BOTTOM
|
||||
GTK_STOCK_GOTO_FIRST
|
||||
GTK_STOCK_GOTO_LAST
|
||||
@ -5464,12 +5465,14 @@ GTK_STOCK_HELP
|
||||
GTK_STOCK_HOME
|
||||
GTK_STOCK_INDENT
|
||||
GTK_STOCK_INDEX
|
||||
GTK_STOCK_INFO
|
||||
GTK_STOCK_ITALIC
|
||||
GTK_STOCK_JUMP_TO
|
||||
GTK_STOCK_JUSTIFY_CENTER
|
||||
GTK_STOCK_JUSTIFY_FILL
|
||||
GTK_STOCK_JUSTIFY_LEFT
|
||||
GTK_STOCK_JUSTIFY_RIGHT
|
||||
GTK_STOCK_LEAVE_FULLSCREEN
|
||||
GTK_STOCK_MEDIA_FORWARD
|
||||
GTK_STOCK_MEDIA_NEXT
|
||||
GTK_STOCK_MEDIA_PAUSE
|
||||
|
Loading…
Reference in New Issue
Block a user