DBusService

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2009-06-30 12:09:28
Size: 1952
Editor: cpc4-slam5-2-0-cust9
Comment:
Revision 5 as of 2009-08-04 10:31:44
Size: 2125
Editor: 89
Comment: added Removed() signal
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
    Signals:
    Removed()
Line 54: Line 57:
    Signals:
    Removed()
Line 63: Line 69:
    Import (in 'o', in 'o') -> Takes an Import object and an Item object     Import (in 'o', in 'o') -> Takes an Import object and an Item object.
                               Throws an exception if the types do not match.
Line 72: Line 79:

    Signals:
    Removed()

===============================================================================

/com/ubuntu/MigrationAssistant

Interfaces:
com.ubuntu.MigrationAssistant

    Methods:
    EnumerateOperatingSystems ()

    Begin() -> returns an Import object
    GetOperatingSystem (uuid)
    GetItem(string uuid, string user, string item) -> returns 'o' (Item)
    GetRunningSystem(out 'o')
    GetRunningUser(out 'o')

===============================================================================

/com/ubuntu/MigrationAssistant/UUID
...

Interfaces:
com.ubuntu.MigrationAssistant.System

    Methods:
    EnumerateUsers ()

    GetUuid(...)
    GetItem(string user, string item) -> returns 'o' (Item)
    GetItemForType(string type) -> returns 'o' (Item)

    Properties:
    title
    uuid

    Signals:
    Removed()

===============================================================================

/com/ubuntu/MigrationAssistant/UUID/USER
...

Interfaces:
com.ubuntu.MigrationAssistant.User

    Methods:
    EnumerateItems ()

    GetUser(...)
    GetItem(string item) -> returns 'o' (Item)

    Properties:
    username

    Signals:
    Removed()

===============================================================================

/com/ubuntu/MigrationAssistant/UUID/USER/PIDGIN
...

Interfaces:
com.ubuntu.MigrationAssistant.Item

    Methods:
    Import (in 'o', in 'o') -> Takes an Import object and an Item object.
                               Throws an exception if the types do not match.
    GetIcon () -> Returns a path to the icon file.
    GetType () -> Returns the string type of the item, ex. instant-messaging.

    Properties:
    name
    size
    title
    is-writeable

    Signals:
    Removed()

===============================================================================

com.ubuntu.MigrationAssistant.Import

    Methods:
    Commit () -> Merges itself into the merged object that is intended to
                 become its new value, then flushes the merged object to disk
                 in its format.

MigrationAssistant/Karmic/DBusService (last edited 2009-08-07 16:19:31 by 89)