]> Pileus Git - ~andy/gtk/commitdiff
Small doc additions.
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Jun 2005 05:20:04 +0000 (05:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 12 Jun 2005 05:20:04 +0000 (05:20 +0000)
2005-06-12  Matthias Clasen  <mclasen@redhat.com>

* gdk/gdkcairo.c: Small doc additions.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/gdkcairo.c

index 9145740b4b16eb7fa9909b30f3045c9666b0ab42..77e624d385d00137d7f51919b6af8ce97ca9c673 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/gdkcairo.c: Small doc additions.
+
        * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
        Check start_button_mask before starting a drag.  (#149058, 
        Andreas Volz)
index 9145740b4b16eb7fa9909b30f3045c9666b0ab42..77e624d385d00137d7f51919b6af8ce97ca9c673 100644 (file)
@@ -1,5 +1,7 @@
 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/gdkcairo.c: Small doc additions.
+
        * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
        Check start_button_mask before starting a drag.  (#149058, 
        Andreas Volz)
index 9145740b4b16eb7fa9909b30f3045c9666b0ab42..77e624d385d00137d7f51919b6af8ce97ca9c673 100644 (file)
@@ -1,5 +1,7 @@
 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/gdkcairo.c: Small doc additions.
+
        * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
        Check start_button_mask before starting a drag.  (#149058, 
        Andreas Volz)
index 267fd1676dd46d8e6b222a12353401f515ad7c58..c6306d5acf96ed523eb55544790a5086da2d9348 100644 (file)
@@ -32,7 +32,7 @@
  * Return value: A newly created Cairo context. Free with
  *  cairo_destroy() when you are done drawing.
  * 
- * Since: 2.10
+ * Since: 2.8
  **/
 cairo_t *
 gdk_cairo_create (GdkDrawable *drawable)
@@ -77,6 +77,8 @@ gdk_cairo_set_source_color (cairo_t  *cr,
  * @rectangle: a #GdkRectangle
  * 
  * Adds the given rectangle to the current path of @cr.
+ *
+ * Since: 2.8
  **/
 void
 gdk_cairo_rectangle (cairo_t      *cr,
@@ -96,6 +98,8 @@ gdk_cairo_rectangle (cairo_t      *cr,
  * @region: a #GdkRegion
  * 
  * Adds the given region to the current path of @cr.
+ *
+ * Since: 2.8
  **/
 void
 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.
  * The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned
  * so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y
+ *
+ * Since: 2.8
  **/
 void
 gdk_cairo_set_source_pixbuf (cairo_t   *cr,