summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-service-proxy-private.h
blob: 42a93a8c015d75b48d85c012671ff65eedbc5087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */
#ifndef GUPNP_SERVICE_PROXY_PRIVATE_H
#define GUPNP_SERVICE_PROXY_PRIVATE_H

#include "gupnp-service-proxy.h"

G_BEGIN_DECLS

G_GNUC_INTERNAL void
gupnp_service_proxy_remove_action (GUPnPServiceProxy       *proxy,
                                   GUPnPServiceProxyAction *action);

G_END_DECLS

#endif /* GUPNP_SERVICE_PROXY_ACTION_H */