docs: don't use structfield tags
This commit is contained in:
@ -128,8 +128,7 @@ G_DEFINE_BOXED_TYPE (GdkColor, gdk_color,
|
||||
* @color: (out): the #GdkColor to fill in
|
||||
*
|
||||
* Parses a textual specification of a color and fill in the
|
||||
* <structfield>red</structfield>, <structfield>green</structfield>,
|
||||
* and <structfield>blue</structfield> fields of a #GdkColor.
|
||||
* @red, @green, and @blue fields of a #GdkColor.
|
||||
*
|
||||
* The string can either one of a large set of standard names
|
||||
* (taken from the X11 <filename>rgb.txt</filename> file), or
|
||||
|
||||
@ -138,9 +138,7 @@ parse_rgb_value (const gchar *str,
|
||||
* @spec: the string specifying the color
|
||||
*
|
||||
* Parses a textual representation of a color, filling in
|
||||
* the <structfield>red</structfield>, <structfield>green</structfield>,
|
||||
* <structfield>blue</structfield> and <structfield>alpha</structfield>
|
||||
* fields of the @rgba #GdkRGBA.
|
||||
* the @red, @green, @blue and @alpha fields of the @rgba #GdkRGBA.
|
||||
*
|
||||
* The string can be either one of:
|
||||
* <itemizedlist>
|
||||
|
||||
Reference in New Issue
Block a user