summaryrefslogtreecommitdiff
path: root/src/math-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math-display.h')
-rw-r--r--src/math-display.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/math-display.h b/src/math-display.h
index f933d37..7d8718a 100644
--- a/src/math-display.h
+++ b/src/math-display.h
@@ -30,23 +30,21 @@ G_BEGIN_DECLS
typedef struct MathDisplayPrivate MathDisplayPrivate;
-typedef struct
-{
- GtkVBox parent_instance;
- MathDisplayPrivate *priv;
+typedef struct {
+ GtkVBox parent_instance;
+ MathDisplayPrivate* priv;
} MathDisplay;
-typedef struct
-{
- GtkVBoxClass parent_class;
+typedef struct {
+ GtkVBoxClass parent_class;
} MathDisplayClass;
GType math_display_get_type(void);
-MathDisplay *math_display_new(void);
+MathDisplay* math_display_new(void);
-MathDisplay *math_display_new_with_equation(MathEquation *equation);
+MathDisplay* math_display_new_with_equation(MathEquation* equation);
-MathEquation *math_display_get_equation(MathDisplay *display);
+MathEquation* math_display_get_equation(MathDisplay* display);
#endif /* MATH_DISPLAY_H */