git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Uncommenting the login item stuff from the PreferencesController.
[MenuTunes.git]
/
ITMTRemote.h
diff --git
a/ITMTRemote.h
b/ITMTRemote.h
index
82da725
..
a86888e
100755
(executable)
--- a/
ITMTRemote.h
+++ b/
ITMTRemote.h
@@
-214,6
+214,11
@@
er's process managment.
*/
- (ITMTRemotePlayerSource)currentSource;
*/
- (ITMTRemotePlayerSource)currentSource;
+/*!
+ * @method currentSourceIndex
+ */
+- (int)currentSourceIndex;
+
/*!
* @method currentPlaylistClass
*/
/*!
* @method currentPlaylistClass
*/
@@
-259,6
+264,11
@@
er's process managment.
*/
- (NSString *)currentSongArtist;
*/
- (NSString *)currentSongArtist;
+/*!
+ * @method currentSongComposer
+ */
+- (NSString *)currentSongComposer;
+
/*!
* @method currentSongAlbum
*/
/*!
* @method currentSongAlbum
*/
@@
-374,6
+384,11
@@
er's process managment.
*/
- (BOOL)switchToPlaylistAtIndex:(int)index;
*/
- (BOOL)switchToPlaylistAtIndex:(int)index;
+/*!
+ * @method switchToPlaylistAtIndex:
+ */
+- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2;
+
/*!
* @method switchToSongAtIndex:
*/
/*!
* @method switchToSongAtIndex:
*/