Top |
ThunarHistory * | thunar_history_copy () |
gboolean | thunar_history_has_back () |
gboolean | thunar_history_has_forward () |
ThunarFile * | thunar_history_peek_back () |
ThunarFile * | thunar_history_peek_forward () |
void | thunar_history_action_back () |
void | thunar_history_action_forward () |
void | thunar_history_show_menu () |
void | thunar_history_add () |
void thunar_history_show_menu (ThunarHistory *history
,ThunarHistoryMenuType type
,GtkWidget *parent
);
void thunar_history_add (ThunarHistory *history
,ThunarFile *directory
);
Manually adds the passed directory to the history
“history-changed”
signalvoid user_function (ThunarHistory *thunarhistory, char *arg1, gpointer user_data)
Flags: Run Last