efl/src/bin
Amitesh Singh d88f08f7e9 eina: module - Add macros for adding module informations
Summary:
These macros allow you to define module informations like
author/description/version/license

e.g.
// Use "Name <email id>" or just "Name"
EINA_MODULE_AUTHOR("Enlightenment Community");
// Mention license
EINA_MODULE_LICENSE("GPL v2");
// What your module does
EINA_MODULE_DESCRIPTION("This is what this module does");
// Module version
EINA_MODULE_VERSION("0.1");

Now eina_modinfo can show these informations to users

$ eina_modinfo module.so
 version: 0.1
 description:   Entry test
 license: GPLv2
 author:  Enlightenment Community

@feature

Reviewers: cedric, tasn, raster, jpeg

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D4257
2016-08-31 16:17:53 +05:30
..
ecore_buffer ecore-buffer: Add ecore_buffer library to EFL. 2015-06-22 10:31:42 -04:00
ecore_evas ecore_evas_convert: Improve cmdline help a bit 2015-11-02 13:39:28 +09:00
edje Edje cc: Rename and move around shadowing variable. 2016-08-30 13:36:41 +01:00
eet eet: Fix warning in eet file 2015-11-23 19:41:30 +09:00
eeze efl: add binary mode to open() calls 2015-12-05 21:06:04 +01:00
efl efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
efl_js efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
efreet efreet - save about 240-300k or so of memory used by efreet mime 2016-08-23 12:04:06 +09:00
eina eina: module - Add macros for adding module informations 2016-08-31 16:17:53 +05:30
eldbus eldbus-codegen: More memory leak fixes for generated code. 2014-11-24 10:14:23 +01:00
elementary efl callbacks: update some events calls to no longer trigger legacy callbacks 2016-08-30 13:59:59 -03:00
elua elua lib: use Eina_Bool as return val in some utils 2015-05-06 15:05:23 +01:00
embryo embryo_cc - fix coverity complaint about assert 2016-08-06 15:41:02 +09:00
eolian eolian gen: don't generate events in eo.c 2016-08-23 14:47:28 +01:00
eolian_cxx eolian_cxx: add missing libgen.h include for basename() to fix build on OS X 2016-06-06 11:45:08 +02:00
eolian_js eolian: remove the unnecessary subtypes API 2016-06-10 14:28:19 +01:00
ethumb Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
ethumb_client Ethumb: Fix clang warning 2015-04-21 20:11:02 +09:00
evas evas cserve2 client - treat an invalid size header as fatal 2016-08-08 14:15:02 +09:00
evil Evil: integrate the dlfcn code into Evil 2015-12-29 22:13:58 +09:00