I'm trying to use Gio::FilenameCompleter to implement simple tab completion within my app, but seem to be unable to make it work. I have attached a simple example. I tried with many different initial_terms (i.e. "/hom" in the example), but always get 0 results. Am I missing something?