X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgtcpwrapperconnection.c;h=3bdecf1f7264d668c57fdabf1187cb86fb3f7684;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=dd4cd85117e4e60e69bad056733c3ec02e558862;hpb=a3182e3b9a229292be5370542915ae4cc8cc6e25;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gtcpwrapperconnection.c b/gio/gtcpwrapperconnection.c index dd4cd85..3bdecf1 100644 --- a/gio/gtcpwrapperconnection.c +++ b/gio/gtcpwrapperconnection.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Authors: Nicolas Dufresne */ @@ -23,7 +21,9 @@ /** * SECTION:gtcpwrapperconnection * @title: GTcpWrapperConnection - * @short_description: Wrapper for non-GSocketConnection-based, GSocket-based GIOStreams + * @short_description: Wrapper for non-GSocketConnection-based, + * GSocket-based GIOStreams + * @include: gio/gio.h * @see_also: #GSocketConnection. * * A #GTcpWrapperConnection can be used to wrap a #GIOStream that is @@ -157,7 +157,7 @@ g_tcp_wrapper_connection_init (GTcpWrapperConnection *connection) * * Wraps @base_io_stream and @socket together as a #GSocketConnection. * - * Return value: the new #GSocketConnection. + * Returns: the new #GSocketConnection. * * Since: 2.28 */ @@ -183,7 +183,7 @@ g_tcp_wrapper_connection_new (GIOStream *base_io_stream, * * Get's @conn's base #GIOStream * - * Return value: (transfer none): @conn's base #GIOStream + * Returns: (transfer none): @conn's base #GIOStream */ GIOStream * g_tcp_wrapper_connection_get_base_io_stream (GTcpWrapperConnection *conn)