From: Wim Taymans Date: Fri, 26 Aug 2011 08:57:37 +0000 (+0200) Subject: uri: some doc fixes X-Git-Tag: RELEASE-0.11.1~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d87984db3ad7f907b6c15e5891ac524a9c95313;p=platform%2Fupstream%2Fgstreamer.git uri: some doc fixes --- diff --git a/gst/gsturi.h b/gst/gsturi.h index 78ae195..176d70e 100644 --- a/gst/gsturi.h +++ b/gst/gsturi.h @@ -74,14 +74,6 @@ typedef struct _GstURIHandlerInterface GstURIHandlerInterface; * @get_protocols: Method to return the list of protocols handled by the element. * @get_uri: Method to return the URI currently handled by the element. * @set_uri: Method to set a new URI. - * @get_type_full: Variant of get_type which takes a GType argument. This is - * for use by bindings that need to pass context when creating a URI Handler. - * If implemented, get_type will be used in preference to get_type_full. - * Since: 0.10.15. - * @get_protocols_full: Variant of get_protocols which takes a GType argument. - * This is for use by bindings that need to pass context when creating a URI - * Handler. If implemented, get_protocols will be used in preference to - * get_protocols_full. Since: 0.10.15. * * Any #GstElement using this interface should implement these methods. */