summaryrefslogtreecommitdiff
path: root/pc/.gitignore
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2014-04-01 19:08:07 +0900
committerCedric BAIL <cedric.bail@free.fr>2014-04-01 22:00:13 +0900
commitab3eb4b2d350d017eab6683202663244e11aa518 (patch)
tree076e50c43b9f9784bd707ef974e753a21def1123 /pc/.gitignore
parentb218c13fb798edaccb7bc8cfdf9ac3905e2d86a7 (diff)
downloadefl-ab3eb4b2d350d017eab6683202663244e11aa518.tar.gz
eet-cxx: add implementation for eet C++.
Usage example: struct type { int foo; float bar; }; type t0; auto descriptor = make_descriptor("type", &type::ofo, &type::bar); eet_data_write(file, descriptor.native_handle(), "type", &t0, false); std::unique_ptr<type> p = read_by_ptr(file, "type", descriptor); type t = read(file, "type", descriptor); @feature Reviewers: cedric, smohanty Reviewed By: cedric CC: savio, cedric Differential Revision: https://phab.enlightenment.org/D659 Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
Diffstat (limited to 'pc/.gitignore')
-rw-r--r--pc/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc/.gitignore b/pc/.gitignore
index 658f6cfff8..ae42f58ef3 100644
--- a/pc/.gitignore
+++ b/pc/.gitignore
@@ -26,6 +26,7 @@
/efreet.pc
/eina.pc
/eina-cxx.pc
+/eet-cxx.pc
/eio.pc
/eldbus.pc
/embryo.pc