Object Hierarchy
GObject
+----FmDndDest
Details
FmDndDest
typedef struct _FmDndDest FmDndDest;
FmDndDestClass
typedef struct {
GObjectClass parent_class;
gboolean (*files_dropped)(guint action, guint info_type, FmFileInfoList* files);
} FmDndDestClass;
fm_dnd_dest_get_src_files ()
FmList* fm_dnd_dest_get_src_files (FmDndDest *dd
);
fm_dnd_dest_set_dest_file ()
void fm_dnd_dest_set_dest_file (FmDndDest *dd
,
FmFileInfo *dest_file
);
fm_dnd_dest_get_dest_file ()
FmFileInfo* fm_dnd_dest_get_dest_file (FmDndDest *dd
);
fm_dnd_dest_get_dest_path ()
FmPath* fm_dnd_dest_get_dest_path (FmDndDest *dd
);