El mar 20 may 2014 13:25:52 CLT, Kay Sievers escribió:
> On Wed, Apr 23, 2014 at 11:43 AM, Cristian Rodríguez
> wrote:
>> There is no need for this hackery, just hide the internal
>> functions using glib 's G_GNUC_INTERNAL macro.
>
> Hmm, why is that a hack?
>
> Explicitly exporting functions wit
On Wed, Apr 23, 2014 at 11:43 AM, Cristian Rodríguez
wrote:
> There is no need for this hackery, just hide the internal
> functions using glib 's G_GNUC_INTERNAL macro.
Hmm, why is that a hack?
Explicitly exporting functions with a well-defined prefix sounds more
robust than exporting everythin
There is no need for this hackery, just hide the internal
functions using glib 's G_GNUC_INTERNAL macro.
---
Makefile.am | 3 +--
src/gudev/gudevprivate.h | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6967b6f..903d888 100644