Skip to content

Commit

Permalink
Added array_length=false attribute for subkeys and uids
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Apr 22, 2024
1 parent 2eb0052 commit 6d8adf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/openpgp/vapi/gpgme.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ namespace GPG {
public string issuer_name;
public string chain_id;
public Validity owner_trust;
[CCode(array_null_terminated = true)]
[CCode(array_length = false, array_null_terminated = true)]
public SubKey[] subkeys;
[CCode(array_null_terminated = true)]
[CCode(array_length = false, array_null_terminated = true)]
public UserID[] uids;
public KeylistMode keylist_mode;
public string fpr { get { return subkeys[0].fpr; } }
Expand Down

0 comments on commit 6d8adf7

Please sign in to comment.