From 9f9c3cba09f545aeb19cb43e65dab705981f1460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bianti?= Date: Tue, 9 Apr 2013 15:15:12 +0200 Subject: [Bug] Add a Rescan method to Manager interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Resolves bug #4 - Make use of new API gupnp_context_manager_rescan_control_points() - Documentation updated. Signed-off-by: Sébastien Bianti --- libdleyna/server/interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libdleyna/server/interface.h') diff --git a/libdleyna/server/interface.h b/libdleyna/server/interface.h index 371a6b6..d845ee8 100644 --- a/libdleyna/server/interface.h +++ b/libdleyna/server/interface.h @@ -109,6 +109,7 @@ enum dls_interface_type_ { #define DLS_INTERFACE_GET_VERSION "GetVersion" #define DLS_INTERFACE_GET_SERVERS "GetServers" +#define DLS_INTERFACE_RESCAN "Rescan" #define DLS_INTERFACE_RELEASE "Release" #define DLS_INTERFACE_SET_PROTOCOL_INFO "SetProtocolInfo" #define DLS_INTERFACE_PREFER_LOCAL_ADDRESSES "PreferLocalAddresses" -- cgit v1.2.1