summaryrefslogtreecommitdiff
path: root/src/goa-1.0.vapi
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2012-07-03 12:25:20 +0200
committerSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2012-07-03 12:25:20 +0200
commita301915f5171326d56d7b9988fc7eb7361643d1f (patch)
tree9841b4473a9da3cda6a47ff3be832bf2b0f43fda /src/goa-1.0.vapi
parentee3dc10e7348584e8f915b83e7fd1a488468adfa (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.vapi10
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 {
+}