aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-dialog.h')
-rw-r--r--embed/ephy-embed-dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed-dialog.h b/embed/ephy-embed-dialog.h
index 743f0b7c2..4dc1e7c28 100644
--- a/embed/ephy-embed-dialog.h
+++ b/embed/ephy-embed-dialog.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_EMBED_DIALOG_H
@@ -42,6 +44,8 @@ typedef struct EphyEmbedDialogPrivate EphyEmbedDialogPrivate;
struct EphyEmbedDialog
{
EphyDialog parent;
+
+ /*< private >*/
EphyEmbedDialogPrivate *priv;
};