Improve gtk_builder_get_type_from_name() documentation. (#461222, Murray

2007-10-24  Johan Dahlin  <jdahlin@async.com.br>

	* gtk/gtkbuilder.c: Improve gtk_builder_get_type_from_name()
	documentation. (#461222, Murray Cumming)


svn path=/trunk/; revision=18948
This commit is contained in:
Johan Dahlin 2007-10-24 18:24:44 +00:00 committed by Johan Dahlin
parent 6f415c40a8
commit 949d340659
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-24 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c: Improve gtk_builder_get_type_from_name()
documentation. (#461222, Murray Cumming)
2007-10-24 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (update_toplevel_order): Use an

View File

@ -1406,7 +1406,8 @@ _gtk_builder_flags_from_string (GType type,
* @type_name: type name to lookup
*
* Looks up a type by name, using the virtual function that
* #GtkBuilder has for that purpose.
* #GtkBuilder has for that purpose. This is mainly used when
* implementing the #GtkBuildable interface on a type.
*
* Returns: the #GType found for @type_name or #G_TYPE_INVALID
* if no type was found