summaryrefslogtreecommitdiff
path: root/legacy/elementary/src/lib/elm_icon_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/elementary/src/lib/elm_icon_legacy.h')
-rw-r--r--legacy/elementary/src/lib/elm_icon_legacy.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/legacy/elementary/src/lib/elm_icon_legacy.h b/legacy/elementary/src/lib/elm_icon_legacy.h
new file mode 100644
index 0000000000..a034a684ac
--- /dev/null
+++ b/legacy/elementary/src/lib/elm_icon_legacy.h
@@ -0,0 +1,13 @@
+/**
+ * Add a new icon object to the parent.
+ *
+ * @param parent The parent object
+ * @return The new object or NULL if it cannot be created
+ *
+ * @see elm_image_file_set()
+ *
+ * @ingroup Elm_Icon
+ */
+EAPI Evas_Object *elm_icon_add(Evas_Object *parent);
+
+#include "elm_icon.eo.legacy.h" \ No newline at end of file