[pygobject/pygobject-3-14] Remove redefinitions of function and vfunc cache typedefs



commit 0de827190e7575f7e1e339337b78c7d6e46957b4
Author: Simon Feltman <sfeltman src gnome org>
Date:   Mon Oct 27 20:19:23 2014 -0700

    Remove redefinitions of function and vfunc cache typedefs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737874

 gi/pygi-cache.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h
index 093dde2..0361f00 100644
--- a/gi/pygi-cache.h
+++ b/gi/pygi-cache.h
@@ -197,7 +197,7 @@ struct _PyGICallableCache
                                      GICallableInfo *callable_info);
 };
 
-typedef struct _PyGIFunctionCache {
+struct _PyGIFunctionCache {
     PyGICallableCache callable_cache;
 
     /* An invoker with ffi_cif already setup */
@@ -207,13 +207,13 @@ typedef struct _PyGIFunctionCache {
                          PyGIInvokeState *state,
                          PyObject *py_args,
                          PyObject *py_kwargs);
-} PyGIFunctionCache;
+} ;
 
-typedef struct _PyGIVFuncCache {
+struct _PyGIVFuncCache {
     PyGIFunctionWithInstanceCache fwi_cache;
 
     GIBaseInfo *info;
-} PyGIVFuncCache;
+};
 
 
 gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]