+isf (2.3.5923-1slp2+2) unstable; urgency=low
+
+ * Update scim_helper.h for ABI issue
+ * Git: framework/uifw/isf
+ * Tag: isf_2.3.5923-1slp2+2
+
+ -- Haifeng Deng <haifeng.deng@samsung.com> Fri, 23 Nov 2012 18:02:00 +0900
+
isf (2.3.5923-1slp2+1) unstable; urgency=low
* Add expand_candidate (), contract_candidate () and update_candidate_item_layout () for keyboard ISE
*/
Connection signal_connect_update_candidate_table_page_size (HelperAgentSlotInt *slot);
- /**
- * @brief Connect a slot to Helper update candidate item layout signal.
- *
- * The prototype of the slot is:
- * void update_candidate_item_layout (const HelperAgent *, const std::vector<uint32> &row_items);
- */
- Connection signal_connect_update_candidate_item_layout (HelperAgentSlotUintVector *slot);
-
/**
* @brief Connect a slot to Helper select associate signal.
*
* void longpress_candidate (const HelperAgent *agent, int ic, const String &uuid, int index);
*/
Connection signal_connect_longpress_candidate (HelperAgentSlotInt *slot);
+
+ /**
+ * @brief Connect a slot to Helper update candidate item layout signal.
+ *
+ * The prototype of the slot is:
+ * void update_candidate_item_layout (const HelperAgent *, const std::vector<uint32> &row_items);
+ */
+ Connection signal_connect_update_candidate_item_layout (HelperAgentSlotUintVector *slot);
};
/** @} */
*/
Connection signal_connect_exit (PanelClientSlotVoid *slot);
- /**
- * @brief Signal: update candidate item layout
- *
- * slot prototype: void update_candidate_item_layout (int context, const std::vector<uint32> &);
- */
- Connection signal_connect_update_candidate_item_layout (PanelClientSlotUintVector *slot);
-
/**
* @brief Signal: update lookup table page size
*
*/
Connection signal_connect_delete_surrounding_text (PanelClientSlotIntInt *slot);
+ /**
+ * @brief Signal: update candidate item layout
+ *
+ * slot prototype: void update_candidate_item_layout (int context, const std::vector<uint32> &);
+ */
+ Connection signal_connect_update_candidate_item_layout (PanelClientSlotUintVector *slot);
+
/** @} */
};
Name: isf
Summary: Input Service Framework
Version: 2.3.5923
-Release: 1
+Release: 2
Group: TO_BE/FILLED_IN
License: LGPL
Source0: %{name}-%{version}.tar.gz