diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-09 00:40:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-09 00:40:45 +0800 |
commit | 1b0e8ed184e0d629e7bb2575f61ca4a97834de71 (patch) | |
tree | 294f019697fb14dcccd417909fd7889a89f44de2 /src/ephy-session.c | |
parent | 7ce29fb6fa59d22f516f07535f31bcb227331ef0 (diff) | |
download | gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.gz gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.bz2 gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.lz gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.xz gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.zst gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.zip |
Prefix structs with _.
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* 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 _.
Diffstat (limited to 'src/ephy-session.c')
-rw-r--r-- | src/ephy-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c index daf8a458f..e111ebaca 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -51,7 +51,7 @@ #define EPHY_SESSION_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_SESSION, EphySessionPrivate)) -struct EphySessionPrivate +struct _EphySessionPrivate { GList *windows; GList *tool_windows; |