public class Infile : Gsf.Input {
[CCode (has_construct_function = false)]
protected Infile ();
- public unowned Gsf.Input child_by_aname (string[] names);
+ public unowned Gsf.Input child_by_aname ([CCode (array_length = false)] string[] names);
public virtual unowned Gsf.Input? child_by_index (int i);
public virtual unowned Gsf.Input? child_by_name (string name);
public unowned Gsf.Input child_by_vaname (void* names);
gsf_input_sibling transfer_ownership="1"
gsf_input_mmap_new transfer_ownership="1"
gsf_input_dup transfer_ownership="1"
+gsf_infile_child_by_aname.names no_array_length="1"
gsf_infile_child_by_index transfer_ownership="1"
gsf_infile_child_by_vname transfer_ownership="1" ellipsis="1"
gsf_infile_child_by_name transfer_ownership="1"