aboutsummaryrefslogtreecommitdiff
path: root/src/service.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-20 13:54:41 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-20 13:54:41 -0500
commitfab2853f35eb108988b5ddb16cd9f6e43de79773 (patch)
tree0f93467a9e494f9bdf10e9594021d15e2d45e60b /src/service.h
parentbb645114401d22af45b14294697e1e294cf52e34 (diff)
downloadayatana-indicator-session-fab2853f35eb108988b5ddb16cd9f6e43de79773.tar.gz
ayatana-indicator-session-fab2853f35eb108988b5ddb16cd9f6e43de79773.tar.bz2
ayatana-indicator-session-fab2853f35eb108988b5ddb16cd9f6e43de79773.zip
remove the --replace command-line argument and property as we're using upstart for that
Diffstat (limited to 'src/service.h')
-rw-r--r--src/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.h b/src/service.h
index 3fad6bf..fa870e5 100644
--- a/src/service.h
+++ b/src/service.h
@@ -64,7 +64,7 @@ struct _IndicatorSessionServiceClass
GType indicator_session_service_get_type (void);
-IndicatorSessionService * indicator_session_service_new (gboolean replace);
+IndicatorSessionService * indicator_session_service_new (void);
G_END_DECLS