diff options
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/ephy-node-view.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-node-view.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-search-entry.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-search-entry.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-spinner.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-spinner.h | 10 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-node.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-node.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-sort.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-tree-model-sort.h | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-zoom-action.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-zoom-action.h | 10 |
12 files changed, 20 insertions, 20 deletions
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c index dfa6c88bc..b72c6fcb4 100644 --- a/lib/widgets/ephy-node-view.c +++ b/lib/widgets/ephy-node-view.c @@ -44,7 +44,7 @@ static void ephy_node_view_finalize (GObject *object); #define EPHY_NODE_VIEW_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_NODE_VIEW, EphyNodeViewPrivate)) -struct EphyNodeViewPrivate +struct _EphyNodeViewPrivate { EphyNode *root; diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h index ea0dc9f43..d5a4590eb 100644 --- a/lib/widgets/ephy-node-view.h +++ b/lib/widgets/ephy-node-view.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS #define EPHY_IS_NODE_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_NODE_VIEW)) #define EPHY_NODE_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_NODE_VIEW, EphyNodeViewClass)) -typedef struct EphyNodeViewPrivate EphyNodeViewPrivate; +typedef struct _EphyNodeViewPrivate EphyNodeViewPrivate; typedef struct { diff --git a/lib/widgets/ephy-search-entry.c b/lib/widgets/ephy-search-entry.c index 3212ad767..a783f2ae3 100644 --- a/lib/widgets/ephy-search-entry.c +++ b/lib/widgets/ephy-search-entry.c @@ -31,7 +31,7 @@ static void ephy_search_entry_init (EphySearchEntry *entry); #define EPHY_SEARCH_ENTRY_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_SEARCH_ENTRY, EphySearchEntryPrivate)) -struct EphySearchEntryPrivate +struct _EphySearchEntryPrivate { gboolean clearing; diff --git a/lib/widgets/ephy-search-entry.h b/lib/widgets/ephy-search-entry.h index 5145b8b6c..d641ac043 100644 --- a/lib/widgets/ephy-search-entry.h +++ b/lib/widgets/ephy-search-entry.h @@ -32,7 +32,7 @@ G_BEGIN_DECLS #define EPHY_IS_SEARCH_ENTRY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_SEARCH_ENTRY)) #define EPHY_SEARCH_ENTRY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_SEARCH_ENTRY, EphySearchEntryClass)) -typedef struct EphySearchEntryPrivate EphySearchEntryPrivate; +typedef struct _EphySearchEntryPrivate EphySearchEntryPrivate; typedef struct { diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index fc0fbcc7a..7172e62ab 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -453,7 +453,7 @@ ephy_spinner_cache_ref (void) #define EPHY_SPINNER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_SPINNER, EphySpinnerDetails)) -struct EphySpinnerDetails +struct _EphySpinnerDetails { GtkIconTheme *icon_theme; EphySpinnerCache *cache; diff --git a/lib/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h index faa0520f0..b99c12a49 100644 --- a/lib/widgets/ephy-spinner.h +++ b/lib/widgets/ephy-spinner.h @@ -40,11 +40,11 @@ G_BEGIN_DECLS #define EPHY_IS_SPINNER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_SPINNER)) #define EPHY_SPINNER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_SPINNER, EphySpinnerClass)) -typedef struct EphySpinner EphySpinner; -typedef struct EphySpinnerClass EphySpinnerClass; -typedef struct EphySpinnerDetails EphySpinnerDetails; +typedef struct _EphySpinner EphySpinner; +typedef struct _EphySpinnerClass EphySpinnerClass; +typedef struct _EphySpinnerDetails EphySpinnerDetails; -struct EphySpinner +struct _EphySpinner { GtkEventBox parent; @@ -52,7 +52,7 @@ struct EphySpinner EphySpinnerDetails *details; }; -struct EphySpinnerClass +struct _EphySpinnerClass { GtkEventBoxClass parent_class; }; diff --git a/lib/widgets/ephy-tree-model-node.c b/lib/widgets/ephy-tree-model-node.c index 487c9aa38..13ed2dbc8 100644 --- a/lib/widgets/ephy-tree-model-node.c +++ b/lib/widgets/ephy-tree-model-node.c @@ -36,7 +36,7 @@ static void ephy_tree_model_node_tree_model_init (GtkTreeModelIface *iface); #define EPHY_TREE_MODEL_NODE_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_TREE_MODEL_NODE, EphyTreeModelNodePrivate)) -struct EphyTreeModelNodePrivate +struct _EphyTreeModelNodePrivate { EphyNode *root; diff --git a/lib/widgets/ephy-tree-model-node.h b/lib/widgets/ephy-tree-model-node.h index 3e32288be..56bdd36a4 100644 --- a/lib/widgets/ephy-tree-model-node.h +++ b/lib/widgets/ephy-tree-model-node.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS typedef void (*EphyTreeModelNodeValueFunc) (EphyNode *node, GValue *value, gpointer user_data); -typedef struct EphyTreeModelNodePrivate EphyTreeModelNodePrivate; +typedef struct _EphyTreeModelNodePrivate EphyTreeModelNodePrivate; typedef struct { diff --git a/lib/widgets/ephy-tree-model-sort.c b/lib/widgets/ephy-tree-model-sort.c index d088f524f..c20af59d0 100644 --- a/lib/widgets/ephy-tree-model-sort.c +++ b/lib/widgets/ephy-tree-model-sort.c @@ -45,7 +45,7 @@ static gboolean ephy_tree_model_sort_multi_drag_data_delete (EggTreeMultiDragSou #define EPHY_TREE_MODEL_SORT_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_TREE_MODEL_SORT, EphyTreeModelSortPrivate)) -struct EphyTreeModelSortPrivate +struct _EphyTreeModelSortPrivate { char *str_list; int drag_column_id; diff --git a/lib/widgets/ephy-tree-model-sort.h b/lib/widgets/ephy-tree-model-sort.h index f8c27cd16..c24fc214b 100644 --- a/lib/widgets/ephy-tree-model-sort.h +++ b/lib/widgets/ephy-tree-model-sort.h @@ -33,7 +33,7 @@ G_BEGIN_DECLS #define EPHY_IS_TREE_MODEL_SORT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_TREE_MODEL_SORT)) #define EPHY_TREE_MODEL_SORT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_TREE_MODEL_SORT, EphyTreeModelSortClass)) -typedef struct EphyTreeModelSortPrivate EphyTreeModelSortPrivate; +typedef struct _EphyTreeModelSortPrivate EphyTreeModelSortPrivate; typedef struct { diff --git a/lib/widgets/ephy-zoom-action.c b/lib/widgets/ephy-zoom-action.c index b23a0b379..ac547ac63 100644 --- a/lib/widgets/ephy-zoom-action.c +++ b/lib/widgets/ephy-zoom-action.c @@ -34,7 +34,7 @@ #define EPHY_ZOOM_ACTION_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ZOOM_ACTION, EphyZoomActionPrivate)) -struct EphyZoomActionPrivate +struct _EphyZoomActionPrivate { float zoom; }; diff --git a/lib/widgets/ephy-zoom-action.h b/lib/widgets/ephy-zoom-action.h index 52a70e3fa..77f9b4150 100644 --- a/lib/widgets/ephy-zoom-action.h +++ b/lib/widgets/ephy-zoom-action.h @@ -33,11 +33,11 @@ G_BEGIN_DECLS #define EPHY_IS_ZOOM_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EPHY_TYPE_ZOOM_ACTION)) #define EPHY_ZOOM_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EPHY_TYPE_ZOOM_ACTION, EphyZoomActionClass)) -typedef struct EphyZoomAction EphyZoomAction; -typedef struct EphyZoomActionClass EphyZoomActionClass; -typedef struct EphyZoomActionPrivate EphyZoomActionPrivate; +typedef struct _EphyZoomAction EphyZoomAction; +typedef struct _EphyZoomActionClass EphyZoomActionClass; +typedef struct _EphyZoomActionPrivate EphyZoomActionPrivate; -struct EphyZoomAction +struct _EphyZoomAction { GtkAction parent; @@ -45,7 +45,7 @@ struct EphyZoomAction EphyZoomActionPrivate *priv; }; -struct EphyZoomActionClass +struct _EphyZoomActionClass { GtkActionClass parent_class; |