Replaced extern "C" with G_BEGIN_DECLS
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 09:55:45 +0000 (18:55 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 09:55:45 +0000 (18:55 +0900)
src/ui/gui/psppire-data-store.h

index 1693a9ad0b9e138f213bec8af144eb65311ad92c..10b0e46aa0ddfc6cb022e400e2830d394a940c6c 100644 (file)
@@ -23,9 +23,7 @@
 #define FIRST_CASE_NUMBER 1
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 #define GTK_TYPE_DATA_STORE           (psppire_data_store_get_type ())
 
@@ -115,7 +113,7 @@ void psppire_data_store_set_dictionary (PsppireDataStore *data_store,
                                        PsppireDict *dict);
 
 void psppire_data_store_show_labels (PsppireDataStore *store,
-                                   gboolean show_labels);
+                                    gboolean show_labels);
 
 void psppire_data_store_clear (PsppireDataStore *data_store);
 
@@ -137,9 +135,6 @@ gboolean psppire_data_store_set_string (PsppireDataStore *ds,
 casenumber psppire_data_store_get_case_count (const PsppireDataStore *ds);
 size_t psppire_data_store_get_value_count (const PsppireDataStore *ds);
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __PSPPIRE_DATA_STORE_H__ */