Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: bus/inputcontext.h

Issue 176260043: Carry current context content type into fake context when switching Base URL: git://github.com/ibus/ibus.git@master
Patch Set: v2: fixed line length Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bus/ibusimpl.c ('k') | bus/inputcontext.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bus/inputcontext.h
diff --git a/bus/inputcontext.h b/bus/inputcontext.h
index f282faee2e12925b8ee990a1cfeb7900dddd02c6..258f501a527ac6d14f8b4745ea41d608edffe6df 100644
--- a/bus/inputcontext.h
+++ b/bus/inputcontext.h
@@ -250,5 +250,15 @@ void bus_input_context_get_content_type
guint *purpose,
guint *hints);
+/**
+ * bus_input_context_set_content_type:
+ * @purpose: Input purpose.
+ * @hints: Input hints.
+ */
+void bus_input_context_set_content_type
+ (BusInputContext *context,
+ guint purpose,
+ guint hints);
+
G_END_DECLS
#endif
« no previous file with comments | « bus/ibusimpl.c ('k') | bus/inputcontext.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b