summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-03 17:19:27 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 16:58:53 -0500
commit9f99f567c837700baa7e48e63716b5473ae92972 (patch)
treedb354c8405ecf67e49d20c5ee5580cddbd0a4b44 /gtk/gtkcssprovider.c
parent8d6717097c37d4054552efabd9b19a6b397db599 (diff)
downloadgtk+-9f99f567c837700baa7e48e63716b5473ae92972.tar.gz
docs: use markdown instead of inlinegraphic tags
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r--gtk/gtkcssprovider.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 93b2f8482f..c449175c08 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -431,14 +431,14 @@
* color stops with position 0 and 1, respectively.
*
* An example for a linear gradient:
- * <inlinegraphic fileref="gradient1.png" format="PNG"/>
+ * ![](gradient1.png)
* This gradient was specified with
* <literallayout>-gtk-gradient (linear,
* left top, right bottom,
* from(&commat;yellow), to(&commat;blue))</literallayout>
*
* Another example for a linear gradient:
- * <inlinegraphic fileref="gradient2.png" format="PNG"/>
+ * ![](gradient2.png)
* This gradient was specified with
* <literallayout>-gtk-gradient (linear,
* 0 0, 0 1,
@@ -458,7 +458,7 @@
* the other parameters are as before.
*
* An example of a radial gradient:
- * <inlinegraphic fileref="gradient3.png" format="PNG"/>
+ * ![](gradient3.png)
* This gradient was specified with
* <literallayout>-gtk-gradient (radial,
* center center, 0,
@@ -466,7 +466,7 @@
* from(&commat;yellow), to(&commat;green))</literallayout>
*
* Another example of a radial gradient:
- * <inlinegraphic fileref="gradient4.png" format="PNG"/>
+ * ![](gradient4.png)
* This gradient was specified with
* <literallayout>-gtk-gradient (radial,
* 0.4 0.4, 0.1,
@@ -525,7 +525,7 @@
* For more information, see the CSS3 documentation for the border-image property,
* which can be found <ulink url="http://www.w3.org/TR/css3-background/#border-images">here</ulink>.
*
- * <inlinegraphic fileref="slices.png" format="PNG"/>
+ * ![](slices.png)
*
* The parameters of the slicing process are controlled by
* four separate properties. Note that you can use the
@@ -570,17 +570,17 @@
* If only one option is specified, it affects both.
*
* An example of a border image:
- * <inlinegraphic fileref="border1.png" format="PNG"/>
+ * ![](border1.png)
* This border image was specified with
* <literallayout>url("gradient1.png") 10 10 10 10</literallayout>
*
* An example of a repeating border image:
- * <inlinegraphic fileref="border2.png" format="PNG"/>
+ * ![](border2.png)
* This border image was specified with
* <literallayout>url("gradient1.png") 10 10 10 10 repeat</literallayout>
*
* An example of a stretched border image:
- * <inlinegraphic fileref="border3.png" format="PNG"/>
+ * ![](border3.png)
* This border image was specified with
* <literallayout>url("gradient1.png") 10 10 10 10 stretch</literallayout>
*