net: fix some argument names in documentation
authorEvan Nemerson <evan@coeus-group.com>
Wed, 20 Jun 2012 02:55:30 +0000 (19:55 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 20 Jun 2012 02:55:30 +0000 (19:55 -0700)
libs/gst/net/gstnettimepacket.c

index f4667f6..97f10ba 100644 (file)
@@ -110,8 +110,8 @@ gst_net_time_packet_serialize (const GstNetTimePacket * packet)
 /**
  * gst_net_time_packet_receive:
  * @socket: socket to receive the time packet on
- * @src_addr: (out): address of variable to return sender address
- * @err: return address for a #GError, or NULL
+ * @src_address: (out): address of variable to return sender address
+ * @error: return address for a #GError, or NULL
  *
  * Receives a #GstNetTimePacket over a socket. Handles interrupted system
  * calls, but otherwise returns NULL on error.
@@ -169,8 +169,8 @@ short_packet:
  * gst_net_time_packet_send:
  * @packet: the #GstNetTimePacket to send
  * @socket: socket to send the time packet on
- * @dest_addr: address to send the time packet to
- * @err: return address for a #GError, or NULL
+ * @dest_address: address to send the time packet to
+ * @error: return address for a #GError, or NULL
  *
  * Sends a #GstNetTimePacket over a socket.
  *