Пример #1
0
 public DestroyHelper(byte[] data, PixbufDestroyNotify notify)
 {
     gch = GCHandle.Alloc (this);
     data_handle = GCHandle.Alloc (data, GCHandleType.Pinned);
     this.notify = notify;
 }
Пример #2
0
 public DestroyHelper(byte[] data, PixbufDestroyNotify notify)
 {
     gch = GCHandle.Alloc (this);
     data_handle = GCHandle.Alloc (data, GCHandleType.Pinned);
     this.notify = notify;
 }