diff options
Diffstat (limited to 'src/goa-1.0.vapi')
-rw-r--r-- | src/goa-1.0.vapi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/goa-1.0.vapi b/src/goa-1.0.vapi new file mode 100644 index 0000000..0f3ac13 --- /dev/null +++ b/src/goa-1.0.vapi @@ -0,0 +1,10 @@ +[CCode (cprefix = "GoaClient", lower_case_cprefix = "goa_client_", cheader_filename = "goa/goa.h")] +class GoaClient { + public async GoaClient (); + public GoaClient.sync (); + public GLib.List<GoaObject> get_accounts (); +} + +[CCode (cprefix = "GoaObject", lower_case_cprefix = "goa_object_", cheader_filename = "goa/goa.h")] +class GoaObject { +} |