X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgtlsserverconnection.c;h=4c2f486824332a611d041edf61b348d23313fd5c;hb=f2786908a8858ec9d063e8fae7e4b2d8d612b682;hp=496565671050ac8e4573ad99f8d24d46767cac13;hpb=07fd29c3236e479a217a5ad9875075537dfb3173;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gtlsserverconnection.c b/gio/gtlsserverconnection.c index 4965656..4c2f486 100644 --- a/gio/gtlsserverconnection.c +++ b/gio/gtlsserverconnection.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 . */ #include "config.h" @@ -23,7 +21,6 @@ #include "gtlsserverconnection.h" #include "ginitable.h" -#include "gio-marshal.h" #include "gioenumtypes.h" #include "gsocket.h" #include "gtlsbackend.h" @@ -74,7 +71,8 @@ g_tls_server_connection_default_init (GTlsServerConnectionInterface *iface) * Creates a new #GTlsServerConnection wrapping @base_io_stream (which * must have pollable input and output streams). * - * Return value: the new #GTlsServerConnection, or %NULL on error + * Returns: (transfer full) (type GTlsServerConnection): the new + * #GTlsServerConnection, or %NULL on error * * Since: 2.28 */