Remove inline qualifiers
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 22 Nov 2008 05:21:13 +0000 (14:21 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 22 Nov 2008 05:21:13 +0000 (14:21 +0900)
lib/gtksheet/gsheet-column-iface.h
lib/gtksheet/gsheetmodel.h
lib/gtksheet/gtkextra-sheet.h
src/ui/gui/psppire-case-file.h
src/ui/gui/psppire-data-store.h
src/ui/gui/psppire-dict.h

index e43ddd8b9a7eed828b4ce189ba479c3ba42f3c6b..34ccbf2101ed8554c36c87f2790e26d551d5dc37 100644 (file)
@@ -44,7 +44,7 @@ struct _GSheetColumnIface
 
   /* Signals */
   void         (* columns_changed)     (GSheetColumn *geo,
-                                     glong col, glong n_columns);
+                                       glong col, glong n_columns);
 
   /* Virtual Table */
   gint (* get_width) (const GSheetColumn *gcolumn, glong col);
@@ -62,45 +62,42 @@ struct _GSheetColumnIface
   gchar * (*get_subtitle)(const GSheetColumn *geo, glong col);
 
   gboolean      (*get_button_visibility)(const GSheetColumn *geo,
-                                       glong col);
+                                        glong col);
 
   GtkJustification * (*get_button_justification)(const GSheetColumn *geo,
-                                               glong col);
+                                                glong col);
 };
 
 
-inline GType g_sheet_column_get_type   (void) G_GNUC_CONST;
+GType g_sheet_column_get_type   (void) G_GNUC_CONST;
 
 
-inline gint  g_sheet_column_get_width (const GSheetColumn *gcolumn,
-                                      glong col);
+gint  g_sheet_column_get_width (const GSheetColumn *gcolumn,
+                               glong col);
 
 
-inline void  g_sheet_column_set_width (GSheetColumn *gcolumn,
-                                      glong col, gint size);
+void  g_sheet_column_set_width (GSheetColumn *gcolumn,
+                               glong col, gint size);
 
 
-inline gboolean  g_sheet_column_get_visibility (const GSheetColumn *gcolumn,
-                                           glong col);
+gboolean  g_sheet_column_get_sensitivity (const GSheetColumn *gcolumn,
+                                         glong col);
 
-inline gboolean  g_sheet_column_get_sensitivity (const GSheetColumn *gcolumn,
-                                            glong col);
 
-
-inline GtkSheetButton *g_sheet_column_get_button (const GSheetColumn *gcolumn,
-                                            glong col);
+GtkSheetButton *g_sheet_column_get_button (const GSheetColumn *gcolumn,
+                                          glong col);
 
 gchar *g_sheet_column_get_subtitle (const GSheetColumn *, glong);
 
-inline GtkJustification g_sheet_column_get_justification (const GSheetColumn *gcolumn, glong col);
+GtkJustification g_sheet_column_get_justification (const GSheetColumn *gcolumn, glong col);
 
 
-inline glong  g_sheet_column_get_column_count (const GSheetColumn *geo);
+glong  g_sheet_column_get_column_count (const GSheetColumn *geo);
 
-inline gint  g_sheet_column_start_pixel (const GSheetColumn *geo, glong col);
+gint  g_sheet_column_start_pixel (const GSheetColumn *geo, glong col);
 
-inline void g_sheet_column_columns_changed (GSheetColumn *geo,
-                                          glong first, glong n_columns);
+void g_sheet_column_columns_changed (GSheetColumn *geo,
+                                    glong first, glong n_columns);
 
 G_END_DECLS
 
index ae5a372bb697e3eba83faebdb7b48f0d33e01d2c..43583eb3f01c43fb8a0ae2d04e7651007614d17b 100644 (file)
@@ -85,10 +85,10 @@ struct _GSheetModelIface
                                     glong row, glong n_rows);
 
   void         (* columns_inserted)    (GSheetModel *sheet_model,
-                                    glong column, glong n_columns);
+                                       glong column, glong n_columns);
 
   void         (* columns_deleted)     (GSheetModel *sheet_model,
-                                    glong column, glong n_columns);
+                                       glong column, glong n_columns);
 
 
 
@@ -96,7 +96,7 @@ struct _GSheetModelIface
   /* Virtual Table */
 
   gchar *      (* get_string)      (const GSheetModel *sheet_model,
-                                              glong row, glong column);
+                                   glong row, glong column);
 
   gboolean  (* set_string) (GSheetModel *sheet_model,
                            const gchar *s, glong row, glong column);
@@ -108,10 +108,10 @@ struct _GSheetModelIface
   gboolean (* is_editable) (const GSheetModel *sheet_model, glong row, glong column);
 
   GdkColor *  (* get_foreground) (const GSheetModel *sheet_model,
-                           glong row, glong column);
+                                 glong row, glong column);
 
   GdkColor *  (* get_background) (const GSheetModel *sheet_model,
-                                   glong row, glong column);
+                                 glong row, glong column);
 
   const GtkJustification *  (* get_justification) (const GSheetModel *sheet_model,
                                                   glong row, glong column);
@@ -134,63 +134,63 @@ struct _GSheetModelIface
 GType              g_sheet_model_get_type   (void) G_GNUC_CONST;
 
 
-inline  gchar * g_sheet_model_get_string (const GSheetModel *sheet_model,
-                                              glong row, glong column);
+gchar * g_sheet_model_get_string (const GSheetModel *sheet_model,
+                                 glong row, glong column);
 
-inline gboolean  g_sheet_model_set_string (GSheetModel *sheet_model,
-                                     const gchar *s,
-                                     glong row, glong column);
+gboolean  g_sheet_model_set_string (GSheetModel *sheet_model,
+                                   const gchar *s,
+                                   glong row, glong column);
 
-inline gboolean g_sheet_model_datum_clear    (GSheetModel *sheet_model,
-                                        glong row, glong column);
+gboolean g_sheet_model_datum_clear    (GSheetModel *sheet_model,
+                                      glong row, glong column);
 
 
-inline void g_sheet_model_range_changed (GSheetModel *sheet_model,
-                                   glong row0, glong col0,
-                                   glong rowi, glong coli);
+void g_sheet_model_range_changed (GSheetModel *sheet_model,
+                                 glong row0, glong col0,
+                                 glong rowi, glong coli);
 
-inline void g_sheet_model_rows_deleted (GSheetModel *sheet_model,
-                                  glong row, glong n_rows);
+void g_sheet_model_rows_deleted (GSheetModel *sheet_model,
+                                glong row, glong n_rows);
 
-inline void g_sheet_model_rows_inserted (GSheetModel *sheet_model,
-                                   glong row, glong n_rows);
+void g_sheet_model_rows_inserted (GSheetModel *sheet_model,
+                                 glong row, glong n_rows);
 
-inline void g_sheet_model_columns_inserted (GSheetModel *sheet_model,
-                                           glong column, glong n_columns);
+void g_sheet_model_columns_inserted (GSheetModel *sheet_model,
+                                    glong column, glong n_columns);
 
-inline void g_sheet_model_columns_deleted (GSheetModel *sheet_model,
-                                          glong column, glong n_columns);
+void g_sheet_model_columns_deleted (GSheetModel *sheet_model,
+                                   glong column, glong n_columns);
 
 
-inline gboolean g_sheet_model_is_editable (const GSheetModel *model,
-                                     glong row, glong column);
+gboolean g_sheet_model_is_editable (const GSheetModel *model,
+                                   glong row, glong column);
 
-inline gboolean g_sheet_model_is_visible
                  (const GSheetModel *model, glong row, glong column);
+gboolean g_sheet_model_is_visible
+ (const GSheetModel *model, glong row, glong column);
 
 
-inline GdkColor *g_sheet_model_get_foreground
            (const GSheetModel *model, glong row, glong column);
+GdkColor *g_sheet_model_get_foreground
+ (const GSheetModel *model, glong row, glong column);
 
-inline GdkColor *g_sheet_model_get_background
                  (const GSheetModel *model, glong row, glong column);
+GdkColor *g_sheet_model_get_background
+ (const GSheetModel *model, glong row, glong column);
 
 
-inline const GtkJustification *g_sheet_model_get_justification
                  (const GSheetModel *model, glong row, glong column);
+const GtkJustification *g_sheet_model_get_justification
+ (const GSheetModel *model, glong row, glong column);
 
 
-inline const PangoFontDescription *g_sheet_model_get_font_desc
                  (const GSheetModel *model, glong row, glong column);
+const PangoFontDescription *g_sheet_model_get_font_desc
+ (const GSheetModel *model, glong row, glong column);
 
-inline const GtkSheetCellBorder * g_sheet_model_get_cell_border
                  (const GSheetModel *model, glong row, glong column);
+const GtkSheetCellBorder * g_sheet_model_get_cell_border
+ (const GSheetModel *model, glong row, glong column);
 
-inline  gboolean g_sheet_model_free_strings (const GSheetModel *sheet_model);
+gboolean g_sheet_model_free_strings (const GSheetModel *sheet_model);
 
-inline glong g_sheet_model_get_column_count (const GSheetModel *sheet_model);
+glong g_sheet_model_get_column_count (const GSheetModel *sheet_model);
 
-inline  gint g_sheet_model_get_row_count (const GSheetModel *sheet_model);
+gint g_sheet_model_get_row_count (const GSheetModel *sheet_model);
 
 G_END_DECLS
 
index ae13c6a93db31c1e4ba42eff88891911a57bc8cb..16d49075070bd7a8fc531d7a375c0218e0f0c1cf 100644 (file)
@@ -46,9 +46,9 @@ typedef struct _GtkSheetButton GtkSheetButton;
 
 
 
-GtkSheetButton * gtk_sheet_button_new(void);
+GtkSheetButton * gtk_sheet_button_new (void);
 
-inline void gtk_sheet_button_free(GtkSheetButton *button);
+void gtk_sheet_button_free (GtkSheetButton *button);
 
 
 #endif /* __GTK_EXTRA_SHEET_H__ */
index 13cc08d4b7279d1c56f4357981ec61f112dffc65..12515d2bf8c65eb2b81f0edaba8889abb8f34790 100644 (file)
@@ -71,7 +71,7 @@ PsppireCaseFile *psppire_case_file_new (struct casereader *);
 
 gboolean psppire_case_file_insert_case (PsppireCaseFile *cf, struct ccase *c, casenumber row);
 
-inline casenumber psppire_case_file_get_case_count (const PsppireCaseFile *cf);
+casenumber psppire_case_file_get_case_count (const PsppireCaseFile *cf);
 
 
 union value * psppire_case_file_get_value (const PsppireCaseFile *cf,
index 55dcf0683d7e49e96d699b870487244207367027..06a5e4034d872b8511e35858a87cb650db128f77 100644 (file)
@@ -110,7 +110,7 @@ struct _PsppireDataStoreClass
 };
 
 
-inline GType psppire_data_store_get_type (void) G_GNUC_CONST;
+GType psppire_data_store_get_type (void) G_GNUC_CONST;
 PsppireDataStore *psppire_data_store_new     (PsppireDict *dict);
 
 void psppire_data_store_set_case_file (PsppireDataStore *data_store,
@@ -142,7 +142,7 @@ gboolean psppire_data_store_set_string (PsppireDataStore *ds,
                                        const gchar *text,
                                        glong row, glong column);
 
-inline casenumber psppire_data_store_get_case_count (const 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
index f645b355a6b0d5b90100fc60606e96d8240b1968..1bf8bd3523b849aac1c2918f2794895c088714af 100644 (file)
@@ -96,7 +96,7 @@ void psppire_dict_resize_variable (PsppireDict *,
 gboolean psppire_dict_check_name (const PsppireDict *dict,
                              const gchar *name, gboolean report);
 
-inline gint psppire_dict_get_next_value_idx (const PsppireDict *dict);
+gint psppire_dict_get_next_value_idx (const PsppireDict *dict);
 
 gboolean psppire_dict_rename_var (PsppireDict *dict, struct variable *v,
                              const gchar *text);