]> Pileus Git - ~andy/gtk/commit
filechooserentry: Add gtk_file_chooser_entry_get_completion_text()
authorBenjamin Otte <otte@redhat.com>
Mon, 7 Nov 2011 02:09:22 +0000 (03:09 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 19:09:13 +0000 (20:09 +0100)
commitd3fd759f779e10419f8b2aa5e9b43393178ca67b
tree21d97f54a4a7c5c895f31db0245c6510efba409c
parentf6f2a78d3ec1303a26f5992cbcfd3204f4b1221d
filechooserentry: Add gtk_file_chooser_entry_get_completion_text()

This returns the text that should be completed on. As this is somewhat
tricky to compute (and in fact one place did it wrong), let's make it a
function.
gtk/gtkfilechooserentry.c