summaryrefslogtreecommitdiff
path: root/src/lib/efreet/efreet_trash.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge efreet_mime efreet_trash into efreetMarcel Hollerbach2020-05-261-9/+17
| | | | | | | | | | | | | efreet_mime and efreet_trash are now included in libefreet.so. There are compatible libs for libefreet_mime.so libefreet_trash.so, which simple drag in libefreet.so. .pc files also are in place for compatibility. efreet_init & shutdown now initializes and shutdowns trash and mime. The old init functions now simply call efreet_init, efreet_init will then init the trash or mime libs. Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D11807
* remove Evil.h when not necessary, include evil_private.h when necessaryVincent Torri2019-05-201-0/+8
| | | | | | | | | | | | | | Test Plan: compilation Reviewers: zmike, raster, cedric Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8925
* efreet trash - warn - expand buffer to avoid truncation by snprintfCarsten Haitzler (Rasterman)2018-11-091-1/+1
|
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-051-1/+1
| | | | | | This allows better compatibility with Windows Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* efreet: improve messagesSebastian Dransfeld2014-09-291-4/+4
|
* efreet: Always '\0' terminate bufSebastian Dransfeld2013-10-141-0/+1
| | | | CID 1039721
* efreet: be paranoid about '\0' terminationSebastian Dransfeld2013-08-071-0/+1
| | | | CID: #1039721
* efreet: formattingSebastian Dransfeld2013-08-071-2/+2
|
* efreet: force cast for windows.Cedric Bail2013-05-051-1/+1
|
* efl: merge efreet.Gustavo Sverzut Barbieri2012-12-291-0/+288
seems to be fine, pass distcheck and friends. please report. changes: - documentation hierarchy fixes - replaced __UNUSED__ with EINA_UNUSED - replaced PKG_DATA_DIR with PACKAGE_DATA_DIR"/efreet" SVN revision: 81889