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:
committed by
Kristian Høgsberg
parent
72f6082313
commit
5196374218
+1
-1
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user