X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgerror.h;h=574eaf5a1373dadede5cf7ab694f81af8faff9a9;hb=35eaf037bdfca985abf5d349e7355f1d2ed9c77b;hp=6224b87add064dce801f6804282fcae895e63a24;hpb=0156092a4203d1c40dcd0df7515fc7eeaebba9ac;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gerror.h b/glib/gerror.h index 6224b87..574eaf5 100644 --- a/glib/gerror.h +++ b/glib/gerror.h @@ -14,8 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * see . */ #ifndef __G_ERROR_H__ @@ -37,8 +36,8 @@ G_BEGIN_DECLS * @code: error code, e.g. %G_FILE_ERROR_NOENT * @message: human-readable informative error message * - * The GError structure contains - * information about an error that has occurred. + * The `GError` structure contains information about + * an error that has occurred. */ typedef struct _GError GError;