Skip to content

Commit

Permalink
Fix for GLib 2.76
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWey committed Apr 8, 2023
1 parent 3ae4282 commit 17d7dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/APILookupGLib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ noConstant: VERSION_MIN_REQUIRED

struct: Array
class: ArrayG
version 2.76: noCode: new_take_zero_terminated

struct: Base64
move: base64_decode_step Base64 decode_step
Expand Down Expand Up @@ -714,6 +715,8 @@ class: Pattern

struct: PtrArray
class: PtrArray
version 2.76: noCode: new_from_null_terminated_array
version 2.76: noCode: new_take_null_terminated
code: start
/**
* Number of pointers in the array
Expand Down
2 changes: 1 addition & 1 deletion wrap

0 comments on commit 17d7dc2

Please sign in to comment.