From 1b0e8ed184e0d629e7bb2575f61ca4a97834de71 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 8 Jan 2005 16:40:45 +0000 Subject: Prefix structs with _. 2005-01-08 Christian Persch * src/ephy-notebook.c: * src/ephy-notebook.h: * src/ephy-session.c: * src/ephy-session.h: * src/ephy-statusbar.c: * src/ephy-statusbar.h: * src/ephy-toolbars-model.c: * src/ephy-toolbars-model.h: Prefix structs with _. --- src/ephy-notebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-notebook.c') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 48d8856ef..ff96589fb 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -61,7 +61,7 @@ #define EPHY_NOTEBOOK_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_NOTEBOOK, EphyNotebookPrivate)) -struct EphyNotebookPrivate +struct _EphyNotebookPrivate { GList *focused_pages; GtkTooltips *title_tips; -- cgit v1.2.3