Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/lib/hal


Modified Files:
        E_Hal.h 


Log Message:
Declare functions.
Fix callbacks.

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/lib/hal/E_Hal.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- E_Hal.h     22 Mar 2007 01:44:13 -0000      1.3
+++ E_Hal.h     3 Apr 2007 19:29:07 -0000       1.4
@@ -120,6 +120,9 @@
 double e_hal_property_double_get(E_Hal_Properties *properties, const char 
*key, int *err);
 Ecore_List *e_hal_property_strlist_get(E_Hal_Properties *properties, const 
char *key, int *err);
 
+/* (un)mount */
+int e_hal_device_volume_mount(E_DBus_Connection *conn, const char *udi, const 
char *mount_point, const char *fstype, Ecore_List *options, E_Hal_Callback_Func 
cb_func, void *data);
+int e_hal_device_volume_unmount(E_DBus_Connection *conn, const char *udi, 
Ecore_List *options, E_Hal_Callback_Func cb_func, void *data);
 
 void cb_error_generic(void *data, const char *name, const char *msg);
 



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