summaryrefslogtreecommitdiff
path: root/vapi/metadata/Gsf-1-custom.vala
blob: 52bde0555fd16b5d24078dcf743fbb8964129900 (plain)
1
2
3
4
5
namespace Gsf {
	public abstract class Outfile : Gsf.Output {
		public Gsf.Output new_child (string name, bool is_dir);
	}
}