Changeset 3224d9bbd812d8909029b14a8159c18b86ba7440
- Timestamp:
- 04/29/08 03:16:04
(2 weeks ago)
- Author:
- Mirsal Ennaime <mirsal.ennaime@gmail.com>
- git-committer:
- Mirsal Ennaime <mirsal.ennaime@gmail.com> 1209431764 +0200
- git-parent:
[469cfd7e0ee2e367ef639a6e8064337546314659]
- git-author:
- Mirsal Ennaime <mirsal.ennaime@gmail.com> 1209431764 +0200
- Message:
Move the MPRIS Quit method to the root dbus object.
This closes #1565
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r271ddec |
r3224d9b |
|
| 633 | 633 | METHOD_FUNC( "Identity", Identity ); |
|---|
| 634 | 634 | METHOD_FUNC( "MprisVersion", MprisVersion ); |
|---|
| | 635 | METHOD_FUNC( "Quit", Quit ); |
|---|
| 635 | 636 | |
|---|
| 636 | 637 | return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; |
|---|
| … | … | |
| 648 | 649 | METHOD_FUNC( "Prev", Prev ); |
|---|
| 649 | 650 | METHOD_FUNC( "Next", Next ); |
|---|
| 650 | | METHOD_FUNC( "Quit", Quit ); |
|---|
| 651 | 651 | METHOD_FUNC( "Stop", Stop ); |
|---|
| 652 | 652 | METHOD_FUNC( "Play", Play ); |
|---|
| r271ddec |
r3224d9b |
|
| 102 | 102 | " <arg type=\"(qq)\" direction=\"out\" />\n" |
|---|
| 103 | 103 | " </method>\n" |
|---|
| | 104 | " <method name=\"Quit\">\n" |
|---|
| | 105 | " </method>\n" |
|---|
| 104 | 106 | " </interface>\n" |
|---|
| 105 | 107 | "</node>\n" |
|---|
| … | … | |
| 119 | 121 | " <arg type=\"(iiii)\" direction=\"out\" />\n" |
|---|
| 120 | 122 | " </method>\n" |
|---|
| 121 | | " <method name=\"Quit\">\n" |
|---|
| 122 | | " </method>\n" |
|---|
| 123 | 123 | " <method name=\"Prev\">\n" |
|---|
| 124 | 124 | " </method>\n" |
|---|