Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_dbus


Modified Files:
        Makefile.am ecore_dbus.c 
Added Files:
        ecore_dbus_methods.c 


Log Message:
Add wrapper for common dbus methods

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 25 Jul 2006 12:44:19 -0000      1.5
+++ Makefile.am 25 Jul 2006 14:34:47 -0000      1.6
@@ -24,6 +24,7 @@
 ecore_dbus_message.c \
 ecore_dbus_marshal.c \
 ecore_dbus_unmarshal.c \
+ecore_dbus_methods.c \
 ecore_dbus_utils.c \
 ecore_dbus_private.h
 
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ecore_dbus.c        25 Jul 2006 14:12:21 -0000      1.13
+++ ecore_dbus.c        25 Jul 2006 14:34:47 -0000      1.14
@@ -124,6 +124,7 @@
    switch (type)
      {
 #if 0
+       /* Get address from DBUS_SESSION_BUS_ADDRESS env */
      case ECORE_DBUS_BUS_SESSION:
        svr->server =
           ecore_con_server_connect(ECORE_CON_LOCAL_USER | extra, name, port, 
svr);



-------------------------------------------------------------------------
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

Reply via email to