diff options
Diffstat (limited to 'src/service.vala')
-rw-r--r-- | src/service.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala index c51e58f..e6d217a 100644 --- a/src/service.vala +++ b/src/service.vala @@ -18,6 +18,10 @@ * Robert Ancell <robert.ancell@canonical.com> */ +/** + * Boilerplate class to own the name on the bus, + * to create the profiles, and to export them on the bus. + */ public class Service: Object { private MainLoop loop; |