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

Function ghb_queue_row_set_destination

gtk/src/ghb-queue-row.c:313–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void
314ghb_queue_row_set_destination (GhbQueueRow *self, const char *dest)
315{
316 g_return_if_fail(GHB_IS_QUEUE_ROW(self));
317
318 if (dest == NULL) dest = "";
319
320 g_autofree char *basename = g_path_get_basename(dest);
321 self->destination = g_strdup(dest);
322 gtk_label_set_text(self->dest_label, basename);
323}
324
325static gboolean
326ghb_queue_row_key_cb (GtkEventControllerKey *keycon, guint keyval,

Callers 2

ghb_queue_row_newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected