[libgsf] Introspection: deat kittens.



commit cf845a9a65af547684163db2c35393ac588852f2
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 22 20:41:08 2020 -0400

    Introspection: deat kittens.
    
    It seems like introspection encourages violating the C standard.
    It seems to want private symbols that start with _.

 gsf/gsf-fwd.h    | 2 +-
 gsf/gsf-libxml.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gsf/gsf-fwd.h b/gsf/gsf-fwd.h
index e978aef..7da5b7e 100644
--- a/gsf/gsf-fwd.h
+++ b/gsf/gsf-fwd.h
@@ -106,7 +106,7 @@ typedef struct _GsfXMLInNode                GsfXMLInNode;
 typedef struct _GsfXMLInNS             GsfXMLInNS;
 typedef struct _GsfXMLBlob             GsfXMLBlob;
 typedef struct _GsfXMLOut              GsfXMLOut;
-typedef struct GsfXMLOutClass_         GsfXMLOutClass;
+typedef struct _GsfXMLOutClass         GsfXMLOutClass;
 
 typedef struct _GsfBlob GsfBlob;
 
diff --git a/gsf/gsf-libxml.h b/gsf/gsf-libxml.h
index dbaabb6..139883e 100644
--- a/gsf/gsf-libxml.h
+++ b/gsf/gsf-libxml.h
@@ -152,7 +152,7 @@ GType            gsf_xml_in_ns_get_type (void);
 /****************************************************************************/
 /* Simplified GSF based xml export (does not use libxml) */
 
-struct GsfXMLOutClass_ {
+struct _GsfXMLOutClass {
        GObjectClass  base;
 
        /*< private >*/


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