/bitfield/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/bitfield/trunk

« back to all changes in this revision

Viewing changes to src/bit_map.vala

  • Committer: Gustav Hartvigsson
  • Date: 2020-11-03 17:19:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20201103171950-u9cjz5g22bcrvmyd
* Fixed type : campare->compare.
* Fixed type for function alias.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
    }
227
227
    
228
228
    [CCode (cname = "bit_field_field_info_compare")]
229
 
    public static extern int static_campare (FieldInfo a, FieldInfo b);
 
229
    public static extern int static_compare (FieldInfo a, FieldInfo b);
 
230
    
230
231
    
231
232
    
232
233
    public bool overlap (FieldInfo other) {
234
235
    }
235
236
    
236
237
    [CCode (cname = "bit_field_field_info_overlap")]
237
 
    public static extern int static_overlap (FieldInfo a, FieldInfo b);
 
238
    public static extern bool static_overlap (FieldInfo a, FieldInfo b);
238
239
    
239
240
    
240
241
    public string to_string () {