|
|
|
is_manager_running_me()
checks if the one starting the screenlet is the screenlets
manager |
source code
|
|
|
create_user_dir()
Create the userdir for the screenlets. |
source code
|
|
|
|
|
|
|
list_available_screenlets()
Scan the SCREENLETS_PATHs for all existing screenlets and return
their names (without trailing "Screenlet") as a list of
strings. |
source code
|
|
|
|
|
_contains_path(string)
Internal function: Returns true if the given string contains one
of the SCREENLETS_PATH entries. |
source code
|
|
|
|
|
get_GMail_Num(login,
password)
This output the number of messages of gmail box |
source code
|
|
|
get_Mail_Num(server,
login,
passwd)
This output the number of messages of mail box |
source code
|
|
|
get_evolution_contacts()
Returns a list of evolution contacts |
source code
|
|
|
get_screenlet_process(name)
Returns the PID of the given screenlet (if running) or None. |
source code
|
|
|
get_user_dir(key,
default)
http://www.freedesktop.org/wiki/Software/xdg-user-dirs |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|