Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[DBusService] Update dbus service
- Loading branch information
Showing
12 changed files
with
51 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [D-BUS Service] | ||
| Name=org.freedesktop.Telepathy.Client.qmlmessages | ||
| Exec=/usr/bin/glacier-messages -prestart | ||
| Exec=/usr/bin/invoker --type=nemomobile -s /usr/bin/glacier-messages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [D-BUS Service] | ||
| Name=org.nemomobile.qmlmessages | ||
| Exec=/usr/bin/glacier-messages -prestart | ||
| Exec=/usr/bin/invoker --type=nemomobile -s /usr/bin/glacier-messages | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| import QtQuick 2.6 | ||
| import org.nemomobile.dbus 2.0 | ||
|
|
||
| DBusAdaptor { | ||
| id: messagesInterface | ||
| service: "org.nemomobile.qmlmessages" | ||
| path: "/ui" | ||
| iface: "org.nemomobile.qmlmessages" | ||
|
|
||
| xml: ' <interface name="org.nemomobile.qmlmessages">\n' + | ||
| ' <method name="startConversation" />\n' + | ||
| ' <arg name="localUid" type="s" direction="in"/>\n' + | ||
| ' <arg name="remoteUid" type="s" direction="in"/>\n' + | ||
| ' </method>\n' + | ||
| ' </interface>\n' | ||
|
|
||
| signal startConversation(string localUid, string remoteUid) | ||
| } | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.