projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be092b4
)
fix typo
author
Mathieu Lacage
<mathieu@src.gnome.org>
Fri, 5 Nov 2004 08:45:17 +0000
(08:45 +0000)
committer
Mathieu Lacage
<mathieu@src.gnome.org>
Fri, 5 Nov 2004 08:45:17 +0000
(08:45 +0000)
docs/reference/gobject/tut_gtype.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gobject/tut_gtype.xml
b/docs/reference/gobject/tut_gtype.xml
index 9c811443247c5a750c1aba9ac3c3b114287f22df..791daadc10ad27b9c7a35d9a9a549c06970b39f4 100644
(file)
--- a/
docs/reference/gobject/tut_gtype.xml
+++ b/
docs/reference/gobject/tut_gtype.xml
@@
-127,7
+127,7
@@
GType g_type_register_fundamental (GType type_id,
</para>
<para>
- The following code shows
shows
you can copy around a 64 bit integer, as well as a <type>GObject</type>
+ The following code shows
how
you can copy around a 64 bit integer, as well as a <type>GObject</type>
instance pointer (sample code for this is located in the source tarball for this document in
<filename>sample/gtype/test.c</filename>):
<programlisting>