summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-service.h
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-03 11:07:59 +0100
committerJens Georg <mail@jensge.org>2022-01-03 19:10:51 +0100
commitd2ad83d588759d005c7a3bae87f7523666e9a733 (patch)
tree35de8ceeb48fe817dfc03c5026150b7c35af1c8f /libgupnp/gupnp-service.h
parent79a2cb24cd0079e9a025809d11dce13edce68bdd (diff)
downloadgupnp-d2ad83d588759d005c7a3bae87f7523666e9a733.tar.gz
docs: Use gi-docgen instead of gtk-doc
Diffstat (limited to 'libgupnp/gupnp-service.h')
-rw-r--r--libgupnp/gupnp-service.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libgupnp/gupnp-service.h b/libgupnp/gupnp-service.h
index e0db942..fc9d3a8 100644
--- a/libgupnp/gupnp-service.h
+++ b/libgupnp/gupnp-service.h
@@ -133,6 +133,20 @@ gupnp_service_signals_autoconnect (GUPnPService *service,
gpointer user_data,
GError **error);
+void
+gupnp_service_action_invoked (GUPnPService *service,
+ GUPnPServiceAction *action);
+
+void
+gupnp_service_query_variable (GUPnPService *service,
+ const char *variable,
+ GValue *value);
+
+void
+gupnp_service_notify_failed (GUPnPService *service,
+ const GList *callback_urls,
+ const GError *reason);
+
G_END_DECLS
#endif /* GUPNP_SERVICE_H */