summaryrefslogtreecommitdiff
path: root/libsowatch/watchserver.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-15 15:48:47 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-15 15:48:47 +0200
commitc752ccafd8d826b3c0c9140e89ece09e90b34cb1 (patch)
tree87b99b668163d7ee57f61ffc7a68b2d1e5594521 /libsowatch/watchserver.h
parent6ceeb0c4b0e920740a2b65b01f76bb71f9d75db8 (diff)
downloadsowatch-c752ccafd8d826b3c0c9140e89ece09e90b34cb1.tar.gz
sowatch-c752ccafd8d826b3c0c9140e89ece09e90b34cb1.zip
avoid reloading watchlets when changing order only
Diffstat (limited to 'libsowatch/watchserver.h')
-rw-r--r--libsowatch/watchserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/watchserver.h b/libsowatch/watchserver.h
index 91f9b4e..67fcb81 100644
--- a/libsowatch/watchserver.h
+++ b/libsowatch/watchserver.h
@@ -35,6 +35,7 @@ public:
void addWatchlet(Watchlet *watchlet);
void insertWatchlet(int position, Watchlet *watchlet);
+ void moveWatchlet(const Watchlet *watchlet, int to);
void removeWatchlet(const Watchlet *watchlet);
void addProvider(NotificationProvider *provider);