MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / get_dvd_device_name

Function get_dvd_device_name

gtk/src/callbacks.c:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549
550#if defined(_WIN32)
551static gchar*
552get_dvd_device_name(gchar *device)
553{
554 return g_strdup(device);
555}
556#else
557static gchar*
558get_dvd_device_name(GDrive *gd)

Callers 4

get_dvd_volume_nameFunction · 0.85
ghb_cache_volnamesFunction · 0.85
source_dialog_drive_listFunction · 0.85
ghb_file_menu_add_dvdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected