[gnome-builder/search] search-context: add signature for getting results
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/search] search-context: add signature for getting results
- Date: Mon, 15 Dec 2014 04:29:41 +0000 (UTC)
commit 97f4268a0438421c5ab5382226a6250353e16968
Author: Christian Hergert <christian hergert me>
Date: Sun Dec 14 20:23:43 2014 -0800
search-context: add signature for getting results
src/search/gb-search-context.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/search/gb-search-context.h b/src/search/gb-search-context.h
index 8b34f83..5aae19a 100644
--- a/src/search/gb-search-context.h
+++ b/src/search/gb-search-context.h
@@ -55,6 +55,7 @@ GType gb_search_context_get_type (void);
GbSearchContext *gb_search_context_new (const GList *providers,
const gchar *search_text);
void gb_search_context_cancel (GbSearchContext *context);
+const GList *gb_search_context_get_results (GbSearchContext *context);
void gb_search_context_add_results (GbSearchContext *context,
GbSearchProvider *provider,
GList *results,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]