The method gtk_requisition_new is provided to help bindings of high-level
languages, but it isn't needed for vala.
Fixes bug 642298.
public struct Requisition {
public int width;
public int height;
- [CCode (cname = "gtk_requisition_new", has_construct_function = false)]
- public Requisition ();
public Gtk.Requisition copy ();
public void free ();
}
gtk_recent_filter_add_custom.data hidden="1"
gtk_recent_filter_add_custom.data_destroy hidden="1"
GtkRequisition is_value_type="1"
+gtk_requisition_new hidden="1"
gtk_rc_get_style_by_paths nullable="1"
gtk_rc_get_style_by_paths.widget_path nullable="1"
gtk_rc_get_style_by_paths.class_path nullable="1"