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

« back to all changes in this revision

Viewing changes to codegen/valagirwriter.vala

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-02-28 20:20:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120228202050-nowzcc7uhxomtrs2
Tags: 0.15.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
                        ns.source_reference.file.gir_namespace = gir_namespace;
189
189
                        ns.source_reference.file.gir_version = gir_version;
190
190
                }
 
191
 
 
192
                if (our_namespaces.size == 0) {
 
193
                        Report.error (null, "No suitable namespace found to export for GIR");
 
194
                }
191
195
        }
192
196
 
193
197
        private void write_doc (string? comment) {