| 674 | } |
| 675 | |
| 676 | const char * |
| 677 | ghb_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 | |
| 683 | static void |
| 684 | print_system_information (GhbApplication *self) |
no outgoing calls
no test coverage detected