diff options
Diffstat (limited to 'embed/find-dialog.h')
-rw-r--r-- | embed/find-dialog.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/embed/find-dialog.h b/embed/find-dialog.h index 27a59a97e..a2a952d1d 100644 --- a/embed/find-dialog.h +++ b/embed/find-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 FIND_DIALOG_H @@ -36,13 +38,15 @@ typedef struct FindDialogPrivate FindDialogPrivate; struct FindDialog { - EphyEmbedDialog parent; - FindDialogPrivate *priv; + EphyEmbedDialog parent; + + /*< private >*/ + FindDialogPrivate *priv; }; struct FindDialogClass { - EphyEmbedDialogClass parent_class; + EphyEmbedDialogClass parent_class; }; GType find_dialog_get_type (void); |