Add a missing semi-colon in the doc string, spotted by Johannes Sasonko
2007-07-06 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing semi-colon in the doc string, spotted by Johannes Sasonko svn path=/trunk/; revision=18386
This commit is contained in:

committed by
Johan Dahlin

parent
695e95e68f
commit
78c9bbe33c
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-06 Johan Dahlin <jdahlin@async.com.br>
|
||||||
|
|
||||||
|
* gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing
|
||||||
|
semi-colon in the doc string, spotted by Johannes Sasonko
|
||||||
|
|
||||||
2007-07-05 Matthias Clasen <mclasen@redhat.com>
|
2007-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkbuilder.c: Support pixbuf properties by specifying
|
* gtk/gtkbuilder.c: Support pixbuf properties by specifying
|
||||||
|
@ -1405,7 +1405,7 @@ _gtk_builder_flags_from_string (GType type,
|
|||||||
* Returns: the #GType found for @type_name or #G_TYPE_INVALID
|
* Returns: the #GType found for @type_name or #G_TYPE_INVALID
|
||||||
* if no type was found
|
* if no type was found
|
||||||
*
|
*
|
||||||
* Since 2.12
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
GType
|
GType
|
||||||
gtk_builder_get_type_from_name (GtkBuilder *builder,
|
gtk_builder_get_type_from_name (GtkBuilder *builder,
|
||||||
|
Reference in New Issue
Block a user