summaryrefslogtreecommitdiff
path: root/girepository/girffi.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/girffi.h')
-rw-r--r--girepository/girffi.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/girepository/girffi.h b/girepository/girffi.h
index 54ce7b58..56d85a18 100644
--- a/girepository/girffi.h
+++ b/girepository/girffi.h
@@ -31,12 +31,17 @@ typedef void (*GIFFIClosureCallback) (ffi_cif *,
void **,
void *);
+/**
+ * GIFunctionInvoker:
+ * @cif: the cif
+ * @native_address: the native adress
+ */
typedef struct _GIFunctionInvoker GIFunctionInvoker;
struct _GIFunctionInvoker {
ffi_cif cif;
gpointer native_address;
-
+ /* <private> */
gpointer padding[3];
};