mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
6f415c40a8
commit
949d340659
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user