Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_DBus.h 


Log Message:

add const

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/Ecore_DBus.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Ecore_DBus.h        24 Sep 2006 07:24:52 -0000      1.16
+++ Ecore_DBus.h        25 Sep 2006 05:24:47 -0000      1.17
@@ -211,7 +211,7 @@
 
    EAPI Ecore_List         *ecore_dbus_address_parse(const char *address);
 
-   EAPI char               *ecore_dbus_address_value_get(Ecore_DBus_Address 
*address,
+   EAPI const char         *ecore_dbus_address_value_get(Ecore_DBus_Address 
*address,
                                                         char *key);
    EAPI void                ecore_dbus_print_address_list(Ecore_List 
*addresses);
    EAPI Ecore_DBus_Server  *ecore_dbus_address_list_connect(Ecore_List *addrs, 
const void *data);



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