Mention in the docs that @pixmap_return and @mask_return can be %NULL.
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention in the docs that @pixmap_return and @mask_return can be %NULL.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf-render.c
|
||||||
|
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||||
|
in the docs that @pixmap_return and @mask_return can
|
||||||
|
be %NULL.
|
||||||
|
|
||||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* docs/reference/gtk/tree_widget.sgml,
|
* docs/reference/gtk/tree_widget.sgml,
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf-render.c
|
||||||
|
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||||
|
in the docs that @pixmap_return and @mask_return can
|
||||||
|
be %NULL.
|
||||||
|
|
||||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* docs/reference/gtk/tree_widget.sgml,
|
* docs/reference/gtk/tree_widget.sgml,
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf-render.c
|
||||||
|
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||||
|
in the docs that @pixmap_return and @mask_return can
|
||||||
|
be %NULL.
|
||||||
|
|
||||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* docs/reference/gtk/tree_widget.sgml,
|
* docs/reference/gtk/tree_widget.sgml,
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf-render.c
|
||||||
|
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||||
|
in the docs that @pixmap_return and @mask_return can
|
||||||
|
be %NULL.
|
||||||
|
|
||||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* docs/reference/gtk/tree_widget.sgml,
|
* docs/reference/gtk/tree_widget.sgml,
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf-render.c
|
||||||
|
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||||
|
in the docs that @pixmap_return and @mask_return can
|
||||||
|
be %NULL.
|
||||||
|
|
||||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* docs/reference/gtk/tree_widget.sgml,
|
* docs/reference/gtk/tree_widget.sgml,
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkpixbuf-render.c
|
||||||
|
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||||
|
in the docs that @pixmap_return and @mask_return can
|
||||||
|
be %NULL.
|
||||||
|
|
||||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* docs/reference/gtk/tree_widget.sgml,
|
* docs/reference/gtk/tree_widget.sgml,
|
||||||
|
|||||||
@ -244,8 +244,10 @@ gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf,
|
|||||||
/**
|
/**
|
||||||
* gdk_pixbuf_render_pixmap_and_mask:
|
* gdk_pixbuf_render_pixmap_and_mask:
|
||||||
* @pixbuf: A pixbuf.
|
* @pixbuf: A pixbuf.
|
||||||
* @pixmap_return: Return value for the created pixmap.
|
* @pixmap_return: Location to store a pointer to the created pixmap,
|
||||||
* @mask_return: Return value for the created mask.
|
* or %NULL if the pixmap is not needed.
|
||||||
|
* @mask_return: Location to store a pointer to the created mask,
|
||||||
|
* or %NULL if the mask is not needed.
|
||||||
* @alpha_threshold: Threshold value for opacity values.
|
* @alpha_threshold: Threshold value for opacity values.
|
||||||
*
|
*
|
||||||
* Creates a pixmap and a mask bitmap which are returned in the @pixmap_return
|
* Creates a pixmap and a mask bitmap which are returned in the @pixmap_return
|
||||||
@ -279,8 +281,10 @@ gdk_pixbuf_render_pixmap_and_mask (GdkPixbuf *pixbuf,
|
|||||||
* gdk_pixbuf_render_pixmap_and_mask_for_colormap:
|
* gdk_pixbuf_render_pixmap_and_mask_for_colormap:
|
||||||
* @pixbuf: A pixbuf.
|
* @pixbuf: A pixbuf.
|
||||||
* @colormap: A #GdkColormap
|
* @colormap: A #GdkColormap
|
||||||
* @pixmap_return: Return value for the created pixmap.
|
* @pixmap_return: Location to store a pointer to the created pixmap,
|
||||||
* @mask_return: Return value for the created mask.
|
* or %NULL if the pixmap is not needed.
|
||||||
|
* @mask_return: Location to store a pointer to the created mask,
|
||||||
|
* or %NULL if the mask is not needed.
|
||||||
* @alpha_threshold: Threshold value for opacity values.
|
* @alpha_threshold: Threshold value for opacity values.
|
||||||
*
|
*
|
||||||
* Creates a pixmap and a mask bitmap which are returned in the @pixmap_return
|
* Creates a pixmap and a mask bitmap which are returned in the @pixmap_return
|
||||||
|
|||||||
Reference in New Issue
Block a user