Go to file
Davide Andreoli 6db7ce49e5 Fix compilation on recent efl (read as: breackage)
without this change I'm getting tons of errors like:

In file included from /usr/local/include/ecore-1/Ecore_Common.h:1039:0,
                 from /usr/local/include/ecore-1/Ecore.h:329,
                 from /usr/local/include/enlightenment/e.h:116,
                 from e_mod_udisks_eldbus.c:9:
/usr/local/include/ecore-1/ecore_exe.eo.h:103:20: error: unknown type name ‘Efl_Event_Description’
 EWAPI extern const Efl_Event_Description _ECORE_EXE_EVENT_DATA_GET;

and:

/usr/local/include/ecore-1/efl_loop.eo.h:286:20: error: unknown type name ‘Efl_Event_Description’
 EWAPI extern const Efl_Event_Description _EFL_LOOP_EVENT_POLL_HIGH;

I think that swapping the includes make it work because e.h set BETA_API
and that make eldbus happy.

So seems (without too much investigation) that eldbus is broken for legacy app.

(...me so tired to fixing legacy efl breackages)
2018-02-09 20:20:17 +01:00
images make the header a big button, pressing will open home dir 2012-01-24 21:59:50 +00:00
m4 implement udisks nonsense for places module. haven't tested, ymmv 2011-08-28 03:22:49 +00:00
po Updating italian translation 2015-03-11 18:39:52 +01:00
src Fix compilation on recent efl (read as: breackage) 2018-02-09 20:20:17 +01:00
.gitignore Updated po files 2015-01-10 12:53:42 +01:00
AUTHORS Fix License for the Places module. LGPL3 -> BSD 2010-06-20 15:32:02 +00:00
COPYING Fix License for the Places module. LGPL3 -> BSD 2010-06-20 15:32:02 +00:00
ChangeLog Places module in SVN 2008-12-06 18:51:04 +00:00
INSTALL Places module in SVN 2008-12-06 18:51:04 +00:00
Makefile.am make gettext optional 2011-06-06 16:40:14 +00:00
NEWS Places module in SVN 2008-12-06 18:51:04 +00:00
README Places module in SVN 2008-12-06 18:51:04 +00:00
autogen.sh Places module in SVN 2008-12-06 18:51:04 +00:00
configure.ac Added a new backend: mount 2015-01-11 20:12:32 +01:00
e-module-places.edc Places: support site other than desktop 2013-06-17 10:03:59 +01:00
e_modules-places.spec.in Update specs from central template to: 2011-08-05 19:28:03 +00:00
module.desktop.in Updating desktop file 2014-09-11 21:40:02 +02:00

README

Places module
This module manage the volumes device attached to the system.