mirror of https://github.com/GNOME/gimp.git
libgimpwidgets: style cleanup
This commit is contained in:
parent
b76df39f06
commit
7796760908
|
@ -48,6 +48,11 @@ enum
|
|||
|
||||
typedef struct _GimpUnitStoreClass GimpUnitStoreClass;
|
||||
|
||||
struct _GimpUnitStore
|
||||
{
|
||||
GObject parent_instance;
|
||||
};
|
||||
|
||||
struct _GimpUnitStoreClass
|
||||
{
|
||||
GObjectClass parent_class;
|
||||
|
@ -59,13 +64,8 @@ struct _GimpUnitStoreClass
|
|||
void (*_gtk_reserved4) (void);
|
||||
};
|
||||
|
||||
struct _GimpUnitStore
|
||||
{
|
||||
GObject parent_instance;
|
||||
};
|
||||
|
||||
|
||||
GType gimp_unit_store_get_type (void) G_GNUC_CONST;
|
||||
GType gimp_unit_store_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GimpUnitStore * gimp_unit_store_new (gint num_values);
|
||||
|
||||
|
|
Loading…
Reference in New Issue