Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Tags:
- see - GKRELLM_UPDATE_BATTERY
[ Top ]
Class Variables
Class Methods
battery_available
int battery_available(
)
[line 124]
Tags:
- access - public
Parameters:
[ Top ]
get_batteries
array get_batteries(
)
[line 133]
Tags:
- return - An array of gkrellm_battery objects (on for each battery in the server)
- access - public
- see - gkrellm_battery
Parameters:
[ Top ]
get_battery
gkrellm_battery get_battery(
int
$i_num)
[line 142]
Tags:
- return - A gkrellm_battery object corresponding to the battery specified by $i_num
- access - public
Parameters:
- int $i_num - The desired battery's number
[ Top ]