2008-12-06 Jürg Billeter <j@bitron.ch>
* vala/valasourcefile.vala:
Add SourceFile.clear_using_directives method, required by
anjuta-vala-plugin
svn path=/trunk/; revision=2120
+2008-12-06 Jürg Billeter <j@bitron.ch>
+
+ * vala/valasourcefile.vala:
+
+ Add SourceFile.clear_using_directives method, required by
+ anjuta-vala-plugin
+
2008-12-05 Jürg Billeter <j@bitron.ch>
* gobject/valaccodebasemodule.vala:
using_directives.add (ns);
}
+ public void clear_using_directives () {
+ using_directives.clear ();
+ }
+
bool same_symbol (Symbol? sym1, Symbol? sym2) {
if (sym1 == sym2) {
return true;