aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-navigation-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-navigation-action.h')
-rw-r--r--src/ephy-navigation-action.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ephy-navigation-action.h b/src/ephy-navigation-action.h
index 0eb169f5b..cfcda586b 100644
--- a/src/ephy-navigation-action.h
+++ b/src/ephy-navigation-action.h
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
*/
#ifndef EPHY_NAVIGATION_ACTION_H
@@ -42,7 +44,9 @@ typedef enum
struct _EphyNavigationAction
{
GtkAction parent;
- EphyNavigationActionPrivate *priv;
+
+ /*< private >*/
+ EphyNavigationActionPrivate *priv;
};
struct _EphyNavigationActionClass