RB.Shell::create-song-info

def callback(shell, song_info, multi, user_param1, ...)

Emitted when creating a new RB.SongInfo window. Signal handlers can add pages to the song info window notebook to display additional information.

shell :

instance of RB.Shell that is emitting the signal

song_info :

the new RB.SongInfo window

multi :

if True, the song info window is for multiple entries

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)