Re: GtkBuilder Public API - Last call



Hi,

I found a typo.

2007/6/13, Johan Dahlin <jdahlin async com br>:

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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]