diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 13:41:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 13:52:34 +0000 |
commit | 914de32b27c7fe164b21f9247275ee3117c0864b (patch) | |
tree | 68db9bd4de5cba0cac96eb54591a9a38c8e25834 /offapi/com/sun/star/datatransfer | |
parent | a04ab936088896789f5cf00583cd9767b5646f35 (diff) |
Resolves: rhbz#910176 cannot select directory with gnome folder picker
<< gtk documentation
gtk_file_chooser_get_current_folder_uri ()
Gets the current folder of chooser as an URI.
Note that this is the folder that the file chooser is currently displaying ...
which is not the same as the currently-selected folder if the chooser is in
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected
folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the
selection.
>>
<< offapi documentation
XFolderPicker
getDisplayDirectory:
Returns the root directory that the FolderPicker is showing.
getDirectory
Returns the selected directory
>>
so getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri
and getDirectory <-> gtk_file_chooser_get_uri
Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
0 files changed, 0 insertions, 0 deletions