[gtk+] docs: make _from_resource() a literal



commit 035005ae1f2ee78b74dfd6c9d60cb51471fcfce6
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 13:45:42 2014 -0500

    docs: make _from_resource() a literal
    
    So it doesn't get expanded to a function link.

 docs/reference/gtk/getting_started.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index d5473ef..30c98cc 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -419,7 +419,7 @@ example_app_window_class_init (ExampleAppWindowClass *class)
         <para>(<ulink 
url="https://git.gnome.org/browse/gtk+/tree/examples/application2/exampleappwin.c";>full source</ulink>)</para>
       </informalexample>
 
-      <para>You may have noticed that we used the _from_resource() variant
+      <para>You may have noticed that we used the <literal>_from_resource()</literal> variant
       of the function that sets a template. Now we need to use GLib's resource
       functionality to include the ui file in the binary. This is commonly
       done by listing all resources in a .gresource.xml file, such as this:


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