| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkScrolledWindow
                        ╰── ThunarShortcutsPane
void thunar_shortcuts_pane_add_shortcut (ThunarShortcutsPane *shortcuts_pane,ThunarFile *file);
Adds a shortcut for the passed ThunarFile to the shortcuts_pane. Only folders will be considered.
| shortcuts_pane | Instance of a ThunarShortcutsPane | |
| file | ThunarFile for which a shortcut should be added |