Class e.p.b.m.m.MediaLocationMessage(Message):

Part of elisa.plugins.base.messages.media_location_message View In Hierarchy

Known subclasses: elisa.plugins.base.messages.device_action_message.DeviceActionMessage, elisa.plugins.base.messages.foreign_application_message.ForeignApplicationMessage, elisa.plugins.base.messages.internet_location_message.InternetLocationMessage, elisa.plugins.base.messages.local_network_location_message.LocalNetworkLocationMessage

Sent when a new device has been found
Class VariablesactionOne of MediaLocation.ActionType enum values
nameName of the device (type: string )
fstypeFilesystem type (type: string )
mount_pointMount point (type: string )
media_typeslist of media_types stored on the device (type: list )
removablewhether the media location is on a device which can be ejected (type: bool )
theme_iconthe name of the icon the theme should use for that location to display (type: string )
Line # Kind Name Docs
53 Method __init__ Undocumented
64 Method __repr__ Undocumented
def __init__(self, action, name, fstype, mount_point, media_types=None, removable=True, theme_icon=None):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.