text: Rename text_model_manager to factory

The text_model_manager interface is just used to create text_model
instances. It is more a factory than a manager so rename it to
text_model_factory.
This commit is contained in:
Jan Arne Petersen
2012-08-10 16:47:20 +02:00
committed by Kristian Høgsberg
parent 72f6082313
commit 5196374218
3 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<event name="locale"/>
</interface>
<interface name="text_model_manager" version="1">
<interface name="text_model_factory" version="1">
<request name="create_text_model">
<arg name="id" type="new_id" interface="text_model"/>
<arg name="surface" type="object" interface="wl_surface"/>