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/Event.d

    r429 r480  
    5656 * module aliases: 
    5757 * local aliases: 
     58 * overrides: 
    5859 */ 
    5960 
     
    490491     * Returns:: TRUE if the setting existed and a value was stored in value, FALSE otherwise. 
    491492     */ 
    492     public static int gdkSettingGet(char[] name, Value value) 
     493    public static int gdkSettingGet(string name, Value value) 
    493494    { 
    494495        // gboolean gdk_setting_get (const gchar *name,  GValue *value);