Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:selection_text

120   gchar* selection_text = gtk_clipboard_wait_for_text(clipboard);
121 std::string result(selection_text ? selection_text : "");
122 g_free(selection_text);