/vqdr/trunk

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

« back to all changes in this revision

Viewing changes to src/utils/utils.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-06-01 12:30:01 UTC
  • mfrom: (52.1.3 int64)
  • Revision ID: gustav.hartvigsson@gmail.com-20220601123001-b5xs60wwym810hg1
Merged: lp:~gustav.hartvigsson/vqdr/int64

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  [CCode (cname = "v_internal_object_to_string")]
49
49
  internal unowned StringBuilder internal_object_to_string (GLib.Object obj,
50
50
                                                  ref StringBuilder str_builder,
51
 
                                                  int nesting = 0) {
 
51
                                                  int32 nesting = 0) {
52
52
    GLib.ObjectClass obj_class = (GLib.ObjectClass) obj.get_type ().class_ref ();
53
53
    
54
54
    for (var i = 0; i < nesting; i++) {