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

« back to all changes in this revision

Viewing changes to gee/hashset.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:
703
703
}
704
704
 
705
705
 
 
706
/**
 
707
 * Hashtable implementation of the Set interface.
 
708
 */
706
709
GType vala_hash_set_get_type (void) {
707
710
        static volatile gsize vala_hash_set_type_id__volatile = 0;
708
711
        if (g_once_init_enter (&vala_hash_set_type_id__volatile)) {