[CCode (has_construct_function = false)]
protected DeviceCore ();
[CCode (cname = "gdk_x11_device_manager_lookup")]
- public static unowned Gdk.X11.DeviceCore lookup_for_device_manager (Gdk.X11.DeviceManagerCore device_manager, int device_id);
+ public static unowned Gdk.X11.DeviceCore? lookup_for_device_manager (Gdk.X11.DeviceManagerCore device_manager, int device_id);
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_device_manager_core_get_type ()")]
[GIR (name = "X11DeviceManagerCore")]
public void set_selected_index (long value);
public void set_size (long value);
public void set_value (string value);
+ [NoAccessorMethod]
+ public string autocomplete { owned get; set; }
public bool autofocus { get; set; }
public bool disabled { get; set; }
public WebKit.DOM.HTMLFormElement form { get; }
[NoAccessorMethod]
public string autocapitalize { owned get; set; }
[NoAccessorMethod]
+ public string autocomplete { owned get; set; }
+ [NoAccessorMethod]
public bool autocorrect { get; set; }
public bool autofocus { get; set; }
public long cols { get; set; }