summaryrefslogtreecommitdiff
path: root/gst/gsturi.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-09 12:08:54 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-09 12:08:54 +0000
commit09bc0d93af3b3f4039b3864374748b13091f11f1 (patch)
tree33fbb06ac769bd077e75ffe39033096cdeb1560c /gst/gsturi.h
parent99a61247bcbfbbce822383efd1ab1dbe4d618c18 (diff)
Add new API: gst_uri_has_protocol() (#333779).
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * gst/gsturi.c: (gst_uri_has_protocol): * gst/gsturi.h: Add new API: gst_uri_has_protocol() (#333779).
Diffstat (limited to 'gst/gsturi.h')
-rw-r--r--gst/gsturi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gsturi.h b/gst/gsturi.h
index f76f56dc5..82bae5d27 100644
--- a/gst/gsturi.h
+++ b/gst/gsturi.h
@@ -115,6 +115,8 @@ struct _GstURIHandlerInterface {
gboolean gst_uri_protocol_is_valid (const gchar * protocol);
gboolean gst_uri_is_valid (const gchar * uri);
gchar * gst_uri_get_protocol (const gchar * uri);
+gboolean gst_uri_has_protocol (const gchar * uri,
+ const gchar * protocol);
gchar * gst_uri_get_location (const gchar * uri);
gchar * gst_uri_construct (const gchar * protocol,
const gchar * location);