Show
Ignore:
Timestamp:
03/25/08 18:16:02 (8 months ago)
Author:
Mike Wey
Message:

Support for dmd 2.012

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/gdk/Bitmap.d

    r429 r480  
    5050 * module aliases: 
    5151 * local aliases: 
     52 * overrides: 
    5253 */ 
    5354 
     
    121122     * Returns:the GdkBitmap 
    122123     */ 
    123     public static Bitmap createFromData(Drawable drawable, char[] data, int width, int height) 
     124    public static Bitmap createFromData(Drawable drawable, string data, int width, int height) 
    124125    { 
    125126        // GdkBitmap* gdk_bitmap_create_from_data (GdkDrawable *drawable,  const gchar *data,  gint width,  gint height);