docs: use the same name for the argument in prototype and docs

This commit is contained in:
Stefan Kost 2011-05-18 15:02:02 +03:00
parent e7659aeecd
commit 79b22cb2ed
2 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ gboolean gst_proxy_pad_event_default (GstPad *pad, G
gboolean gst_proxy_pad_query_default (GstPad *pad, GstQuery *query); gboolean gst_proxy_pad_query_default (GstPad *pad, GstQuery *query);
GstIterator* gst_proxy_pad_iterate_internal_links_default (GstPad *pad); GstIterator* gst_proxy_pad_iterate_internal_links_default (GstPad *pad);
GstFlowReturn gst_proxy_pad_bufferalloc_default (GstPad *pad, guint64 offset, guint size, GstCaps *caps, GstBuffer **buf); GstFlowReturn gst_proxy_pad_bufferalloc_default (GstPad *pad, guint64 offset, guint size, GstCaps *caps, GstBuffer **buf);
GstFlowReturn gst_proxy_pad_chain_default (GstPad *pad, GstBuffer *buf); GstFlowReturn gst_proxy_pad_chain_default (GstPad *pad, GstBuffer *buffer);
GstFlowReturn gst_proxy_pad_chain_list_default (GstPad *pad, GstBufferList *list); GstFlowReturn gst_proxy_pad_chain_list_default (GstPad *pad, GstBufferList *list);
GstFlowReturn gst_proxy_pad_getrange_default (GstPad *pad, guint64 offset, guint size, GstBuffer **buffer); GstFlowReturn gst_proxy_pad_getrange_default (GstPad *pad, guint64 offset, guint size, GstBuffer **buffer);
gboolean gst_proxy_pad_checkgetrange_default (GstPad *pad); gboolean gst_proxy_pad_checkgetrange_default (GstPad *pad);

View file

@ -414,7 +414,7 @@ gst_mini_object_unref (GstMiniObject * mini_object)
/** /**
* gst_mini_object_weak_ref: (skip) * gst_mini_object_weak_ref: (skip)
* @mini_object: #GstMiniObject to reference weakly * @object: #GstMiniObject to reference weakly
* @notify: callback to invoke before the mini object is freed * @notify: callback to invoke before the mini object is freed
* @data: extra data to pass to notify * @data: extra data to pass to notify
* *
@ -475,7 +475,7 @@ found:
/** /**
* gst_mini_object_weak_unref: (skip) * gst_mini_object_weak_unref: (skip)
* @mini_object: #GstMiniObject to remove a weak reference from * @object: #GstMiniObject to remove a weak reference from
* @notify: callback to search for * @notify: callback to search for
* @data: data to search for * @data: data to search for
* *