get_path


Description:

public string? get_path (string id)

Look up the full path to the desktop file for desktop id @id. Returns null if @id is not found. This method will do sync IO if the desktop file for @id is not already cached. So if you are living in an async world you must first do an async call to lookup_async(id) before calling this method, in which case no sync io will be done.