diff options
Diffstat (limited to 'embed/ephy-embed-popup-control.h')
-rw-r--r-- | embed/ephy-embed-popup-control.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/embed/ephy-embed-popup-control.h b/embed/ephy-embed-popup-control.h index 686368672..bc1fc710e 100644 --- a/embed/ephy-embed-popup-control.h +++ b/embed/ephy-embed-popup-control.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_POPUP_CONTROL_H @@ -40,7 +42,9 @@ typedef struct EphyEmbedPopupControlPrivate EphyEmbedPopupControlPrivate; struct EphyEmbedPopupControl { GObject parent; - EphyEmbedPopupControlPrivate *priv; + + /*< private >*/ + EphyEmbedPopupControlPrivate *priv; }; struct EphyEmbedPopupControlClass |