2010-08-17 05:33:07 +04:00
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
2010-04-18 05:08:16 +04:00
# ifndef foodbusunithfoo
# define foodbusunithfoo
/***
This file is part of systemd .
Copyright 2010 Lennart Poettering
systemd is free software ; you can redistribute it and / or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation ; either version 2 of the License , or
( at your option ) any later version .
systemd is distributed in the hope that it will be useful , but
WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the GNU
General Public License for more details .
You should have received a copy of the GNU General Public License
along with systemd ; If not , see < http : //www.gnu.org/licenses/>.
* * */
# include <dbus/dbus.h>
# include "manager.h"
# define BUS_UNIT_INTERFACE \
2010-05-23 05:45:33 +04:00
" <interface name= \" org.freedesktop.systemd1.Unit \" > \n " \
" <method name= \" Start \" > \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
" <method name= \" Stop \" > \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
2010-07-13 22:20:36 +04:00
" <method name= \" Reload \" > \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
2010-05-23 05:45:33 +04:00
" <method name= \" Restart \" > \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
2010-07-06 07:06:40 +04:00
" <method name= \" TryRestart \" > \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
2010-07-13 22:20:36 +04:00
" <method name= \" ReloadOrRestart \" > \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
" <method name= \" ReloadOrTryRestart \" > \n " \
2010-05-23 05:45:33 +04:00
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" job \" type= \" o \" direction= \" out \" /> \n " \
" </method> \n " \
2010-10-22 18:11:50 +04:00
" <method name= \" Kill \" > \n " \
" <arg name= \" who \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" mode \" type= \" s \" direction= \" in \" /> \n " \
" <arg name= \" signal \" type= \" i \" direction= \" in \" /> \n " \
" </method> \n " \
" <method name= \" ResetFailed \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" Id \" type= \" s \" access= \" read \" /> \n " \
" <property name= \" Names \" type= \" as \" access= \" read \" /> \n " \
2010-07-20 22:33:19 +04:00
" <property name= \" Following \" type= \" s \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" Requires \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" RequiresOverridable \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" Requisite \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" RequisiteOverridable \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" Wants \" type= \" as \" access= \" read \" /> \n " \
2010-10-29 01:18:47 +04:00
" <property name= \" BindTo \" type= \" as \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" RequiredBy \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" RequiredByOverridable \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" WantedBy \" type= \" as \" access= \" read \" /> \n " \
2010-10-29 01:18:47 +04:00
" <property name= \" BoundBy \" type= \" as \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" Conflicts \" type= \" as \" access= \" read \" /> \n " \
2010-08-10 00:32:30 +04:00
" <property name= \" ConflictedBy \" type= \" as \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" Before \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" After \" type= \" as \" access= \" read \" /> \n " \
2010-07-17 02:58:47 +04:00
" <property name= \" OnFailure \" type= \" as \" access= \" read \" /> \n " \
2012-01-11 05:47:14 +04:00
" <property name= \" Triggers \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" TriggeredBy \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" PropagateReloadTo \" type= \" as \" access= \" read \" /> \n " \
" <property name= \" PropagateReloadFrom \" type= \" as \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" Description \" type= \" s \" access= \" read \" /> \n " \
" <property name= \" LoadState \" type= \" s \" access= \" read \" /> \n " \
" <property name= \" ActiveState \" type= \" s \" access= \" read \" /> \n " \
" <property name= \" SubState \" type= \" s \" access= \" read \" /> \n " \
" <property name= \" FragmentPath \" type= \" s \" access= \" read \" /> \n " \
2011-07-31 20:28:02 +04:00
" <property name= \" UnitFileState \" type= \" s \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" InactiveExitTimestamp \" type= \" t \" access= \" read \" /> \n " \
2011-04-07 23:35:37 +04:00
" <property name= \" InactiveExitTimestampMonotonic \" type= \" t \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" ActiveEnterTimestamp \" type= \" t \" access= \" read \" /> \n " \
2011-04-07 23:35:37 +04:00
" <property name= \" ActiveEnterTimestampMonotonic \" type= \" t \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" ActiveExitTimestamp \" type= \" t \" access= \" read \" /> \n " \
2011-04-07 23:35:37 +04:00
" <property name= \" ActiveExitTimestampMonotonic \" type= \" t \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" InactiveEnterTimestamp \" type= \" t \" access= \" read \" /> \n " \
2011-04-07 23:35:37 +04:00
" <property name= \" InactiveEnterTimestampMonotonic \" type= \" t \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" CanStart \" type= \" b \" access= \" read \" /> \n " \
2010-08-10 22:57:21 +04:00
" <property name= \" CanStop \" type= \" b \" access= \" read \" /> \n " \
2011-04-14 05:55:03 +04:00
" <property name= \" CanReload \" type= \" b \" access= \" read \" /> \n " \
2010-08-31 00:45:46 +04:00
" <property name= \" CanIsolate \" type= \" b \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" Job \" type= \" (uo) \" access= \" read \" /> \n " \
2010-09-28 01:27:21 +04:00
" <property name= \" StopWhenUnneeded \" type= \" b \" access= \" read \" /> \n " \
2010-08-10 22:57:21 +04:00
" <property name= \" RefuseManualStart \" type= \" b \" access= \" read \" /> \n " \
" <property name= \" RefuseManualStop \" type= \" b \" access= \" read \" /> \n " \
2011-04-14 05:55:03 +04:00
" <property name= \" AllowIsolate \" type= \" b \" access= \" read \" /> \n " \
2010-07-04 06:24:07 +04:00
" <property name= \" DefaultDependencies \" type= \" b \" access= \" read \" /> \n " \
2011-04-14 05:55:03 +04:00
" <property name= \" OnFailureIsolate \" type= \" b \" access= \" read \" /> \n " \
" <property name= \" IgnoreOnIsolate \" type= \" b \" access= \" read \" /> \n " \
2011-05-05 12:58:55 +04:00
" <property name= \" IgnoreOnSnapshot \" type= \" b \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" <property name= \" DefaultControlGroup \" type= \" s \" access= \" read \" /> \n " \
2011-02-08 13:13:32 +03:00
" <property name= \" ControlGroup \" type= \" as \" access= \" read \" /> \n " \
2011-08-20 02:42:50 +04:00
" <property name= \" ControlGroupAttributes \" type= \" a(sss) \" access= \" read \" /> \n " \
2010-07-17 02:57:51 +04:00
" <property name= \" NeedDaemonReload \" type= \" b \" access= \" read \" /> \n " \
2010-07-17 06:09:28 +04:00
" <property name= \" JobTimeoutUSec \" type= \" t \" access= \" read \" /> \n " \
2011-03-10 01:58:17 +03:00
" <property name= \" ConditionTimestamp \" type= \" t \" access= \" read \" /> \n " \
2011-04-07 23:35:37 +04:00
" <property name= \" ConditionTimestampMonotonic \" type= \" t \" access= \" read \" /> \n " \
2011-03-10 01:58:17 +03:00
" <property name= \" ConditionResult \" type= \" b \" access= \" read \" /> \n " \
2011-07-31 20:13:03 +04:00
" <property name= \" LoadError \" type= \" (ss) \" access= \" read \" /> \n " \
2010-05-23 05:45:33 +04:00
" </interface> \n "
2010-04-18 05:08:16 +04:00
2011-03-09 22:01:53 +03:00
# define BUS_UNIT_INTERFACES_LIST \
BUS_GENERIC_INTERFACES_LIST \
" org.freedesktop.systemd1.Unit \0 "
2010-04-18 05:08:16 +04:00
# define BUS_UNIT_PROPERTIES \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " Id " , bus_property_append_string , " s " , u - > meta . id } , \
{ " org.freedesktop.systemd1.Unit " , " Names " , bus_unit_append_names , " as " , u } , \
2010-07-20 22:33:19 +04:00
{ " org.freedesktop.systemd1.Unit " , " Following " , bus_unit_append_following , " s " , u } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " Requires " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_REQUIRES ] } , \
{ " org.freedesktop.systemd1.Unit " , " RequiresOverridable " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_REQUIRES_OVERRIDABLE ] } , \
{ " org.freedesktop.systemd1.Unit " , " Requisite " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_REQUISITE ] } , \
{ " org.freedesktop.systemd1.Unit " , " RequisiteOverridable " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_REQUISITE_OVERRIDABLE ] } , \
{ " org.freedesktop.systemd1.Unit " , " Wants " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_WANTS ] } , \
2010-10-29 01:18:47 +04:00
{ " org.freedesktop.systemd1.Unit " , " BindTo " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_BIND_TO ] } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " RequiredBy " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_REQUIRED_BY ] } , \
{ " org.freedesktop.systemd1.Unit " , " RequiredByOverridable " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_REQUIRED_BY_OVERRIDABLE ] } , \
{ " org.freedesktop.systemd1.Unit " , " WantedBy " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_WANTED_BY ] } , \
2010-10-29 01:18:47 +04:00
{ " org.freedesktop.systemd1.Unit " , " BoundBy " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_BOUND_BY ] } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " Conflicts " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_CONFLICTS ] } , \
2010-08-10 00:32:30 +04:00
{ " org.freedesktop.systemd1.Unit " , " ConflictedBy " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_CONFLICTED_BY ] } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " Before " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_BEFORE ] } , \
{ " org.freedesktop.systemd1.Unit " , " After " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_AFTER ] } , \
2010-07-17 02:58:47 +04:00
{ " org.freedesktop.systemd1.Unit " , " OnFailure " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_ON_FAILURE ] } , \
2012-01-07 02:08:54 +04:00
{ " org.freedesktop.systemd1.Unit " , " Triggers " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_TRIGGERS ] } , \
{ " org.freedesktop.systemd1.Unit " , " TriggeredBy " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_TRIGGERED_BY ] } , \
2012-01-11 05:47:14 +04:00
{ " org.freedesktop.systemd1.Unit " , " PropagateReloadTo " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_PROPAGATE_RELOAD_TO ] } , \
{ " org.freedesktop.systemd1.Unit " , " PropagateReloadFrom " , bus_unit_append_dependencies , " as " , u - > meta . dependencies [ UNIT_PROPAGATE_RELOAD_FROM ] } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " Description " , bus_unit_append_description , " s " , u } , \
{ " org.freedesktop.systemd1.Unit " , " LoadState " , bus_unit_append_load_state , " s " , & u - > meta . load_state } , \
{ " org.freedesktop.systemd1.Unit " , " ActiveState " , bus_unit_append_active_state , " s " , u } , \
{ " org.freedesktop.systemd1.Unit " , " SubState " , bus_unit_append_sub_state , " s " , u } , \
{ " org.freedesktop.systemd1.Unit " , " FragmentPath " , bus_property_append_string , " s " , u - > meta . fragment_path } , \
2011-07-31 20:28:02 +04:00
{ " org.freedesktop.systemd1.Unit " , " UnitFileState " , bus_unit_append_file_state , " s " , u } , \
2011-04-07 23:35:37 +04:00
{ " org.freedesktop.systemd1.Unit " , " InactiveExitTimestamp " , bus_property_append_usec , " t " , & u - > meta . inactive_exit_timestamp . realtime } , \
{ " org.freedesktop.systemd1.Unit " , " InactiveExitTimestampMonotonic " , bus_property_append_usec , " t " , & u - > meta . inactive_exit_timestamp . monotonic } , \
{ " org.freedesktop.systemd1.Unit " , " ActiveEnterTimestamp " , bus_property_append_usec , " t " , & u - > meta . active_enter_timestamp . realtime } , \
{ " org.freedesktop.systemd1.Unit " , " ActiveEnterTimestampMonotonic " , bus_property_append_usec , " t " , & u - > meta . active_enter_timestamp . monotonic } , \
{ " org.freedesktop.systemd1.Unit " , " ActiveExitTimestamp " , bus_property_append_usec , " t " , & u - > meta . active_exit_timestamp . realtime } , \
{ " org.freedesktop.systemd1.Unit " , " ActiveExitTimestampMonotonic " , bus_property_append_usec , " t " , & u - > meta . active_exit_timestamp . monotonic } , \
2011-03-10 01:58:17 +03:00
{ " org.freedesktop.systemd1.Unit " , " InactiveEnterTimestamp " , bus_property_append_usec , " t " , & u - > meta . inactive_enter_timestamp . realtime } , \
2011-04-07 23:35:37 +04:00
{ " org.freedesktop.systemd1.Unit " , " InactiveEnterTimestampMonotonic " , bus_property_append_usec , " t " , & u - > meta . inactive_enter_timestamp . monotonic } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " CanStart " , bus_unit_append_can_start , " b " , u } , \
2010-08-10 22:57:21 +04:00
{ " org.freedesktop.systemd1.Unit " , " CanStop " , bus_unit_append_can_stop , " b " , u } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " CanReload " , bus_unit_append_can_reload , " b " , u } , \
2010-08-31 00:45:46 +04:00
{ " org.freedesktop.systemd1.Unit " , " CanIsolate " , bus_unit_append_can_isolate , " b " , u } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " Job " , bus_unit_append_job , " (uo) " , u } , \
2010-09-28 01:27:21 +04:00
{ " org.freedesktop.systemd1.Unit " , " StopWhenUnneeded " , bus_property_append_bool , " b " , & u - > meta . stop_when_unneeded } , \
2010-08-10 22:57:21 +04:00
{ " org.freedesktop.systemd1.Unit " , " RefuseManualStart " , bus_property_append_bool , " b " , & u - > meta . refuse_manual_start } , \
{ " org.freedesktop.systemd1.Unit " , " RefuseManualStop " , bus_property_append_bool , " b " , & u - > meta . refuse_manual_stop } , \
2010-08-31 00:45:46 +04:00
{ " org.freedesktop.systemd1.Unit " , " AllowIsolate " , bus_property_append_bool , " b " , & u - > meta . allow_isolate } , \
2010-07-04 06:24:07 +04:00
{ " org.freedesktop.systemd1.Unit " , " DefaultDependencies " , bus_property_append_bool , " b " , & u - > meta . default_dependencies } , \
2011-04-07 06:11:31 +04:00
{ " org.freedesktop.systemd1.Unit " , " OnFailureIsolate " , bus_property_append_bool , " b " , & u - > meta . on_failure_isolate } , \
2011-04-14 05:55:03 +04:00
{ " org.freedesktop.systemd1.Unit " , " IgnoreOnIsolate " , bus_property_append_bool , " b " , & u - > meta . ignore_on_isolate } , \
2011-05-05 12:58:55 +04:00
{ " org.freedesktop.systemd1.Unit " , " IgnoreOnSnapshot " , bus_property_append_bool , " b " , & u - > meta . ignore_on_snapshot } , \
2010-05-16 18:20:24 +04:00
{ " org.freedesktop.systemd1.Unit " , " DefaultControlGroup " , bus_unit_append_default_cgroup , " s " , u } , \
2011-02-08 13:13:32 +03:00
{ " org.freedesktop.systemd1.Unit " , " ControlGroup " , bus_unit_append_cgroups , " as " , u } , \
2011-08-20 02:42:50 +04:00
{ " org.freedesktop.systemd1.Unit " , " ControlGroupAttributes " , bus_unit_append_cgroup_attrs , " a(sss) " , u } , \
2010-07-17 06:09:28 +04:00
{ " org.freedesktop.systemd1.Unit " , " NeedDaemonReload " , bus_unit_append_need_daemon_reload , " b " , u } , \
2011-03-10 01:58:17 +03:00
{ " org.freedesktop.systemd1.Unit " , " JobTimeoutUSec " , bus_property_append_usec , " t " , & u - > meta . job_timeout } , \
{ " org.freedesktop.systemd1.Unit " , " ConditionTimestamp " , bus_property_append_usec , " t " , & u - > meta . condition_timestamp . realtime } , \
2011-04-07 23:35:37 +04:00
{ " org.freedesktop.systemd1.Unit " , " ConditionTimestampMonotonic " , bus_property_append_usec , " t " , & u - > meta . condition_timestamp . monotonic } , \
2011-07-31 20:13:03 +04:00
{ " org.freedesktop.systemd1.Unit " , " ConditionResult " , bus_property_append_bool , " b " , & u - > meta . condition_result } , \
{ " org.freedesktop.systemd1.Unit " , " LoadError " , bus_unit_append_load_error , " (ss) " , u }
2010-04-18 05:08:16 +04:00
2011-04-16 03:54:49 +04:00
int bus_unit_append_names ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_following ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_dependencies ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_description ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_load_state ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_active_state ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_sub_state ( DBusMessageIter * i , const char * property , void * data ) ;
2011-07-31 20:28:02 +04:00
int bus_unit_append_file_state ( DBusMessageIter * i , const char * property , void * data ) ;
2011-04-16 03:54:49 +04:00
int bus_unit_append_can_start ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_can_stop ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_can_reload ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_can_isolate ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_job ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_default_cgroup ( DBusMessageIter * i , const char * property , void * data ) ;
int bus_unit_append_cgroups ( DBusMessageIter * i , const char * property , void * data ) ;
2011-08-20 02:42:50 +04:00
int bus_unit_append_cgroup_attrs ( DBusMessageIter * i , const char * property , void * data ) ;
2011-04-16 03:54:49 +04:00
int bus_unit_append_need_daemon_reload ( DBusMessageIter * i , const char * property , void * data ) ;
2011-07-31 20:13:03 +04:00
int bus_unit_append_load_error ( DBusMessageIter * i , const char * property , void * data ) ;
2010-04-18 05:08:16 +04:00
void bus_unit_send_change_signal ( Unit * u ) ;
void bus_unit_send_removed_signal ( Unit * u ) ;
extern const DBusObjectPathVTable bus_unit_vtable ;
2010-05-23 05:45:33 +04:00
extern const char bus_unit_interface [ ] ;
2010-04-18 05:08:16 +04:00
# endif