Searched refs:tmpbuf_utf8 (Results 1 – 1 of 1) sorted by relevance
1234 guchar *tmpbuf_utf8 = NULL; in selection_received_cb() local1288 tmpbuf_utf8 = gtk_selection_data_get_text(data); in selection_received_cb()1289 if (tmpbuf_utf8 != NULL) in selection_received_cb()1291 len = STRLEN(tmpbuf_utf8); in selection_received_cb()1294 tmpbuf = string_convert(&input_conv, tmpbuf_utf8, &len); in selection_received_cb()1299 text = tmpbuf_utf8; in selection_received_cb()1328 g_free(tmpbuf_utf8); in selection_received_cb()