X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=gio%2Fgtlsfiledatabase.c;h=dd341bca5977ea535bf37360fa145008f644dbbd;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=4d7c6d48f63333cd171bc4d1faccd6f7ee1c30ea;hpb=d85b722734a6fcfe94032f6113de9e5c190fd7c3;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gtlsfiledatabase.c b/gio/gtlsfiledatabase.c index 4d7c6d4..dd341bc 100644 --- a/gio/gtlsfiledatabase.c +++ b/gio/gtlsfiledatabase.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 . * * Author: Stef Walter */ @@ -35,7 +33,7 @@ * @include: gio/gio.h * * #GTlsFileDatabase is implemented by #GTlsDatabase objects which load - * their certificate information from a file. It is in interface which + * their certificate information from a file. It is an interface which * TLS library specific subtypes implement. * * Since: 2.30 @@ -84,7 +82,7 @@ g_tls_file_database_default_init (GTlsFileDatabaseInterface *iface) * * The certificates in @anchors must be PEM encoded. * - * Return value: (transfer full) (type GTlsFileDatabase): the new + * Returns: (transfer full) (type GTlsFileDatabase): the new * #GTlsFileDatabase, or %NULL on error * * Since: 2.30