aboutsummaryrefslogtreecommitdiffstats
path: root/src/app_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_launcher.h')
-rw-r--r--src/app_launcher.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/app_launcher.h b/src/app_launcher.h
index bfbe281..3155609 100644
--- a/src/app_launcher.h
+++ b/src/app_launcher.h
@@ -1,17 +1,7 @@
+// SPDX-License-Identifier: Apache-2.0
/*
* Copyright (C) 2021 Collabora Ltd
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Copyright (C) 2022 Konsulko Group
*/
#ifndef APPLAUNCHER_H
@@ -33,9 +23,7 @@ G_DECLARE_FINAL_TYPE(AppLauncher, app_launcher, APPLAUNCHD, APP_LAUNCHER,
AppLauncher *app_launcher_get_default(void);
-AppInfo *app_launcher_get_app_info(AppLauncher *self, const gchar *app_id);
-sd_bus *app_launcher_get_bus(AppLauncher *self);
-sd_event *app_launcher_get_event(AppLauncher *self);
+gboolean app_launcher_start_app(AppLauncher *self, AppInfo *app_info);
G_END_DECLS