hildon-status-bar
时间:2010-04-11 来源:tryandy
1.battery
有charging,critical和status
主要是用hal来get和set一些属性
2.clock
g_getenv ("TZ")
如果没有这个环境变量,我们就gettimeofday 和 localtime
3.sound
居然是用system()方法设置的,依赖的是alsa库
system(”amixer sset ‘*’“)
to be continued
有charging,critical和status
主要是用hal来get和set一些属性
2.clock
g_getenv ("TZ")
如果没有这个环境变量,我们就gettimeofday 和 localtime
3.sound
居然是用system()方法设置的,依赖的是alsa库
system(”amixer sset ‘*’“)
to be continued
相关阅读 更多 +
排行榜 更多 +