Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_dbus_test.c 


Log Message:
- Check if the return type of the error message is string
- Add test with error

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/bin/ecore_dbus_test.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_dbus_test.c   27 Jul 2006 15:28:43 -0000      1.10
+++ ecore_dbus_test.c   27 Jul 2006 15:34:15 -0000      1.11
@@ -58,6 +58,14 @@
    ecore_dbus_method_list_names(event->server,
                                ecore_dbus_method_list_names_cb,
                                ecore_dbus_method_error_cb, NULL);
+   ecore_dbus_message_new_method_call(event->server,
+                                     "org.freedesktop.DBus" /*destination*/,
+                                     "/org/freedesktop/DBus" /*path*/,
+                                     "org.freedesktop.DBus" /*interface*/,
+                                     "ListName" /*method*/,
+                                     ecore_dbus_method_list_names_cb,
+                                     ecore_dbus_method_error_cb, NULL,
+                                     NULL /*fmt*/);
    return 0;
 }
 



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