diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 8dc55c1ee..0228032af 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -42,25 +42,6 @@ typedef struct EphyEmbedSingle EphyEmbedSingle; typedef struct EphyEmbedSinglePrivate EphyEmbedSinglePrivate; /** - * FilePickerMode: What mode FilePicker should run in - */ - -typedef enum -{ - modeOpen = 0, - modeSave = 1, - modeGetFolder =2 -} FilePickerMode; - -typedef struct -{ - /* description of the file format */ - gchar *description; - /* tipical sufixes, NULL terminated */ - gchar **extensions; -} FileFormat; - -/** * Cookie: the type of cookies */ typedef struct @@ -100,6 +81,8 @@ typedef enum struct EphyEmbedSingle { GObject parent; + + /*< private >*/ EphyEmbedSinglePrivate *priv; }; |