修改systime的dbus的interface

This commit is contained in:
szm-min 2022-07-26 17:21:50 +08:00
parent eed4fffd20
commit ea701245cd
1 changed files with 9 additions and 1 deletions

View File

@ -233,7 +233,15 @@ const char *server_introspection_xml =
" </interface>\n"
" <interface name='org.freedesktop.DBus.Properties'>\n"
" <method name=timerfd"
" <method name='Get'>\n"
" <arg name='interface' type='s' direction='in' />\n"
" <arg name='property' type='s' direction='in' />\n"
" <arg name='value' type='s' direction='out' />\n"
" </method>\n"
" <method name='GetAll'>\n"
" <arg name='interface' type='s' direction='in'/>\n"
" <arg name='properties' type='a{sv}' direction='out'/>\n"
" </method>\n"
" </interface>\n"
" <interface name='com.kylin.kysdk.TimeInterface'>\n"