summaryrefslogtreecommitdiff
blob: d464a8f9cc06168202968173d43e8cefd26ddb53 (plain)
1
2
3
4
5
6
namespace Gda {
	public class DataProxy : GLib.Object, Gda.DataModel {
		[CCode (cname="gda_data_proxy_new")]
		public static GLib.Object @new (Gda.DataModel model);
	}
}