glib r6986 - in trunk/docs/reference: . gobject/tmpl



Author: timj
Date: Tue Jun 10 12:07:18 2008
New Revision: 6986
URL: http://svn.gnome.org/viewvc/glib?rev=6986&view=rev

Log:
2008-06-10 14:06:34  Tim Janik  <timj imendio com>

        * gobject/tmpl/gtype.sgml: fixed documentation regarding type checking
        macros that do and do not issue warnings.



Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gobject/tmpl/gtype.sgml

Modified: trunk/docs/reference/gobject/tmpl/gtype.sgml
==============================================================================
--- trunk/docs/reference/gobject/tmpl/gtype.sgml	(original)
+++ trunk/docs/reference/gobject/tmpl/gtype.sgml	Tue Jun 10 12:07:18 2008
@@ -516,7 +516,7 @@
 <!-- ##### MACRO G_TYPE_CHECK_INSTANCE ##### -->
 <para>
 Returns %TRUE if @instance is a valid #GTypeInstance structure,
-otherwise emits a warning and returns %FALSE.
+otherwise issues a warning and returns %FALSE.
 <para>
 </para>
 This macro should only be used in type implementations.
@@ -528,7 +528,7 @@
 <!-- ##### MACRO G_TYPE_CHECK_INSTANCE_CAST ##### -->
 <para>
 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.
 </para>
 <para>
@@ -543,7 +543,7 @@
 <!-- ##### MACRO G_TYPE_CHECK_INSTANCE_TYPE ##### -->
 <para>
 Returns %TRUE if @instance is an instance of the type identified by @g_type.
-Otherwise emits a warning and returns %FALSE.
+Otherwise returns %FALSE.
 </para>
 <para>
 This macro should only be used in type implementations.
@@ -556,7 +556,7 @@
 <!-- ##### MACRO G_TYPE_CHECK_CLASS_CAST ##### -->
 <para>
 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.
 </para>
 <para>
@@ -571,7 +571,7 @@
 <!-- ##### MACRO G_TYPE_CHECK_CLASS_TYPE ##### -->
 <para>
 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.
 </para>
 <para>
 This macro should only be used in type implementations.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]