summaryrefslogtreecommitdiff
path: root/Source/WebKit/efl/ewk/ewk_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/efl/ewk/ewk_view.h')
-rw-r--r--Source/WebKit/efl/ewk/ewk_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/efl/ewk/ewk_view.h b/Source/WebKit/efl/ewk/ewk_view.h
index 2a260f1de..cc9f01350 100644
--- a/Source/WebKit/efl/ewk/ewk_view.h
+++ b/Source/WebKit/efl/ewk/ewk_view.h
@@ -299,6 +299,7 @@ typedef struct _Ewk_Download Ewk_Download;
/// Contains Download data.
struct _Ewk_Download {
const char *url; /**< URL of resource. */
+ const char *suggested_name; /**< suggested name from download attributes */
/* to be extended */
};