diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-01-30 09:05:05 -0500 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-30 18:16:46 +0100 |
commit | aadd9af864a83d355b216ac3b2f293ca902a7b6f (patch) | |
tree | aa512fca5d0977e99261d8c4cde3fa5594106e7a /src/lib/efl/Efl.h | |
parent | e59603ee4cc5a6b8ead107abbf5caf23732c2b5f (diff) |
efl.file: move 'save' method into separate efl.file_save interface
the save method is implemented very rarely, and most objects which use efl.file
will not be able to use a save method
ref T5719
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7786
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 7daa52d50c..097111134e 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -85,6 +85,7 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
85 | #include "interfaces/efl_control.eo.h" | 85 | #include "interfaces/efl_control.eo.h" |
86 | #include "interfaces/efl_duplicate.eo.h" | 86 | #include "interfaces/efl_duplicate.eo.h" |
87 | #include "interfaces/efl_file.eo.h" | 87 | #include "interfaces/efl_file.eo.h" |
88 | #include "interfaces/efl_file_save.eo.h" | ||
88 | #include "interfaces/efl_gfx_image.eo.h" | 89 | #include "interfaces/efl_gfx_image.eo.h" |
89 | #include "interfaces/efl_gfx_frame_controller.eo.h" | 90 | #include "interfaces/efl_gfx_frame_controller.eo.h" |
90 | #include "interfaces/efl_gfx_image_load_controller.eo.h" | 91 | #include "interfaces/efl_gfx_image_load_controller.eo.h" |