2004-06-02 Vladimir Vukicevic <vladimir@pobox.com>
* gdk/Pixbuf.custom : Pixels prop isn't unsafe svn path=/trunk/gtk-sharp/; revision=28812
This commit is contained in:
parent
4cc4140ea5
commit
73a0c307bd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-06-02 Vladimir Vukicevic <vladimir@pobox.com>
|
||||||
|
|
||||||
|
* gdk/Pixbuf.custom : Pixels prop isn't unsafe
|
||||||
|
|
||||||
2004-06-02 Mike Kestner <mkestner@ximian.com>
|
2004-06-02 Mike Kestner <mkestner@ximian.com>
|
||||||
|
|
||||||
* generator/Field.cs : add field hiding, for manual impl.
|
* generator/Field.cs : add field hiding, for manual impl.
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
[DllImport("libgdk_pixbuf-2.0-0.dll")]
|
[DllImport("libgdk_pixbuf-2.0-0.dll")]
|
||||||
static extern IntPtr gdk_pixbuf_get_pixels(IntPtr raw);
|
static extern IntPtr gdk_pixbuf_get_pixels(IntPtr raw);
|
||||||
|
|
||||||
public unsafe IntPtr Pixels {
|
public IntPtr Pixels {
|
||||||
get {
|
get {
|
||||||
IntPtr ret = gdk_pixbuf_get_pixels (Handle);
|
IntPtr ret = gdk_pixbuf_get_pixels (Handle);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue