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:
Johan Dahlin 2007-07-06 13:39:19 +00:00 committed by Johan Dahlin
parent 695e95e68f
commit 78c9bbe33c
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* gtk/gtkbuilder.c: Support pixbuf properties by specifying

View File

@ -1405,7 +1405,7 @@ _gtk_builder_flags_from_string (GType type,
* Returns: the #GType found for @type_name or #G_TYPE_INVALID
* if no type was found
*
* Since 2.12
* Since: 2.12
*/
GType
gtk_builder_get_type_from_name (GtkBuilder *builder,