summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtktypeutils.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-17 18:12:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-17 18:12:46 +0000
commitca2a67b4c6fbed8d99559ab68326f866bb472a89 (patch)
tree905da3f4b8eecc5456b3ef0c8216a4930db1e0b0 /docs/reference/gtk/tmpl/gtktypeutils.sgml
parent12aa8608ed71361b58f14a287060dc10f3514b8c (diff)
downloadgdk-pixbuf-ca2a67b4c6fbed8d99559ab68326f866bb472a89.tar.gz
Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN
Tue Apr 17 10:59:13 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (GTKDOC_CFLAGS): Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN * {gtk/gtk,gdk/gdk}-sections.txt: Updated
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktypeutils.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtktypeutils.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/tmpl/gtktypeutils.sgml b/docs/reference/gtk/tmpl/gtktypeutils.sgml
index 6295e2dfa..e6a3ad7ab 100644
--- a/docs/reference/gtk/tmpl/gtktypeutils.sgml
+++ b/docs/reference/gtk/tmpl/gtktypeutils.sgml
@@ -560,7 +560,7 @@ Create a new, unique type.
@type_info: must not be null, and @type_info->type_name must also not be null.
-<!-- ##### FUNCTION gtk_type_name ##### -->
+<!-- ##### MACRO gtk_type_name ##### -->
<para>
</para>
@@ -568,7 +568,7 @@ Create a new, unique type.
@Returns: a pointer to the name of a type, or NULL if it has none.
-<!-- ##### FUNCTION gtk_type_from_name ##### -->
+<!-- ##### MACRO gtk_type_from_name ##### -->
<para>
Get the internal representation of a type given its name.
</para>
@@ -577,7 +577,7 @@ Get the internal representation of a type given its name.
@Returns: a GtkType
-<!-- ##### FUNCTION gtk_type_parent ##### -->
+<!-- ##### MACRO gtk_type_parent ##### -->
<para>
</para>
@@ -608,7 +608,7 @@ has all the proper initializers called.
@Returns: gpointer to a GtkTypeObject
-<!-- ##### FUNCTION gtk_type_is_a ##### -->
+<!-- ##### MACRO gtk_type_is_a ##### -->
<para>
Look in the type hierarchy to see if @type has @is_a_type among its
ancestors. Do so with a simple lookup, not a loop.