gtk-doc r674 - in trunk: . tests/gobject/src



Author: stefkost
Date: Sat Jan 31 17:02:54 2009
New Revision: 674
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=674&view=rev

Log:
	* tests/gobject/src/gobject.c:
	  Try to link to struct members as a test for Bug #565126.



Modified:
   trunk/ChangeLog
   trunk/tests/gobject/src/gobject.c

Modified: trunk/tests/gobject/src/gobject.c
==============================================================================
--- trunk/tests/gobject/src/gobject.c	(original)
+++ trunk/tests/gobject/src/gobject.c	Sat Jan 31 17:02:54 2009
@@ -6,6 +6,10 @@
  * This file contains non-sense code for the sole purpose of testing the docs.
  * We can link to the #GtkdocObject:otest property and the #GtkdocObject::otest
  * signal.
+ *
+ * When subclassing it is useful to override the #GtkdocObjectClass.test()
+ * method.
+ *
  * A new instance can be created using the gtkdoc_object_new() function. The
  * whole lifecycle usualy looks like shown in this example:
  * |[<!-- language="C" -->



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