~ubuntu-branches/ubuntu/quantal/vala/quantal

« back to all changes in this revision

Viewing changes to codegen/valastructregisterfunction.vala

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-01-18 09:51:15 UTC
  • mfrom: (1.5.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110118095115-r2jr7c63lr0jzj0y
Tags: 0.11.4-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        public override SymbolAccessibility get_accessibility () {
50
50
                return struct_reference.access;
51
51
        }
52
 
 
53
 
        public override CCodeFragment get_type_interface_init_statements (bool plugin) {
54
 
                return new CCodeFragment ();
55
 
        }
56
52
}