Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLNA-RUI
gupnp
Commits
3858e8a8
Commit
3858e8a8
authored
Nov 30, 2013
by
Jens Georg
Browse files
Add deprecation guards
parent
423e5e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-service-proxy.h
View file @
3858e8a8
...
...
@@ -130,6 +130,7 @@ gupnp_service_proxy_send_action_valist
GError
**
error
,
va_list
var_args
);
#ifndef GUPNP_DISABLE_DEPRECATED
gboolean
gupnp_service_proxy_send_action_hash
(
GUPnPServiceProxy
*
proxy
,
...
...
@@ -137,6 +138,7 @@ gupnp_service_proxy_send_action_hash
GError
**
error
,
GHashTable
*
in_hash
,
GHashTable
*
out_hash
)
G_GNUC_DEPRECATED
;
#endif
gboolean
...
...
@@ -174,6 +176,7 @@ gupnp_service_proxy_begin_action_list
GUPnPServiceProxyActionCallback
callback
,
gpointer
user_data
);
#ifndef GUPNP_DISABLE_DEPRECATED
GUPnPServiceProxyAction
*
gupnp_service_proxy_begin_action_hash
(
GUPnPServiceProxy
*
proxy
,
...
...
@@ -181,6 +184,7 @@ gupnp_service_proxy_begin_action_hash
GUPnPServiceProxyActionCallback
callback
,
gpointer
user_data
,
GHashTable
*
hash
)
G_GNUC_DEPRECATED
;
#endif
gboolean
gupnp_service_proxy_end_action
(
GUPnPServiceProxy
*
proxy
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment