[dev] I messed up...used glib, dbus, and friends. Need help to fix this mistake
Hello,
I messed up bad...I thought by using glib/GIO functionality it would
make it easier for me. However, I realized now that everything is so
much more complicated.
I used glib/GIO/gvfs to do the following:
1. Mounting USB disks, partitions, and samba shares.
- Suckless alternative: libc, libmount?
2. Getting filesystem size, file modification times, etc.
- Suckless alternative: libc, anything else?
3. Spawn tasks asynchronously and return the stderr and stdout output.
- Suckless alternative: libspawn
4. Dictionary data type to store key value pairs.
- Suckless alternative: hash table with libc?
5. String utility
- Suckless alternative: libporty
Any recommendations on lighter weight libraries I can use to accomplish
the above tasks?
Thanks,
Amit
Received on Wed May 16 2012 - 03:53:11 CEST
This archive was generated by hypermail 2.3.0
: Wed May 16 2012 - 04:00:59 CEST