![]() |
![]() |
![]() |
Libfm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define fm_clipboard_copy_files (src_widget, files) #define fm_clipboard_cut_files (src_widget, files) gboolean fm_clipboard_cut_or_copy_files (GtkWidget *src_widget
,FmPathList *files
,gboolean _is_cut
); gboolean fm_clipboard_have_files (GtkWidget *dest_widget
); gboolean fm_clipboard_paste_files (GtkWidget *dest_widget
,FmPath *dest_dir
);
gboolean fm_clipboard_cut_or_copy_files (GtkWidget *src_widget
,FmPathList *files
,gboolean _is_cut
);
Places files onto system clipboard.
|
widget where files were taken |
|
files to place on clipboard |
|
TRUE if operation is 'Cut', FALSE if 'Copy' |
Returns : |
TRUE if operation was successful. |
Since 0.1.0
gboolean fm_clipboard_have_files (GtkWidget *dest_widget
);
Checks if clipboard have data available for paste.
|
widget to paste files. [allow-none] |
Returns : |
TRUE if the clipboard have data that can be handled. |
Since 1.0.1
gboolean fm_clipboard_paste_files (GtkWidget *dest_widget
,FmPath *dest_dir
);
Copies or moves files from system clipboard into dest_dir
.
|
widget where to paste files |
|
directory to place files |
Returns : |
TRUE if operation was successful. |
Since 0.1.0