Home
last modified time | relevance | path

Searched refs:gtk_selection_data_get_length (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c1244 len = gtk_selection_data_get_length(data); in selection_received_cb()
2014 gtk_selection_data_get_length(data)); in drag_handle_uri_list()
2042 len = gtk_selection_data_get_length(data); in drag_handle_text()
2081 const gint data_length = gtk_selection_data_get_length(data); in drag_data_received_cb()
H A Dvim.h2423 # define gtk_selection_data_get_length(sel) ((sel)->length) macro