mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-02 05:14:48 +00:00
improve some details
This commit is contained in:
@@ -15,16 +15,14 @@ typedef struct _TestObject TestObject;
|
||||
typedef struct _TestObjectClass TestObjectClass;
|
||||
|
||||
struct _TestObject {
|
||||
GObject parent;
|
||||
gint a;
|
||||
gint64 b;
|
||||
guint c;
|
||||
gchar * str;
|
||||
gboolean boo;
|
||||
GObject parent;
|
||||
int len;
|
||||
gchar *str;
|
||||
gboolean equal;
|
||||
};
|
||||
|
||||
struct _TestObjectClass {
|
||||
GObjectClass parent_class;
|
||||
GObjectClass parent_class;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user