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 |