Small doc additions.

2005-06-12  Matthias Clasen  <mclasen@redhat.com>

	* gdk/gdkcairo.c: Small doc additions.
This commit is contained in:
Matthias Clasen 2005-06-12 05:20:04 +00:00 committed by Matthias Clasen
parent 793591fcf0
commit 28bebc863a
4 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-06-12 Matthias Clasen <mclasen@redhat.com> 2005-06-12 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcairo.c: Small doc additions.
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
Check start_button_mask before starting a drag. (#149058, Check start_button_mask before starting a drag. (#149058,
Andreas Volz) Andreas Volz)

View File

@ -1,5 +1,7 @@
2005-06-12 Matthias Clasen <mclasen@redhat.com> 2005-06-12 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcairo.c: Small doc additions.
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
Check start_button_mask before starting a drag. (#149058, Check start_button_mask before starting a drag. (#149058,
Andreas Volz) Andreas Volz)

View File

@ -1,5 +1,7 @@
2005-06-12 Matthias Clasen <mclasen@redhat.com> 2005-06-12 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcairo.c: Small doc additions.
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
Check start_button_mask before starting a drag. (#149058, Check start_button_mask before starting a drag. (#149058,
Andreas Volz) Andreas Volz)

View File

@ -32,7 +32,7 @@
* Return value: A newly created Cairo context. Free with * Return value: A newly created Cairo context. Free with
* cairo_destroy() when you are done drawing. * cairo_destroy() when you are done drawing.
* *
* Since: 2.10 * Since: 2.8
**/ **/
cairo_t * cairo_t *
gdk_cairo_create (GdkDrawable *drawable) gdk_cairo_create (GdkDrawable *drawable)
@ -77,6 +77,8 @@ gdk_cairo_set_source_color (cairo_t *cr,
* @rectangle: a #GdkRectangle * @rectangle: a #GdkRectangle
* *
* Adds the given rectangle to the current path of @cr. * Adds the given rectangle to the current path of @cr.
*
* Since: 2.8
**/ **/
void void
gdk_cairo_rectangle (cairo_t *cr, gdk_cairo_rectangle (cairo_t *cr,
@ -96,6 +98,8 @@ gdk_cairo_rectangle (cairo_t *cr,
* @region: a #GdkRegion * @region: a #GdkRegion
* *
* Adds the given region to the current path of @cr. * Adds the given region to the current path of @cr.
*
* Since: 2.8
**/ **/
void void
gdk_cairo_region (cairo_t *cr, gdk_cairo_region (cairo_t *cr,
@ -128,6 +132,8 @@ gdk_cairo_region (cairo_t *cr,
* Sets the given pixbuf as the source pattern for the Cairo context. * Sets the given pixbuf as the source pattern for the Cairo context.
* The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned * The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned
* so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y * so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y
*
* Since: 2.8
**/ **/
void void
gdk_cairo_set_source_pixbuf (cairo_t *cr, gdk_cairo_set_source_pixbuf (cairo_t *cr,