~ubuntu-branches/ubuntu/natty/vala/natty

« back to all changes in this revision

Viewing changes to vapi/libgda-report-4.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-01-06 10:31:36 UTC
  • mfrom: (1.5.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110106103136-e08fwvpxpqhz3rv0
Tags: 0.11.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        }
18
18
        [CCode (cheader_filename = "libgda-report/libgda-report.h")]
19
19
        public class ReportDocument : GLib.Object {
 
20
                [CCode (has_construct_function = false)]
 
21
                protected ReportDocument ();
20
22
                public virtual bool run_as_html (string filename) throws GLib.Error;
21
23
                public virtual bool run_as_pdf (string filename) throws GLib.Error;
22
24
                public void set_template (string file);