Home
last modified time | relevance | path

Searched refs:sendto_model (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-sendto-model.c84 sendto_model->monitors = NULL; in thunar_sendto_model_init()
104 g_list_free (sendto_model->monitors); in thunar_sendto_model_finalize()
155 sendto_model->handlers = g_list_insert_sorted (sendto_model->handlers, in thunar_sendto_model_load()
196 sendto_model->handlers = NULL; in thunar_sendto_model_event()
200 thunar_sendto_model_load (sendto_model); in thunar_sendto_model_event()
219 if (G_UNLIKELY (sendto_model == NULL)) in thunar_sendto_model_get_default()
222 g_object_add_weak_pointer (G_OBJECT (sendto_model), (gpointer) &sendto_model); in thunar_sendto_model_get_default()
226 g_object_ref (G_OBJECT (sendto_model)); in thunar_sendto_model_get_default()
229 return sendto_model; in thunar_sendto_model_get_default()
288 sendto_model->monitors = g_list_prepend (sendto_model->monitors, monitor); in thunar_sendto_model_get_matching()
[all …]
H A Dthunar-sendto-model.h41 GList *thunar_sendto_model_get_matching (ThunarSendtoModel *sendto_model,
H A Dthunar-launcher.c1753 ThunarSendtoModel *sendto_model; in thunar_launcher_build_sendto_submenu() local
1839 sendto_model = thunar_sendto_model_get_default (); in thunar_launcher_build_sendto_submenu()
1840 appinfo_list = thunar_sendto_model_get_matching (sendto_model, launcher->files_to_process); in thunar_launcher_build_sendto_submenu()
1841 g_object_unref (sendto_model); in thunar_launcher_build_sendto_submenu()