/* valainterface.vala
*
- * Copyright (C) 2006-2009 Jürg Billeter
+ * Copyright (C) 2006-2010 Jürg Billeter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
return "g_value_set_object";
}
+ public override string? get_take_value_function () {
+ return "g_value_take_object";
+ }
+
public override string? get_type_id () {
if (type_id == null) {
type_id = get_upper_case_cname ("TYPE_");