[gcalctool] Add missing G_END_DECLS macros



commit ae78c72d954ab30f13d9f17d27fe568926550fb5
Author: Robin Sonefors <ozamosi flukkost nu>
Date:   Mon Oct 4 22:49:20 2010 +0200

    Add missing G_END_DECLS macros

 src/math-buttons.h     |    2 ++
 src/math-display.h     |    2 ++
 src/math-equation.h    |    2 ++
 src/math-preferences.h |    2 ++
 src/math-variables.h   |    2 ++
 src/math-window.h      |    2 ++
 6 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/math-buttons.h b/src/math-buttons.h
index 7e85e33..e6e6f25 100644
--- a/src/math-buttons.h
+++ b/src/math-buttons.h
@@ -59,4 +59,6 @@ void math_buttons_set_programming_base(MathButtons *buttons, gint base);
 
 gint math_buttons_get_programming_base(MathButtons *buttons);
 
+G_END_DECLS
+
 #endif /* MATH_BUTTONS_H */
diff --git a/src/math-display.h b/src/math-display.h
index f933d37..d9801d0 100644
--- a/src/math-display.h
+++ b/src/math-display.h
@@ -49,4 +49,6 @@ MathDisplay *math_display_new_with_equation(MathEquation *equation);
 
 MathEquation *math_display_get_equation(MathDisplay *display);
 
+G_END_DECLS
+
 #endif /* MATH_DISPLAY_H */
diff --git a/src/math-equation.h b/src/math-equation.h
index 93f495c..bd6d54c 100644
--- a/src/math-equation.h
+++ b/src/math-equation.h
@@ -122,4 +122,6 @@ void math_equation_clear(MathEquation *equation);
 void math_equation_shift(MathEquation *equation, gint count);
 void math_equation_toggle_bit(MathEquation *equation, guint bit);
 
+G_END_DECLS
+
 #endif /* MATH_EQUATION_H */
diff --git a/src/math-preferences.h b/src/math-preferences.h
index 487a68e..bb6aa96 100644
--- a/src/math-preferences.h
+++ b/src/math-preferences.h
@@ -44,4 +44,6 @@ GType math_preferences_get_type(void);
 
 MathPreferencesDialog *math_preferences_dialog_new(MathEquation *equation);
 
+G_END_DECLS
+
 #endif /* MATH_PREFERENCES_H */
diff --git a/src/math-variables.h b/src/math-variables.h
index b2317b0..53f507e 100644
--- a/src/math-variables.h
+++ b/src/math-variables.h
@@ -49,4 +49,6 @@ void math_variables_set_value(MathVariables *variables, const char *name, const
 
 MPNumber *math_variables_get_value(MathVariables *variables, const char *name);
 
+G_END_DECLS
+
 #endif /* MATH_VARIABLES_H */
diff --git a/src/math-window.h b/src/math-window.h
index 70c81bd..6cc3e4b 100644
--- a/src/math-window.h
+++ b/src/math-window.h
@@ -58,4 +58,6 @@ MathButtons *math_window_get_buttons(MathWindow *window);
 
 void math_window_critical_error(MathWindow *window, const gchar *title, const gchar *contents);
 
+G_END_DECLS
+
 #endif /* MATH_WINDOW_H */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]