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

« back to all changes in this revision

Viewing changes to ccode/valaccodeelementaccess.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-28 07:58:01 UTC
  • mfrom: (1.5.5 upstream) (7.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100728075801-18u9cg5hv5oety6m
Tags: 0.9.4-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
}
236
236
 
237
237
 
 
238
/**
 
239
 * Represents an access to an array member in the C code.
 
240
 */
238
241
GType vala_ccode_element_access_get_type (void) {
239
242
        static volatile gsize vala_ccode_element_access_type_id__volatile = 0;
240
243
        if (g_once_init_enter (&vala_ccode_element_access_type_id__volatile)) {