summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-02-11 00:57:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-02-11 00:57:39 -0500
commitba1f2ae3fc9f23e6f260021dc53d77d39aa3f0fe (patch)
treeeaf165417c09acc5404ced264e99cd0bc105e305 /gtk/gtkbuilder.c
parent0795237bb2ef7d7381bf5686ddd0d7fee70e9181 (diff)
downloadgtk+-ba1f2ae3fc9f23e6f260021dc53d77d39aa3f0fe.tar.gz
Mention the de-facto standard filename extension
GtkBuilder files are commonly named .ui - mention that in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=590325
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r--gtk/gtkbuilder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 9923bc257f..3d946053c6 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -59,7 +59,7 @@
* or just <firstterm>UI definitions</firstterm> if the context is clear. Do not
* confuse GtkBuilder UI Definitions with
* <link linkend="XML-UI">GtkUIManager UI Definitions</link>, which are more
- * limited in scope.
+ * limited in scope. It is common to use <filename>.ui</filename> as the filename extension for files containing GtkBuilder UI definitions.
* </para>
* <programlisting>
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gtk/gtkbuilder.rnc">