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

Function ghb_application_get_app_dir

gtk/src/application.c:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676const char *
677ghb_application_get_app_dir (GhbApplication *self)
678{
679 g_return_val_if_fail(GHB_IS_APPLICATION(self), NULL);
680 return self->app_dir;
681}
682
683static void
684print_system_information (GhbApplication *self)

Callers 1

print_system_informationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected