From dc04c9c3fa6c5dd075f2f1c0853ab1213b02f92c Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Tue, 5 Jun 2001 17:46:56 +0000 Subject: Small changes throughout to use ECompletionMatch. 2001-06-05 Jon Trowbridge * gal/e-text/e-entry.c: Small changes throughout to use ECompletionMatch. * gal/e-text/e-completion-view.c: Small changes throughout to use ECompletionMatch. * gal/e-text/e-completion.c: Small changes throughout to use ECompletionMatch. * gal/e-text/e-completion-match.h: * gal/e-text/e-completion-match.c: Added. A struct to contain completion matches. This lets us more easily pass around information between the various bits of completion machinery. svn path=/trunk/; revision=10118 --- widgets/text/e-completion-view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/text/e-completion-view.h') diff --git a/widgets/text/e-completion-view.h b/widgets/text/e-completion-view.h index 57268125c5..fc3a2598bf 100644 --- a/widgets/text/e-completion-view.h +++ b/widgets/text/e-completion-view.h @@ -79,9 +79,9 @@ struct _ECompletionViewClass { void (*nonempty) (ECompletionView *cv); void (*added) (ECompletionView *cv); void (*full) (ECompletionView *cv); - void (*browse) (ECompletionView *cv, const gchar *text); + void (*browse) (ECompletionView *cv, ECompletionMatch *match); void (*unbrowse) (ECompletionView *cv); - void (*activate) (ECompletionView *cv, const gchar *text, gpointer extra_data); + void (*activate) (ECompletionView *cv, ECompletionMatch *match); }; GtkType e_completion_view_get_type (void); -- cgit v1.2.3