From e8e09c9b8900fd47366b926ee90059e2926cb0bc Mon Sep 17 00:00:00 2001 From: Timo Juhani Lindfors Date: Thu, 5 Apr 2012 13:13:42 +0300 Subject: Rename MakeHighPriority* to MakeThreadHighPriority* in introspection Introspection data talks about MakeHighPriority but the code implements MakeThreadHighPriority. This patch updates the introspection data to make it easier to call the methods from e.g. d-feet. Ditto for MakeHighPriorityWithPID. --- rtkit-daemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtkit-daemon.c b/rtkit-daemon.c index f9d9811..c8f630a 100644 --- a/rtkit-daemon.c +++ b/rtkit-daemon.c @@ -80,11 +80,11 @@ " \n" \ " \n" \ " \n" \ - " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ - " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ -- cgit