diff options
author | Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> | 2012-07-03 12:25:20 +0200 |
---|---|---|
committer | Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> | 2012-07-03 12:25:20 +0200 |
commit | a301915f5171326d56d7b9988fc7eb7361643d1f (patch) | |
tree | 9841b4473a9da3cda6a47ff3be832bf2b0f43fda /src/goa-1.0.vapi | |
parent | ee3dc10e7348584e8f915b83e7fd1a488468adfa (diff) |
Add files I forgot in my previous gdocs commitgoogle-docs
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 { +} |