Changeset 2828d7d1b3f14983d09f5cfb12b4ce13c8b827ed
- Timestamp:
- 13/05/08 08:03:01
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210658581 +0200
- git-parent:
[8e18f5c6cdc3d3dba06a3e04d1f460ee694634a4]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210658564 +0200
- Message:
DBus : missing return argument for AddTrack?
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r29d8a0b |
r2828d7d |
|
| 383 | 383 | { /* add the string to the playlist, and play it if the boolean is true */ |
|---|
| 384 | 384 | REPLY_INIT; |
|---|
| | 385 | OUT_ARGUMENTS; |
|---|
| 385 | 386 | |
|---|
| 386 | 387 | DBusError error; |
|---|
| … | … | |
| 409 | 410 | PLAYLIST_END, true, false ); |
|---|
| 410 | 411 | pl_Release( p_playlist ); |
|---|
| | 412 | |
|---|
| | 413 | dbus_int32_t i_success = 0; |
|---|
| | 414 | ADD_INT32( &i_success ); |
|---|
| 411 | 415 | |
|---|
| 412 | 416 | REPLY_SEND; |
|---|
| r3224d9b |
r2828d7d |
|
| 178 | 178 | " <arg type=\"s\" direction=\"in\" />\n" |
|---|
| 179 | 179 | " <arg type=\"b\" direction=\"in\" />\n" |
|---|
| | 180 | " <arg type=\"i\" direction=\"out\" />\n" |
|---|
| 180 | 181 | " </method>\n" |
|---|
| 181 | 182 | " <method name=\"DelTrack\">\n" |
|---|