Skip to content
Discussion options

You must be logged in to vote

I saw the filterText right away, but I wanted to check how filtering works Code, just to make sure. filterText isn't well-documented, but it's used by the client for filtering:

	/**
	 * A string that should be used when filtering a set of
	 * completion items. When omitted the label is used as the
	 * filter text for this item.
	 */

You can type appendgtk_list_box_append and get append. Typing gtk_list_box_append doesn't work, but I don't know if it's because of the missing space. We might as well try to add it, but your client shouldn't display this string. However, not including a space is intentional:

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@wanlala
Comment options

@lnicola
Comment options

lnicola May 28, 2026
Collaborator

@wanlala
Comment options

@lnicola
Comment options

lnicola May 28, 2026
Collaborator

Answer selected by wanlala
@lnicola
Comment options

lnicola May 28, 2026
Collaborator

@wanlala
Comment options

@wanlala
Comment options

@lnicola
Comment options

lnicola May 28, 2026
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants