···11-pub mod moxsm_service_registration_v1 {
22- hyprwire::include_protocol!("moxsm_service_registration_v1");
11+pub mod moxservice_service_registration_v1 {
22+ hyprwire::include_protocol!("moxservice_service_registration_v1");
33 pub use spec::*;
44}
55···1313pub use closure::{BuildMetadata, ClosureService, ClosureServices};
1414pub use command::parse_command_line;
1515pub use graph::Graph;
1616-pub use moxsm_service_registration_v1::{RestartOn, ServiceType};
1616+pub use moxservice_service_registration_v1::{RestartOn, ServiceType};
1717pub use resources::{CpuLimit, High, Limits, Max, MemoryLimit, Resources};
1818pub use restart::{Restart, RestartSec};
1919pub use service::{ServiceConfig, ServiceDependencies};
···11<?xml version="1.0" encoding="UTF-8"?>
22-<protocol name="moxsm_core_v1" version="1">
33- <object name="moxsm_core_manager" version="1">
22+<protocol name="moxservice_core_v1" version="1">
33+ <object name="moxservice_core_manager" version="1">
44 <description summary="core manager object">
55 Core manager object for service discovery and service control operations.
66 </description>
···4242 Creates a service object for the named service.
4343 </description>
4444 <arg name="name" type="varchar" summary="service name"/>
4545- <returns iface="moxsm_core_service"/>
4545+ <returns iface="moxservice_core_service"/>
4646 </c2s>
4747 <c2s name="reload">
4848 <description summary="reload active closure">
···5656 </c2s>
5757 </object>
58585959- <object name="moxsm_core_service" version="1">
5959+ <object name="moxservice_core_service" version="1">
6060 <description summary="service object">
6161 Per-service object that emits state and metadata. An initial property batch is sent
6262 immediately after the object is created, and future updates are sent on change.