KService

Plugin framework for desktop services

Introduction

KService provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code.

Usage

If you are using CMake, you need to have

find_package(KF5Service)

(or similar) in your CMakeLists.txt file, and you need to link to KF5::Service.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:55:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.