From a52a14e4a9ee105663ae50e2c9cc0d8905fc1109 Mon Sep 17 00:00:00 2001 From: "14:06:34 Tim Janik" Date: Tue, 10 Jun 2008 12:07:18 +0000 Subject: [PATCH] fixed documentation regarding type checking macros that do and do not 2008-06-10 14:06:34 Tim Janik * gobject/tmpl/gtype.sgml: fixed documentation regarding type checking macros that do and do not issue warnings. svn path=/trunk/; revision=6986 --- docs/reference/ChangeLog | 5 +++++ docs/reference/gobject/tmpl/gtype.sgml | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e686d5c47..e17838549 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2008-06-10 14:06:34 Tim Janik + + * gobject/tmpl/gtype.sgml: fixed documentation regarding type checking + macros that do and do not issue warnings. + 2008-05-28 Matthias Clasen * glib/glib-docs.sgml: diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 692c000c7..253a1cd8f 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -516,7 +516,7 @@ This macro should only be used in type implementations. Returns %TRUE if @instance is a valid #GTypeInstance structure, -otherwise emits a warning and returns %FALSE. +otherwise issues a warning and returns %FALSE. This macro should only be used in type implementations. @@ -528,7 +528,7 @@ This macro should only be used in type implementations. Checks that @instance is an instance of the type identified by @g_type -and emits a warning if this is not the case. Returns @instance casted +and issues a warning if this is not the case. Returns @instance casted to a pointer to @c_type. @@ -543,7 +543,7 @@ This macro should only be used in type implementations. Returns %TRUE if @instance is an instance of the type identified by @g_type. -Otherwise emits a warning and returns %FALSE. +Otherwise returns %FALSE. This macro should only be used in type implementations. @@ -556,7 +556,7 @@ This macro should only be used in type implementations. Checks that @g_class is a class structure of the type identified by @g_type -and emits a warning if this is not the case. Returns @g_class casted +and issues a warning if this is not the case. Returns @g_class casted to a pointer to @c_type. @@ -571,7 +571,7 @@ This macro should only be used in type implementations. Returns %TRUE if @g_class is a class structure of the type identified by -@g_type. Otherwise emits a warning and returns %FALSE. +@g_type. Otherwise returns %FALSE. This macro should only be used in type implementations.