summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:24 -0500
commitf9a9d3f59ec01bfc6ac037e801c0decece9596cc (patch)
treec7617c401d2505adef5e1008b72d30674dcc5dd2 /lib
parentb6beb1816f978aecc2ffdc5a3ec36282b6df38ce (diff)
downloadtdevelop-f9a9d3f59ec01bfc6ac037e801c0decece9596cc.tar.gz
tdevelop-f9a9d3f59ec01bfc6ac037e801c0decece9596cc.zip
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'lib')
-rw-r--r--lib/interfaces/kdevplugin.h2
-rw-r--r--lib/interfaces/kdevplugincontroller.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h
index 31cc5550..5bdcaaf6 100644
--- a/lib/interfaces/kdevplugin.h
+++ b/lib/interfaces/kdevplugin.h
@@ -158,7 +158,7 @@ public:
/**Queries for the plugin which supports given service type (such plugins are called extensions in KDevelop).
All already loaded plugins will be queried and the <b>first loaded one</b> to support
- the service type will be returned. Any plugin can be an extension, only "ServiceTypes=..."
+ the service type will be returned. Any plugin can be an extension, only "X-TDE-ServiceTypes=..."
entry is required in .desktop file for that plugin.
Template argument is used as a type to cast the result to. This is done because extension
diff --git a/lib/interfaces/kdevplugincontroller.h b/lib/interfaces/kdevplugincontroller.h
index 05ee050b..d72563d5 100644
--- a/lib/interfaces/kdevplugincontroller.h
+++ b/lib/interfaces/kdevplugincontroller.h
@@ -64,7 +64,7 @@ public:
/**Queries for the plugin which supports given service type.
All already loaded plugins will be queried and the first one to support the service type
- will be returned. Any plugin can be an extension, only "ServiceTypes=..." entry is
+ will be returned. Any plugin can be an extension, only "X-TDE-ServiceTypes=..." entry is
required in .desktop file for that plugin.
@param serviceType The service type of an extension (like "TDevelop/SourceFormatter")
@param constraint The constraint which is applied when quering for the service. This