Hi,

I found a typo.

2007/6/13, Johan Dahlin <[EMAIL PROTECTED]>:

> gtkbuilder.h
> ============

> /**
>  * gtk_builder_add_from_file:
>  * @buildable: a #GtkBuilder

@buildable -> @builder

>  * @filename: the name of the file to parse
>  * @error: return location for an error
>  *
>  * Parses a string containing a <link linkend="BUILDER-UI">GtkBuilder UI
> definition</link> and
>  * merges it with the current contents of @builder.
>  *
>  * Returns: A positive value on success, 0 if an error occurred
>  *
>  * Since: 2.12
>  **/
> guint        gtk_builder_add_from_file           (GtkBuilder   *builder,
>                                                   const gchar  *filename,
>                                                   GError      **error);


Thanks,
--
kou
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to