summaryrefslogtreecommitdiff
path: root/src/lib/elm_layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_layout.c')
-rw-r--r--src/lib/elm_layout.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/elm_layout.c b/src/lib/elm_layout.c
index 6e3ccb257..19f6b4719 100644
--- a/src/lib/elm_layout.c
+++ b/src/lib/elm_layout.c
@@ -857,6 +857,13 @@ _elm_layout_efl_file_file_set(Eo *obj, Elm_Layout_Smart_Data *sd, const char *fi
return int_ret;
}
+EOLIAN static void
+_elm_layout_efl_file_file_get(Eo *obj, Elm_Layout_Smart_Data *sd EINA_UNUSED, const char **file, const char **group)
+{
+ ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd);
+ edje_object_file_get(wd->resize_obj, file, group);
+}
+
EOLIAN static Eina_Bool
_elm_layout_theme_set(Eo *obj, Elm_Layout_Smart_Data *sd, const char *klass, const char *group, const char *style)
{