@accepts(utf8, utf8, utf8, RB.SourceAddCallback, gpointer, GLib.DestroyNotify) @returns(none) def add_uri(uri, title, genre, callback, data, destroy_data)
Adds an entry corresponding to the URI to the source. The @title and @genre parameters are not really used.
uri : |
a URI to add |
title : |
theoretically, the title of the entity the URI points to |
genre : |
theoretically, the genre of the entity the URI points to |
callback : |
a callback function to call when complete |
data : |
data to pass to the callback |
destroy_data : |
function to call to destroy the callback data |