Automatic generation of VAPI file
[projects/chimara/chimara.git] / libchimara / chimara-glk.h
index b3ea8b86002db3d8bfcaac774929217eaf3898db..8001adafbfdb3f40ccc0ce4101bb8fc971e8ba12 100644 (file)
@@ -21,13 +21,13 @@ G_BEGIN_DECLS
  * 
  * This structure contains no public members.
  */
-typedef struct _ChimaraGlk {
+typedef struct {
        GtkContainer parent_instance;
     
        /*< public >*/
 } ChimaraGlk;
 
-typedef struct _ChimaraGlkClass {
+typedef struct {
        GtkContainerClass parent_class;
        /* Signals */
        void(* stopped) (ChimaraGlk *self);