Skip to content

Commit a87d310

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
feat: generate persistablebundle raw CGo bindings
1 parent d887b00 commit a87d310

7 files changed

Lines changed: 687 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Code generated by capigen. DO NOT EDIT.
2+
3+
#include "_cgo_export.h"
4+
5+
void APersistableBundle_stringAllocator_d22e9a69() {
6+
APersistableBundle_stringAllocatorD22E9A69();
7+
}
8+

capi/persistablebundle/cgo_helpers.go

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Code generated by capigen. DO NOT EDIT.
2+
3+
#include "android/persistable_bundle.h"
4+
#include <stdlib.h>
5+
#pragma once
6+
7+
#define __CGOGEN 1
8+
9+
// APersistableBundle_stringAllocator_d22e9a69 is a proxy for callback APersistableBundle_stringAllocator.
10+
void APersistableBundle_stringAllocator_d22e9a69();
11+

capi/persistablebundle/const.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

capi/persistablebundle/doc.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)