~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vala/valainterfacetype.vala

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-06-05 16:15:58 UTC
  • mfrom: (1.5.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605161558-o3iwcgdgt8ogrnyg
Tags: 0.12.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        }
52
52
 
53
53
        public override string? get_cname () {
54
 
                return "%sIface*".printf (interface_symbol.get_cname ());
 
54
                return "%s*".printf (interface_symbol.get_type_cname ());
55
55
        }
56
56
}