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

« back to all changes in this revision

Viewing changes to vala/valatypesymbol.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 09:35:15 UTC
  • mfrom: (1.5.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317093515-veyqriw9egujkws2
Tags: 0.11.7-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
        gboolean (*is_instance_member) (ValaSymbol* self);
361
361
        gboolean (*is_class_member) (ValaSymbol* self);
362
362
        void (*process_deprecated_attribute) (ValaSymbol* self, ValaAttribute* attr);
 
363
        void (*process_experimental_attribute) (ValaSymbol* self, ValaAttribute* attr);
363
364
        void (*add_namespace) (ValaSymbol* self, ValaNamespace* ns);
364
365
        void (*add_class) (ValaSymbol* self, ValaClass* cl);
365
366
        void (*add_interface) (ValaSymbol* self, ValaInterface* iface);