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-session.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ephy-session.h') diff --git a/src/ephy-session.h b/src/ephy-session.h index 18d97624c..d595ef06a 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -38,11 +38,11 @@ G_BEGIN_DECLS #define EPHY_IS_SESSION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_SESSION)) #define EPHY_SESSION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_SESSION, EphySessionClass)) -typedef struct EphySession EphySession; -typedef struct EphySessionClass EphySessionClass; -typedef struct EphySessionPrivate EphySessionPrivate; +typedef struct _EphySession EphySession; +typedef struct _EphySessionClass EphySessionClass; +typedef struct _EphySessionPrivate EphySessionPrivate; -struct EphySession +struct _EphySession { GObject parent; @@ -50,7 +50,7 @@ struct EphySession EphySessionPrivate *priv; }; -struct EphySessionClass +struct _EphySessionClass { GObjectClass parent_class; }; -- cgit v1.2.3