diff --git a/thunarx/thunarx-renamer.h b/thunarx/thunarx-renamer.h index f1050fb4..fd44897d 100644 --- a/thunarx/thunarx-renamer.h +++ b/thunarx/thunarx-renamer.h @@ -124,6 +124,11 @@ void thunarx_renamer_load (ThunarxRenamer *renamer, void thunarx_renamer_save (ThunarxRenamer *renamer, GHashTable *settings); +/** + * thunarx_renamer_get_menu_items: + * @files: (element-type ThunarxFileInfo) + * Returns: (transfer full) (element-type ThunarxMenuItem) + */ GList *thunarx_renamer_get_menu_items (ThunarxRenamer *renamer, GtkWindow *window, GList *files) G_GNUC_MALLOC;