summaryrefslogtreecommitdiff
path: root/src/text-backend.c
diff options
context:
space:
mode:
authorJan Arne Petersen <jpetersen@openismus.com>2013-04-18 16:47:22 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-05-02 16:22:36 -0400
commitfa3573852d4d61aad136a7a076d286e4e2da9ac0 (patch)
treef08aac4161f3c15050caaa1732ac8380feccc819 /src/text-backend.c
parentd160a309e620094e188ed2476e9a7a14fffc08df (diff)
text: rename text_model::commit to commit_state
Use ::commit_state as a request name to make clear what is commited. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
Diffstat (limited to 'src/text-backend.c')
-rw-r--r--src/text-backend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text-backend.c b/src/text-backend.c
index 7741123a..7d1d7d7d 100644
--- a/src/text-backend.c
+++ b/src/text-backend.c
@@ -261,8 +261,8 @@ text_model_invoke_action(struct wl_client *client,
}
static void
-text_model_commit(struct wl_client *client,
- struct wl_resource *resource)
+text_model_commit_state(struct wl_client *client,
+ struct wl_resource *resource)
{
struct text_model *text_model = resource->data;
struct input_method *input_method, *next;
@@ -324,7 +324,7 @@ static const struct text_model_interface text_model_implementation = {
text_model_set_micro_focus,
text_model_set_content_type,
text_model_invoke_action,
- text_model_commit,
+ text_model_commit_state,
text_model_show_input_panel,
text_model_hide_input_panel,
text_model_set_preferred_language