Changeset 480 for trunk/src/gdk/Event.d
- Timestamp:
- 03/25/08 18:16:02 (8 months ago)
- Files:
-
- trunk/src/gdk/Event.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/gdk/Event.d
r429 r480 56 56 * module aliases: 57 57 * local aliases: 58 * overrides: 58 59 */ 59 60 … … 490 491 * Returns:: TRUE if the setting existed and a value was stored in value, FALSE otherwise. 491 492 */ 492 public static int gdkSettingGet( char[]name, Value value)493 public static int gdkSettingGet(string name, Value value) 493 494 { 494 495 // gboolean gdk_setting_get (const gchar *name, GValue *value);
