diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 14:19:04 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:37 -0500 |
commit | bc03314a06fbc3861dbf259cf814823496655ea2 (patch) | |
tree | feb5133066eed1e7f05c9f981a000b9c32bdb0eb /gtk/gtkbuilder.c | |
parent | 43c515bb5b025d3144e3c1d6870db7fa49a5dca9 (diff) | |
download | gtk+-bc03314a06fbc3861dbf259cf814823496655ea2.tar.gz |
docs: fix GtkBuilder typename
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r-- | gtk/gtkbuilder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index b79207be0d..33786a2154 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -2440,7 +2440,7 @@ gtk_builder_lookup_callback_symbol (GtkBuilder *builder, * the program will be aborted. You should only ever attempt to parse * user interface descriptions that are shipped as part of your program. * - * Returns: a #Gtkbuilder containing the described interface + * Returns: a #GtkBuilder containing the described interface * * Since: 3.10 **/ @@ -2467,7 +2467,7 @@ gtk_builder_new_from_file (const gchar *filename) * If there is an error locating the resurce or parsing the description * then the program will be aborted. * - * Returns: a #Gtkbuilder containing the described interface + * Returns: a #GtkBuilder containing the described interface * * Since: 3.10 **/ @@ -2499,7 +2499,7 @@ gtk_builder_new_from_resource (const gchar *resource_path) * aborted. You should not attempt to parse user interface description * from untrusted sources. * - * Returns: a #Gtkbuilder containing the interface described by @string + * Returns: a #GtkBuilder containing the interface described by @string * * Since: 3.10 **/ |