| Top |  |  |  |  | 
| void | thunar_location_entry_accept_focus () | 
| void | thunar_location_entry_cancel_search () | 
| gchar * | thunar_location_entry_get_search_query () | 
| void | thunar_location_entry_enable_edit_done_once () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── ThunarLocationEntry
void thunar_location_entry_accept_focus (ThunarLocationEntry *entry,const gchar *initial_text);
void
thunar_location_entry_cancel_search (ThunarLocationEntry *entry);
Cancels the search for the location entry and its path entry.
gchar *
thunar_location_entry_get_search_query
                               (ThunarLocationEntry *entry);
Returns a copy of the search query in the text field of the path_entry of entry
 "" if the path_entry doesn't contain
a search query.
It's the responsibility of the caller to free the returned string using g_free.
void
thunar_location_entry_enable_edit_done_once
                               (ThunarLocationEntry *location_entry);
Request to emit the 'edit done' once, whenever the focus on the widget got lost
“edit-done” signalvoid user_function (ThunarLocationEntry *location_entry, gpointer user_data)
Emitted by location_entry
 whenever the user finished or aborted an edit
operation by either changing to a directory, pressing Escape or moving the
focus away from the entry.
Flags: Action
“reset” signalgboolean user_function (ThunarLocationEntry *location_entry, gpointer user_data)
Emitted by location_entry
 whenever the user requests to
reset the location_entry
 contents to the current directory.
This is an internal signal used to bind the action to keys.
Flags: Action