diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-09 02:43:07 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-02-09 02:44:19 -0500 |
commit | 8291530abfc3f74b105d377beb2afc4687c7ffd1 (patch) | |
tree | 2e3d2ab3305d0c904d98f1c8e90d1c3fbbb15262 /gdk/gdkpixbuf.h | |
parent | adef25626e5a5fdc9d56d554fd0477ecdc54ebc0 (diff) | |
download | gtk+-8291530abfc3f74b105d377beb2afc4687c7ffd1.tar.gz |
More GDK documentation tweaks
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r-- | gdk/gdkpixbuf.h | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h index 61a1392d09..b7b09d2b48 100644 --- a/gdk/gdkpixbuf.h +++ b/gdk/gdkpixbuf.h @@ -37,18 +37,17 @@ G_BEGIN_DECLS -/* Fetching a region from a drawable */ -GdkPixbuf *gdk_pixbuf_get_from_window (GdkWindow *window, - int src_x, - int src_y, - int width, - int height); - -GdkPixbuf *gdk_pixbuf_get_from_surface (cairo_surface_t *surface, - int src_x, - int src_y, - int width, - int height); +GdkPixbuf *gdk_pixbuf_get_from_window (GdkWindow *window, + gint src_x, + gint src_y, + gint width, + gint height); + +GdkPixbuf *gdk_pixbuf_get_from_surface (cairo_surface_t *surface, + gint src_x, + gint src_y, + gint width, + gint height); G_END_DECLS |