Enlightenment CVS committal Author : rephorm Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: AUTHORS configure.in Log Message: Add abstract socket namespace support to ecore_con. Lots of work on ecore_dbus Hilights: - get the socket address for system/session/startup busses from the environment - can request/release a bus name - receive method calls (we need to add a way to register callbacks for specific methods) - send signals and method replies (untested) *** API BREAKAGE *** ecore_dbus_message_new_method_call() - the 'destination' param has moved to after the 'method' param to keep things consistent with newly supported message types and the param ordering in the spec. =================================================================== RCS file: /cvs/e/e17/libs/ecore/AUTHORS,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- AUTHORS 3 Jan 2006 00:18:42 -0000 1.20 +++ AUTHORS 24 Sep 2006 07:24:51 -0000 1.21 @@ -18,3 +18,4 @@ Michael 'Mickey' Lauer <[EMAIL PROTECTED]> David 'onefang' Seikel <[EMAIL PROTECTED]> Hisham 'CodeWarrior' Mardam Bey <[EMAIL PROTECTED]> +Brian 'rephorm' Mattern <[EMAIL PROTECTED]> =================================================================== RCS file: /cvs/e/e17/libs/ecore/configure.in,v retrieving revision 1.151 retrieving revision 1.152 diff -u -3 -r1.151 -r1.152 --- configure.in 17 Aug 2006 23:41:47 -0000 1.151 +++ configure.in 24 Sep 2006 07:24:51 -0000 1.152 @@ -889,6 +889,11 @@ ) fi +AC_ABSTRACT_SOCKET_TEST( + [AC_DEFINE(HAVE_ABSTRACT_SOCKETS, 1, [Have abstract socket namespace])], + [] +) + want_ecore_ipc="yes"; have_ecore_ipc="no"; ecore_ipc_cflags=""; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs