inputmethods_plat/pen_input_server_api/inc/peninputclient.h
branchRCL_3
changeset 44 ecbabf52600f
parent 43 ebd48d2de13c
child 46 bd83ceabce89
--- a/inputmethods_plat/pen_input_server_api/inc/peninputclient.h	Tue Aug 31 15:31:50 2010 +0300
+++ b/inputmethods_plat/pen_input_server_api/inc/peninputclient.h	Wed Sep 01 12:23:33 2010 +0100
@@ -134,10 +134,19 @@
     /**
      * Get supported input mode
      *
-     * @since S60 v4.0
+     * @param aLanguage: the specific language
      * @return input mode
      */	
-	IMPORT_C TInt SupportInputMode();
+    IMPORT_C TInt SupportInputMode( TInt aLanguage );
+
+	 /**
+	 * Set Input Language Id
+	 *
+	 * @since S60 v4.0
+	 * @param aLanguage The input lanuage Id
+	 * @return The operation result code.KErrNone if successfully.
+	 */
+	IMPORT_C TInt SetInputLanguage( TInt aLanguage );
 
     /**
      * Set UI layout id. It will create the UI by the Id
@@ -416,6 +425,9 @@
     IMPORT_C void SetEditorPriority(TInt aFlag); 
     IMPORT_C void ClearTouchUI();
     IMPORT_C void SetResourceChange(TBool aFlag); 
+    IMPORT_C TInt ConnectAsyc(TRequestStatus& aStatus);
+	IMPORT_C void SetDataQueryPopped(TBool aFlag);
+    IMPORT_C void EnablePriorityChangeOnOriChange(TBool aEnabled);
 private:    // Data
     /**
      * The singleton client to the input server