Remove duplicate definition of GtkStylePrintFunc
This commit is contained in:
@ -55,8 +55,6 @@ typedef gboolean (* GtkStyleParseFunc) (GtkCssParser
|
|||||||
GValue *value);
|
GValue *value);
|
||||||
typedef void (* GtkStylePrintFunc) (const GValue *value,
|
typedef void (* GtkStylePrintFunc) (const GValue *value,
|
||||||
GString *string);
|
GString *string);
|
||||||
typedef void (* GtkStylePrintFunc) (const GValue *value,
|
|
||||||
GString *string);
|
|
||||||
typedef void (* GtkStyleComputeFunc) (GValue *computed,
|
typedef void (* GtkStyleComputeFunc) (GValue *computed,
|
||||||
GtkStyleContext *context,
|
GtkStyleContext *context,
|
||||||
const GValue *specified);
|
const GValue *specified);
|
||||||
|
Reference in New Issue
Block a user