insert_at_index

@accepts(RB.RhythmDBEntry, guint)
@returns(none)
def insert_at_index(entry, index)

Inserts @entry at @index within the history list. 0<=@index<=size

entry :

a RB.RhythmDBEntry to insert

index :

position at which to insert @entry