Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
551
static gchar*
552
get_dvd_device_name(gchar *device)
553
{
554
return g_strdup(device);
555
}
556
#else
557
static gchar*
558
get_dvd_device_name(GDrive *gd)
Callers
4
get_dvd_volume_name
Function · 0.85
ghb_cache_volnames
Function · 0.85
source_dialog_drive_list
Function · 0.85
ghb_file_menu_add_dvd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected