Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
tagging_completion.c File Reference
+ Include dependency graph for tagging_completion.c:

Go to the source code of this file.

Functions

void dt_tagging_completion_refresh (GtkListStore *store)
 
gboolean dt_tagging_completion_match_selected (GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter, gpointer user_data)
 
void dt_tagging_entry_clear (GtkEntry *entry)
 

Function Documentation

◆ dt_tagging_completion_match_selected()

gboolean dt_tagging_completion_match_selected ( GtkEntryCompletion *  completion,
GtkTreeModel *  model,
GtkTreeIter *  iter,
gpointer  user_data 
)

Replace the active comma-separated token with the selected completion row.

Definition at line 41 of file tagging_completion.c.

References dt_free, FALSE, model, and TRUE.

Referenced by _lib_tagging_tag_show_accel(), _setup_completion(), and gui_init().

◆ dt_tagging_completion_refresh()

◆ dt_tagging_entry_clear()

void dt_tagging_entry_clear ( GtkEntry *  entry)