[gtk+] docs: use markdown instead of inlinegraphic tags
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: use markdown instead of inlinegraphic tags
- Date: Tue, 4 Feb 2014 22:04:09 +0000 (UTC)
commit 9f99f567c837700baa7e48e63716b5473ae92972
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Feb 3 17:19:27 2014 -0500
docs: use markdown instead of inlinegraphic tags
gdk/gdkcursor.c | 34 +++---
gdk/gdkcursor.h | 154 ++++++++++++++--------------
gdk/gdkdisplay.c | 4 +-
gtk/deprecated/gtkstock.h | 240 ++++++++++++++++++++++----------------------
gtk/gtkcssprovider.c | 16 ++--
gtk/gtkenums.h | 16 ++--
gtk/gtklockbutton.c | 18 +++-
gtk/gtknumerableicon.c | 8 +-
gtk/gtkstylecontext.c | 22 ++--
gtk/gtktreeview.c | 2 +-
10 files changed, 259 insertions(+), 255 deletions(-)
---
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 6cb5dee..f4e9417 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -224,23 +224,23 @@ gdk_cursor_get_cursor_type (GdkCursor *cursor)
*
* Creates a new cursor from the set of builtin cursors.
* Some useful ones are:
- * - <inlinegraphic format="PNG" fileref="right_ptr.png"></inlinegraphic> #GDK_RIGHT_PTR (right-facing arrow)
- * - <inlinegraphic format="PNG" fileref="crosshair.png"></inlinegraphic> #GDK_CROSSHAIR (crosshair)
- * - <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic> #GDK_XTERM (I-beam)
- * - <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic> #GDK_WATCH (busy)
- * - <inlinegraphic format="PNG" fileref="fleur.png"></inlinegraphic> #GDK_FLEUR (for moving objects)
- * - <inlinegraphic format="PNG" fileref="hand1.png"></inlinegraphic> #GDK_HAND1 (a right-pointing hand)
- * - <inlinegraphic format="PNG" fileref="hand2.png"></inlinegraphic> #GDK_HAND2 (a left-pointing hand)
- * - <inlinegraphic format="PNG" fileref="left_side.png"></inlinegraphic> #GDK_LEFT_SIDE (resize left side)
- * - <inlinegraphic format="PNG" fileref="right_side.png"></inlinegraphic> #GDK_RIGHT_SIDE (resize right
side)
- * - <inlinegraphic format="PNG" fileref="top_left_corner.png"></inlinegraphic> #GDK_TOP_LEFT_CORNER (resize
northwest corner)
- * - <inlinegraphic format="PNG" fileref="top_right_corner.png"></inlinegraphic> #GDK_TOP_RIGHT_CORNER
(resize northeast corner)
- * - <inlinegraphic format="PNG" fileref="bottom_left_corner.png"></inlinegraphic> #GDK_BOTTOM_LEFT_CORNER
(resize southwest corner)
- * - <inlinegraphic format="PNG" fileref="bottom_right_corner.png"></inlinegraphic> #GDK_BOTTOM_RIGHT_CORNER
(resize southeast corner)
- * - <inlinegraphic format="PNG" fileref="top_side.png"></inlinegraphic> #GDK_TOP_SIDE (resize top side)
- * - <inlinegraphic format="PNG" fileref="bottom_side.png"></inlinegraphic> #GDK_BOTTOM_SIDE (resize bottom
side)
- * - <inlinegraphic format="PNG" fileref="sb_h_double_arrow.png"></inlinegraphic> #GDK_SB_H_DOUBLE_ARROW
(move vertical splitter)
- * - <inlinegraphic format="PNG" fileref="sb_v_double_arrow.png"></inlinegraphic> #GDK_SB_V_DOUBLE_ARROW
(move horizontal splitter)
+ * - ![](right_ptr.png) #GDK_RIGHT_PTR (right-facing arrow)
+ * - ![](crosshair.png) #GDK_CROSSHAIR (crosshair)
+ * - ![](xterm.png) #GDK_XTERM (I-beam)
+ * - ![](watch.png) #GDK_WATCH (busy)
+ * - ![](fleur.png) #GDK_FLEUR (for moving objects)
+ * - ![](hand1.png) #GDK_HAND1 (a right-pointing hand)
+ * - ![](hand2.png) #GDK_HAND2 (a left-pointing hand)
+ * - ![](left_side.png) #GDK_LEFT_SIDE (resize left side)
+ * - ![](right_side.png) #GDK_RIGHT_SIDE (resize right side)
+ * - ![](top_left_corner.png) #GDK_TOP_LEFT_CORNER (resize northwest corner)
+ * - ![](top_right_corner.png) #GDK_TOP_RIGHT_CORNER (resize northeast corner)
+ * - ![](bottom_left_corner.png) #GDK_BOTTOM_LEFT_CORNER (resize southwest corner)
+ * - ![](bottom_right_corner.png) #GDK_BOTTOM_RIGHT_CORNER (resize southeast corner)
+ * - ![](top_side.png) #GDK_TOP_SIDE (resize top side)
+ * - ![](bottom_side.png) #GDK_BOTTOM_SIDE (resize bottom side)
+ * - ![](sb_h_double_arrow.png) #GDK_SB_H_DOUBLE_ARROW (move vertical splitter)
+ * - ![](sb_v_double_arrow.png) #GDK_SB_V_DOUBLE_ARROW (move horizontal splitter)
* - #GDK_BLANK_CURSOR (Blank cursor). Since 2.16
*
* Return value: a new #GdkCursor
diff --git a/gdk/gdkcursor.h b/gdk/gdkcursor.h
index af84360..8968bbc 100644
--- a/gdk/gdkcursor.h
+++ b/gdk/gdkcursor.h
@@ -42,83 +42,83 @@ G_BEGIN_DECLS
/**
* GdkCursorType:
- * @GDK_X_CURSOR: <inlinegraphic format="PNG" fileref="X_cursor.png"></inlinegraphic>
- * @GDK_ARROW: <inlinegraphic format="PNG" fileref="arrow.png"></inlinegraphic>
- * @GDK_BASED_ARROW_DOWN: <inlinegraphic format="PNG" fileref="based_arrow_down.png"></inlinegraphic>
- * @GDK_BASED_ARROW_UP: <inlinegraphic format="PNG" fileref="based_arrow_up.png"></inlinegraphic>
- * @GDK_BOAT: <inlinegraphic format="PNG" fileref="boat.png"></inlinegraphic>
- * @GDK_BOGOSITY: <inlinegraphic format="PNG" fileref="bogosity.png"></inlinegraphic>
- * @GDK_BOTTOM_LEFT_CORNER: <inlinegraphic format="PNG" fileref="bottom_left_corner.png"></inlinegraphic>
- * @GDK_BOTTOM_RIGHT_CORNER: <inlinegraphic format="PNG" fileref="bottom_right_corner.png"></inlinegraphic>
- * @GDK_BOTTOM_SIDE: <inlinegraphic format="PNG" fileref="bottom_side.png"></inlinegraphic>
- * @GDK_BOTTOM_TEE: <inlinegraphic format="PNG" fileref="bottom_tee.png"></inlinegraphic>
- * @GDK_BOX_SPIRAL: <inlinegraphic format="PNG" fileref="box_spiral.png"></inlinegraphic>
- * @GDK_CENTER_PTR: <inlinegraphic format="PNG" fileref="center_ptr.png"></inlinegraphic>
- * @GDK_CIRCLE: <inlinegraphic format="PNG" fileref="circle.png"></inlinegraphic>
- * @GDK_CLOCK: <inlinegraphic format="PNG" fileref="clock.png"></inlinegraphic>
- * @GDK_COFFEE_MUG: <inlinegraphic format="PNG" fileref="coffee_mug.png"></inlinegraphic>
- * @GDK_CROSS: <inlinegraphic format="PNG" fileref="cross.png"></inlinegraphic>
- * @GDK_CROSS_REVERSE: <inlinegraphic format="PNG" fileref="cross_reverse.png"></inlinegraphic>
- * @GDK_CROSSHAIR: <inlinegraphic format="PNG" fileref="crosshair.png"></inlinegraphic>
- * @GDK_DIAMOND_CROSS: <inlinegraphic format="PNG" fileref="diamond_cross.png"></inlinegraphic>
- * @GDK_DOT: <inlinegraphic format="PNG" fileref="dot.png"></inlinegraphic>
- * @GDK_DOTBOX: <inlinegraphic format="PNG" fileref="dotbox.png"></inlinegraphic>
- * @GDK_DOUBLE_ARROW: <inlinegraphic format="PNG" fileref="double_arrow.png"></inlinegraphic>
- * @GDK_DRAFT_LARGE: <inlinegraphic format="PNG" fileref="draft_large.png"></inlinegraphic>
- * @GDK_DRAFT_SMALL: <inlinegraphic format="PNG" fileref="draft_small.png"></inlinegraphic>
- * @GDK_DRAPED_BOX: <inlinegraphic format="PNG" fileref="draped_box.png"></inlinegraphic>
- * @GDK_EXCHANGE: <inlinegraphic format="PNG" fileref="exchange.png"></inlinegraphic>
- * @GDK_FLEUR: <inlinegraphic format="PNG" fileref="fleur.png"></inlinegraphic>
- * @GDK_GOBBLER: <inlinegraphic format="PNG" fileref="gobbler.png"></inlinegraphic>
- * @GDK_GUMBY: <inlinegraphic format="PNG" fileref="gumby.png"></inlinegraphic>
- * @GDK_HAND1: <inlinegraphic format="PNG" fileref="hand1.png"></inlinegraphic>
- * @GDK_HAND2: <inlinegraphic format="PNG" fileref="hand2.png"></inlinegraphic>
- * @GDK_HEART: <inlinegraphic format="PNG" fileref="heart.png"></inlinegraphic>
- * @GDK_ICON: <inlinegraphic format="PNG" fileref="icon.png"></inlinegraphic>
- * @GDK_IRON_CROSS: <inlinegraphic format="PNG" fileref="iron_cross.png"></inlinegraphic>
- * @GDK_LEFT_PTR: <inlinegraphic format="PNG" fileref="left_ptr.png"></inlinegraphic>
- * @GDK_LEFT_SIDE: <inlinegraphic format="PNG" fileref="left_side.png"></inlinegraphic>
- * @GDK_LEFT_TEE: <inlinegraphic format="PNG" fileref="left_tee.png"></inlinegraphic>
- * @GDK_LEFTBUTTON: <inlinegraphic format="PNG" fileref="leftbutton.png"></inlinegraphic>
- * @GDK_LL_ANGLE: <inlinegraphic format="PNG" fileref="ll_angle.png"></inlinegraphic>
- * @GDK_LR_ANGLE: <inlinegraphic format="PNG" fileref="lr_angle.png"></inlinegraphic>
- * @GDK_MAN: <inlinegraphic format="PNG" fileref="man.png"></inlinegraphic>
- * @GDK_MIDDLEBUTTON: <inlinegraphic format="PNG" fileref="middlebutton.png"></inlinegraphic>
- * @GDK_MOUSE: <inlinegraphic format="PNG" fileref="mouse.png"></inlinegraphic>
- * @GDK_PENCIL: <inlinegraphic format="PNG" fileref="pencil.png"></inlinegraphic>
- * @GDK_PIRATE: <inlinegraphic format="PNG" fileref="pirate.png"></inlinegraphic>
- * @GDK_PLUS: <inlinegraphic format="PNG" fileref="plus.png"></inlinegraphic>
- * @GDK_QUESTION_ARROW: <inlinegraphic format="PNG" fileref="question_arrow.png"></inlinegraphic>
- * @GDK_RIGHT_PTR: <inlinegraphic format="PNG" fileref="right_ptr.png"></inlinegraphic>
- * @GDK_RIGHT_SIDE: <inlinegraphic format="PNG" fileref="right_side.png"></inlinegraphic>
- * @GDK_RIGHT_TEE: <inlinegraphic format="PNG" fileref="right_tee.png"></inlinegraphic>
- * @GDK_RIGHTBUTTON: <inlinegraphic format="PNG" fileref="rightbutton.png"></inlinegraphic>
- * @GDK_RTL_LOGO: <inlinegraphic format="PNG" fileref="rtl_logo.png"></inlinegraphic>
- * @GDK_SAILBOAT: <inlinegraphic format="PNG" fileref="sailboat.png"></inlinegraphic>
- * @GDK_SB_DOWN_ARROW: <inlinegraphic format="PNG" fileref="sb_down_arrow.png"></inlinegraphic>
- * @GDK_SB_H_DOUBLE_ARROW: <inlinegraphic format="PNG" fileref="sb_h_double_arrow.png"></inlinegraphic>
- * @GDK_SB_LEFT_ARROW: <inlinegraphic format="PNG" fileref="sb_left_arrow.png"></inlinegraphic>
- * @GDK_SB_RIGHT_ARROW: <inlinegraphic format="PNG" fileref="sb_right_arrow.png"></inlinegraphic>
- * @GDK_SB_UP_ARROW: <inlinegraphic format="PNG" fileref="sb_up_arrow.png"></inlinegraphic>
- * @GDK_SB_V_DOUBLE_ARROW: <inlinegraphic format="PNG" fileref="sb_v_double_arrow.png"></inlinegraphic>
- * @GDK_SHUTTLE: <inlinegraphic format="PNG" fileref="shuttle.png"></inlinegraphic>
- * @GDK_SIZING: <inlinegraphic format="PNG" fileref="sizing.png"></inlinegraphic>
- * @GDK_SPIDER: <inlinegraphic format="PNG" fileref="spider.png"></inlinegraphic>
- * @GDK_SPRAYCAN: <inlinegraphic format="PNG" fileref="spraycan.png"></inlinegraphic>
- * @GDK_STAR: <inlinegraphic format="PNG" fileref="star.png"></inlinegraphic>
- * @GDK_TARGET: <inlinegraphic format="PNG" fileref="target.png"></inlinegraphic>
- * @GDK_TCROSS: <inlinegraphic format="PNG" fileref="tcross.png"></inlinegraphic>
- * @GDK_TOP_LEFT_ARROW: <inlinegraphic format="PNG" fileref="top_left_arrow.png"></inlinegraphic>
- * @GDK_TOP_LEFT_CORNER: <inlinegraphic format="PNG" fileref="top_left_corner.png"></inlinegraphic>
- * @GDK_TOP_RIGHT_CORNER: <inlinegraphic format="PNG" fileref="top_right_corner.png"></inlinegraphic>
- * @GDK_TOP_SIDE: <inlinegraphic format="PNG" fileref="top_side.png"></inlinegraphic>
- * @GDK_TOP_TEE: <inlinegraphic format="PNG" fileref="top_tee.png"></inlinegraphic>
- * @GDK_TREK: <inlinegraphic format="PNG" fileref="trek.png"></inlinegraphic>
- * @GDK_UL_ANGLE: <inlinegraphic format="PNG" fileref="ul_angle.png"></inlinegraphic>
- * @GDK_UMBRELLA: <inlinegraphic format="PNG" fileref="umbrella.png"></inlinegraphic>
- * @GDK_UR_ANGLE: <inlinegraphic format="PNG" fileref="ur_angle.png"></inlinegraphic>
- * @GDK_WATCH: <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic>
- * @GDK_XTERM: <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic>
+ * @GDK_X_CURSOR: ![](X_cursor.png)
+ * @GDK_ARROW: ![](arrow.png)
+ * @GDK_BASED_ARROW_DOWN: ![](based_arrow_down.png)
+ * @GDK_BASED_ARROW_UP: ![](based_arrow_up.png)
+ * @GDK_BOAT: ![](boat.png)
+ * @GDK_BOGOSITY: ![](bogosity.png)
+ * @GDK_BOTTOM_LEFT_CORNER: ![](bottom_left_corner.png)
+ * @GDK_BOTTOM_RIGHT_CORNER: ![](bottom_right_corner.png)
+ * @GDK_BOTTOM_SIDE: ![](bottom_side.png)
+ * @GDK_BOTTOM_TEE: ![](bottom_tee.png)
+ * @GDK_BOX_SPIRAL: ![](box_spiral.png)
+ * @GDK_CENTER_PTR: ![](center_ptr.png)
+ * @GDK_CIRCLE: ![](circle.png)
+ * @GDK_CLOCK: ![](clock.png)
+ * @GDK_COFFEE_MUG: ![](coffee_mug.png)
+ * @GDK_CROSS: ![](cross.png)
+ * @GDK_CROSS_REVERSE: ![](cross_reverse.png)
+ * @GDK_CROSSHAIR: ![](crosshair.png)
+ * @GDK_DIAMOND_CROSS: ![](diamond_cross.png)
+ * @GDK_DOT: ![](dot.png)
+ * @GDK_DOTBOX: ![](dotbox.png)
+ * @GDK_DOUBLE_ARROW: ![](double_arrow.png)
+ * @GDK_DRAFT_LARGE: ![](draft_large.png)
+ * @GDK_DRAFT_SMALL: ![](draft_small.png)
+ * @GDK_DRAPED_BOX: ![](draped_box.png)
+ * @GDK_EXCHANGE: ![](exchange.png)
+ * @GDK_FLEUR: ![](fleur.png)
+ * @GDK_GOBBLER: ![](gobbler.png)
+ * @GDK_GUMBY: ![](gumby.png)
+ * @GDK_HAND1: ![](hand1.png)
+ * @GDK_HAND2: ![](hand2.png)
+ * @GDK_HEART: ![](heart.png)
+ * @GDK_ICON: ![](icon.png)
+ * @GDK_IRON_CROSS: ![](iron_cross.png)
+ * @GDK_LEFT_PTR: ![](left_ptr.png)
+ * @GDK_LEFT_SIDE: ![](left_side.png)
+ * @GDK_LEFT_TEE: ![](left_tee.png)
+ * @GDK_LEFTBUTTON: ![](leftbutton.png)
+ * @GDK_LL_ANGLE: ![](ll_angle.png)
+ * @GDK_LR_ANGLE: ![](lr_angle.png)
+ * @GDK_MAN: ![](man.png)
+ * @GDK_MIDDLEBUTTON: ![](middlebutton.png)
+ * @GDK_MOUSE: ![](mouse.png)
+ * @GDK_PENCIL: ![](pencil.png)
+ * @GDK_PIRATE: ![](pirate.png)
+ * @GDK_PLUS: ![](plus.png)
+ * @GDK_QUESTION_ARROW: ![](question_arrow.png)
+ * @GDK_RIGHT_PTR: ![](right_ptr.png)
+ * @GDK_RIGHT_SIDE: ![](right_side.png)
+ * @GDK_RIGHT_TEE: ![](right_tee.png)
+ * @GDK_RIGHTBUTTON: ![](rightbutton.png)
+ * @GDK_RTL_LOGO: ![](rtl_logo.png)
+ * @GDK_SAILBOAT: ![](sailboat.png)
+ * @GDK_SB_DOWN_ARROW: ![](sb_down_arrow.png)
+ * @GDK_SB_H_DOUBLE_ARROW: ![](sb_h_double_arrow.png)
+ * @GDK_SB_LEFT_ARROW: ![](sb_left_arrow.png)
+ * @GDK_SB_RIGHT_ARROW: ![](sb_right_arrow.png)
+ * @GDK_SB_UP_ARROW: ![](sb_up_arrow.png)
+ * @GDK_SB_V_DOUBLE_ARROW: ![](sb_v_double_arrow.png)
+ * @GDK_SHUTTLE: ![](shuttle.png)
+ * @GDK_SIZING: ![](sizing.png)
+ * @GDK_SPIDER: ![](spider.png)
+ * @GDK_SPRAYCAN: ![](spraycan.png)
+ * @GDK_STAR: ![](star.png)
+ * @GDK_TARGET: ![](target.png)
+ * @GDK_TCROSS: ![](tcross.png)
+ * @GDK_TOP_LEFT_ARROW: ![](top_left_arrow.png)
+ * @GDK_TOP_LEFT_CORNER: ![](top_left_corner.png)
+ * @GDK_TOP_RIGHT_CORNER: ![](top_right_corner.png)
+ * @GDK_TOP_SIDE: ![](top_side.png)
+ * @GDK_TOP_TEE: ![](top_tee.png)
+ * @GDK_TREK: ![](trek.png)
+ * @GDK_UL_ANGLE: ![](ul_angle.png)
+ * @GDK_UMBRELLA: ![](umbrella.png)
+ * @GDK_UR_ANGLE: ![](ur_angle.png)
+ * @GDK_WATCH: ![](watch.png)
+ * @GDK_XTERM: ![](xterm.png)
* @GDK_LAST_CURSOR: last cursor type
* @GDK_BLANK_CURSOR: Blank cursor. Since 2.16
* @GDK_CURSOR_IS_PIXMAP: type of cursors constructed with
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
index 1bce6ca..39f310e 100644
--- a/gdk/gdkdisplay.c
+++ b/gdk/gdkdisplay.c
@@ -1643,8 +1643,8 @@ gdk_display_supports_clipboard_persistence (GdkDisplay *display)
*
* Issues a request to the clipboard manager to store the
* clipboard data. On X11, this is a special program that works
- * according to the freedesktop clipboard specification, available at
- *
[http://www.freedesktop.org/Standards/clipboard-manager-spec](http://www.freedesktop.org/Standards/clipboard-manager-spec).
+ * according to the
+ * [FreeDesktop Clipboard Specification](http://www.freedesktop.org/Standards/clipboard-manager-spec).
*
* Since: 2.6
*/
diff --git a/gtk/deprecated/gtkstock.h b/gtk/deprecated/gtkstock.h
index c911f41..3f75f57 100644
--- a/gtk/deprecated/gtkstock.h
+++ b/gtk/deprecated/gtkstock.h
@@ -113,7 +113,7 @@ typedef char * GtkStock;
* GTK_STOCK_ABOUT:
*
* The "About" item.
- * <inlinegraphic fileref="help-about.png" format="PNG"></inlinegraphic>
+ * ![](help-about.png)
*
* Since: 2.6
*
@@ -125,7 +125,7 @@ typedef char * GtkStock;
* GTK_STOCK_ADD:
*
* The "Add" item.
- * <inlinegraphic fileref="list-add.png" format="PNG"></inlinegraphic>
+ * ![](list-add.png)
*
* Deprecated: 3.10: Use named icon "list-add" or the label "_Add".
*/
@@ -135,7 +135,7 @@ typedef char * GtkStock;
* GTK_STOCK_APPLY:
*
* The "Apply" item.
- * <inlinegraphic fileref="gtk-apply.png" format="PNG"></inlinegraphic>
+ * ![](gtk-apply.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "_Apply".
*/
@@ -145,7 +145,7 @@ typedef char * GtkStock;
* GTK_STOCK_BOLD:
*
* The "Bold" item.
- * <inlinegraphic fileref="format-text-bold.png" format="PNG"></inlinegraphic>
+ * ![](format-text-bold.png)
*
* Deprecated: 3.10: Use named icon "format-text-bold".
*/
@@ -155,7 +155,7 @@ typedef char * GtkStock;
* GTK_STOCK_CANCEL:
*
* The "Cancel" item.
- * <inlinegraphic fileref="gtk-cancel.png" format="PNG"></inlinegraphic>
+ * ![](gtk-cancel.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "_Cancel".
*/
@@ -165,7 +165,7 @@ typedef char * GtkStock;
* GTK_STOCK_CAPS_LOCK_WARNING:
*
* The "Caps Lock Warning" icon.
- * <inlinegraphic fileref="gtk-caps-lock-warning.png" format="PNG"></inlinegraphic>
+ * ![](gtk-caps-lock-warning.png)
*
* Since: 2.16
*
@@ -177,7 +177,7 @@ typedef char * GtkStock;
* GTK_STOCK_CDROM:
*
* The "CD-Rom" item.
- * <inlinegraphic fileref="media-optical.png" format="PNG"></inlinegraphic>
+ * ![](media-optical.png)
*
* Deprecated: 3.10: Use named icon "media-optical".
*/
@@ -187,7 +187,7 @@ typedef char * GtkStock;
* GTK_STOCK_CLEAR:
*
* The "Clear" item.
- * <inlinegraphic fileref="edit-clear.png" format="PNG"></inlinegraphic>
+ * ![](edit-clear.png)
*
* Deprecated: 3.10: Use named icon "edit-clear".
*/
@@ -197,7 +197,7 @@ typedef char * GtkStock;
* GTK_STOCK_CLOSE:
*
* The "Close" item.
- * <inlinegraphic fileref="window-close.png" format="PNG"></inlinegraphic>
+ * ![](window-close.png)
*
* Deprecated: 3.10: Use named icon "window-close" or the label "_Close".
*/
@@ -207,7 +207,7 @@ typedef char * GtkStock;
* GTK_STOCK_COLOR_PICKER:
*
* The "Color Picker" item.
- * <inlinegraphic fileref="gtk-color-picker.png" format="PNG"></inlinegraphic>
+ * ![](gtk-color-picker.png)
*
* Since: 2.2
*
@@ -219,7 +219,7 @@ typedef char * GtkStock;
* GTK_STOCK_CONNECT:
*
* The "Connect" icon.
- * <inlinegraphic fileref="gtk-connect.png" format="PNG"></inlinegraphic>
+ * ![](gtk-connect.png)
*
* Since: 2.6
*
@@ -231,7 +231,7 @@ typedef char * GtkStock;
* GTK_STOCK_CONVERT:
*
* The "Convert" item.
- * <inlinegraphic fileref="gtk-convert.png" format="PNG"></inlinegraphic>
+ * ![](gtk-convert.png)
*
* Deprecated: 3.10
*/
@@ -241,7 +241,7 @@ typedef char * GtkStock;
* GTK_STOCK_COPY:
*
* The "Copy" item.
- * <inlinegraphic fileref="edit-copy.png" format="PNG"></inlinegraphic>
+ * ![](edit-copy.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "_Copy".
*/
@@ -251,7 +251,7 @@ typedef char * GtkStock;
* GTK_STOCK_CUT:
*
* The "Cut" item.
- * <inlinegraphic fileref="edit-cut.png" format="PNG"></inlinegraphic>
+ * ![](edit-cut.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "Cu_t".
*/
@@ -261,7 +261,7 @@ typedef char * GtkStock;
* GTK_STOCK_DELETE:
*
* The "Delete" item.
- * <inlinegraphic fileref="edit-delete.png" format="PNG"></inlinegraphic>
+ * ![](edit-delete.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "_Delete".
*/
@@ -271,7 +271,7 @@ typedef char * GtkStock;
* GTK_STOCK_DIALOG_AUTHENTICATION:
*
* The "Authentication" item.
- * <inlinegraphic fileref="dialog-password.png" format="PNG"></inlinegraphic>
+ * ![](dialog-password.png)
*
* Since: 2.4
*
@@ -283,7 +283,7 @@ typedef char * GtkStock;
* GTK_STOCK_DIALOG_INFO:
*
* The "Information" item.
- * <inlinegraphic fileref="dialog-information.png" format="PNG"></inlinegraphic>
+ * ![](dialog-information.png)
*
* Deprecated: 3.10: Use named icon "dialog-information".
*/
@@ -293,7 +293,7 @@ typedef char * GtkStock;
* GTK_STOCK_DIALOG_WARNING:
*
* The "Warning" item.
- * <inlinegraphic fileref="dialog-warning.png" format="PNG"></inlinegraphic>
+ * ![](dialog-warning.png)
*
* Deprecated: 3.10: Use named icon "dialog-warning".
*/
@@ -303,7 +303,7 @@ typedef char * GtkStock;
* GTK_STOCK_DIALOG_ERROR:
*
* The "Error" item.
- * <inlinegraphic fileref="dialog-error.png" format="PNG"></inlinegraphic>
+ * ![](dialog-error.png)
*
* Deprecated: 3.10: Use named icon "dialog-error".
*/
@@ -313,7 +313,7 @@ typedef char * GtkStock;
* GTK_STOCK_DIALOG_QUESTION:
*
* The "Question" item.
- * <inlinegraphic fileref="dialog-question.png" format="PNG"></inlinegraphic>
+ * ![](dialog-question.png)
*
* Deprecated: 3.10: Use named icon "dialog-question".
*/
@@ -323,7 +323,7 @@ typedef char * GtkStock;
* GTK_STOCK_DIRECTORY:
*
* The "Directory" icon.
- * <inlinegraphic fileref="folder.png" format="PNG"></inlinegraphic>
+ * ![](folder.png)
*
* Since: 2.6
*
@@ -346,7 +346,7 @@ typedef char * GtkStock;
* GTK_STOCK_DISCONNECT:
*
* The "Disconnect" icon.
- * <inlinegraphic fileref="gtk-disconnect.png" format="PNG"></inlinegraphic>
+ * ![](gtk-disconnect.png)
*
* Since: 2.6
*
@@ -358,7 +358,7 @@ typedef char * GtkStock;
* GTK_STOCK_DND:
*
* The "Drag-And-Drop" icon.
- * <inlinegraphic fileref="gtk-dnd.png" format="PNG"></inlinegraphic>
+ * ![](gtk-dnd.png)
*
* Deprecated: 3.10
*/
@@ -368,7 +368,7 @@ typedef char * GtkStock;
* GTK_STOCK_DND_MULTIPLE:
*
* The "Drag-And-Drop multiple" icon.
- * <inlinegraphic fileref="gtk-dnd-multiple.png" format="PNG"></inlinegraphic>
+ * ![](gtk-dnd-multiple.png)
*
* Deprecated: 3.10
*/
@@ -378,7 +378,7 @@ typedef char * GtkStock;
* GTK_STOCK_EDIT:
*
* The "Edit" item.
- * <inlinegraphic fileref="gtk-edit.png" format="PNG"></inlinegraphic>
+ * ![](gtk-edit.png)
*
* Since: 2.6
*
@@ -390,7 +390,7 @@ typedef char * GtkStock;
* GTK_STOCK_EXECUTE:
*
* The "Execute" item.
- * <inlinegraphic fileref="system-run.png" format="PNG"></inlinegraphic>
+ * ![](system-run.png)
*
* Deprecated: 3.10: Use named icon "system-run".
*/
@@ -400,7 +400,7 @@ typedef char * GtkStock;
* GTK_STOCK_FILE:
*
* The "File" item.
- * <inlinegraphic fileref="text-x-generic.png" format="PNG"></inlinegraphic>
+ * ![](text-x-generic.png)
*
* Since 3.0, this item has a label, before it only had an icon.
*
@@ -414,7 +414,7 @@ typedef char * GtkStock;
* GTK_STOCK_FIND:
*
* The "Find" item.
- * <inlinegraphic fileref="edit-find.png" format="PNG"></inlinegraphic>
+ * ![](edit-find.png)
*
* Deprecated: 3.10: Use named icon "edit-find".
*/
@@ -424,7 +424,7 @@ typedef char * GtkStock;
* GTK_STOCK_FIND_AND_REPLACE:
*
* The "Find and Replace" item.
- * <inlinegraphic fileref="edit-find-replace.png" format="PNG"></inlinegraphic>
+ * ![](edit-find-replace.png)
*
* Deprecated: 3.10: Use named icon "edit-find-replace".
*/
@@ -434,7 +434,7 @@ typedef char * GtkStock;
* GTK_STOCK_FLOPPY:
*
* The "Floppy" item.
- * <inlinegraphic fileref="media-floppy.png" format="PNG"></inlinegraphic>
+ * ![](media-floppy.png)
*
* Deprecated: 3.10
*/
@@ -444,7 +444,7 @@ typedef char * GtkStock;
* GTK_STOCK_FULLSCREEN:
*
* The "Fullscreen" item.
- * <inlinegraphic fileref="view-fullscreen.png" format="PNG"></inlinegraphic>
+ * ![](view-fullscreen.png)
*
* Since: 2.8
*
@@ -456,7 +456,7 @@ typedef char * GtkStock;
* GTK_STOCK_GOTO_BOTTOM:
*
* The "Bottom" item.
- * <inlinegraphic fileref="go-bottom.png" format="PNG"></inlinegraphic>
+ * ![](go-bottom.png)
*
* Deprecated: 3.10: Use named icon "go-bottom".
*/
@@ -466,9 +466,9 @@ typedef char * GtkStock;
* GTK_STOCK_GOTO_FIRST:
*
* The "First" item.
- * <inlinegraphic fileref="go-first-ltr.png" format="PNG"></inlinegraphic>
+ * ![](go-first-ltr.png)
* RTL variant
- * <inlinegraphic fileref="go-first-rtl.png" format="PNG"></inlinegraphic>
+ * ![](go-first-rtl.png)
*
* Deprecated: 3.10: Use named icon "go-first".
*/
@@ -478,9 +478,9 @@ typedef char * GtkStock;
* GTK_STOCK_GOTO_LAST:
*
* The "Last" item.
- * <inlinegraphic fileref="go-last-ltr.png" format="PNG"></inlinegraphic>
+ * ![](go-last-ltr.png)
* RTL variant
- * <inlinegraphic fileref="go-last-rtl.png" format="PNG"></inlinegraphic>
+ * ![](go-last-rtl.png)
*
* Deprecated: 3.10: Use named icon "go-last".
*/
@@ -490,7 +490,7 @@ typedef char * GtkStock;
* GTK_STOCK_GOTO_TOP:
*
* The "Top" item.
- * <inlinegraphic fileref="go-top.png" format="PNG"></inlinegraphic>
+ * ![](go-top.png)
*
* Deprecated: 3.10: Use named icon "go-top".
*/
@@ -500,9 +500,9 @@ typedef char * GtkStock;
* GTK_STOCK_GO_BACK:
*
* The "Back" item.
- * <inlinegraphic fileref="go-previous-ltr.png" format="PNG"></inlinegraphic>
+ * ![](go-previous-ltr.png)
* RTL variant
- * <inlinegraphic fileref="go-previous-rtl.png" format="PNG"></inlinegraphic>
+ * ![](go-previous-rtl.png)
*
* Deprecated: 3.10: Use named icon "go-previous".
*/
@@ -512,7 +512,7 @@ typedef char * GtkStock;
* GTK_STOCK_GO_DOWN:
*
* The "Down" item.
- * <inlinegraphic fileref="go-down.png" format="PNG"></inlinegraphic>
+ * ![](go-down.png)
*
* Deprecated: 3.10: Use named icon "go-down".
*/
@@ -522,9 +522,9 @@ typedef char * GtkStock;
* GTK_STOCK_GO_FORWARD:
*
* The "Forward" item.
- * <inlinegraphic fileref="go-next-ltr.png" format="PNG"></inlinegraphic>
+ * ![](go-next-ltr.png)
* RTL variant
- * <inlinegraphic fileref="go-next-rtl.png" format="PNG"></inlinegraphic>
+ * ![](go-next-rtl.png)
*
* Deprecated: 3.10: Use named icon "go-next".
*/
@@ -534,7 +534,7 @@ typedef char * GtkStock;
* GTK_STOCK_GO_UP:
*
* The "Up" item.
- * <inlinegraphic fileref="go-up.png" format="PNG"></inlinegraphic>
+ * ![](go-up.png)
*
* Deprecated: 3.10: Use named icon "go-up".
*/
@@ -544,7 +544,7 @@ typedef char * GtkStock;
* GTK_STOCK_HARDDISK:
*
* The "Harddisk" item.
- * <inlinegraphic fileref="drive-harddisk.png" format="PNG"></inlinegraphic>
+ * ![](drive-harddisk.png)
*
* Since: 2.4
*
@@ -556,7 +556,7 @@ typedef char * GtkStock;
* GTK_STOCK_HELP:
*
* The "Help" item.
- * <inlinegraphic fileref="help-contents.png" format="PNG"></inlinegraphic>
+ * ![](help-contents.png)
*
* Deprecated: 3.10: Use named icon "help-browser".
*/
@@ -566,7 +566,7 @@ typedef char * GtkStock;
* GTK_STOCK_HOME:
*
* The "Home" item.
- * <inlinegraphic fileref="go-home.png" format="PNG"></inlinegraphic>
+ * ![](go-home.png)
*
* Deprecated: 3.10: Use named icon "go-home".
*/
@@ -576,7 +576,7 @@ typedef char * GtkStock;
* GTK_STOCK_INDEX:
*
* The "Index" item.
- * <inlinegraphic fileref="gtk-index.png" format="PNG"></inlinegraphic>
+ * ![](gtk-index.png)
*
* Deprecated: 3.10
*/
@@ -586,9 +586,9 @@ typedef char * GtkStock;
* GTK_STOCK_INDENT:
*
* The "Indent" item.
- * <inlinegraphic fileref="format-indent-more-ltr.png" format="PNG"></inlinegraphic>
+ * ![](format-indent-more-ltr.png)
* RTL variant
- * <inlinegraphic fileref="format-indent-more-rtl.png" format="PNG"></inlinegraphic>
+ * ![](format-indent-more-rtl.png)
*
* Since: 2.4
*
@@ -600,7 +600,7 @@ typedef char * GtkStock;
* GTK_STOCK_INFO:
*
* The "Info" item.
- * <inlinegraphic fileref="dialog-information.png" format="PNG"></inlinegraphic>
+ * ![](dialog-information.png)
*
* Since: 2.8
*
@@ -612,7 +612,7 @@ typedef char * GtkStock;
* GTK_STOCK_ITALIC:
*
* The "Italic" item.
- * <inlinegraphic fileref="format-text-italic.png" format="PNG"></inlinegraphic>
+ * ![](format-text-italic.png)
*
* Deprecated: 3.10: Use named icon "format-text-italic".
*/
@@ -622,9 +622,9 @@ typedef char * GtkStock;
* GTK_STOCK_JUMP_TO:
*
* The "Jump to" item.
- * <inlinegraphic fileref="go-jump-ltr.png" format="PNG"></inlinegraphic>
+ * ![](go-jump-ltr.png)
* RTL-variant
- * <inlinegraphic fileref="go-jump-rtl.png" format="PNG"></inlinegraphic>
+ * ![](go-jump-rtl.png)
*
* Deprecated: 3.10: Use named icon "go-jump".
*/
@@ -634,7 +634,7 @@ typedef char * GtkStock;
* GTK_STOCK_JUSTIFY_CENTER:
*
* The "Center" item.
- * <inlinegraphic fileref="format-justify-center.png" format="PNG"></inlinegraphic>
+ * ![](format-justify-center.png)
*
* Deprecated: 3.10: Use named icon "format-justify-center".
*/
@@ -644,7 +644,7 @@ typedef char * GtkStock;
* GTK_STOCK_JUSTIFY_FILL:
*
* The "Fill" item.
- * <inlinegraphic fileref="format-justify-fill.png" format="PNG"></inlinegraphic>
+ * ![](format-justify-fill.png)
*
* Deprecated: 3.10: Use named icon "format-justify-fill".
*/
@@ -654,7 +654,7 @@ typedef char * GtkStock;
* GTK_STOCK_JUSTIFY_LEFT:
*
* The "Left" item.
- * <inlinegraphic fileref="format-justify-left.png" format="PNG"></inlinegraphic>
+ * ![](format-justify-left.png)
*
* Deprecated: 3.10: Use named icon "format-justify-left".
*/
@@ -664,7 +664,7 @@ typedef char * GtkStock;
* GTK_STOCK_JUSTIFY_RIGHT:
*
* The "Right" item.
- * <inlinegraphic fileref="format-justify-right.png" format="PNG"></inlinegraphic>
+ * ![](format-justify-right.png)
*
* Deprecated: 3.10: Use named icon "format-justify-right".
*/
@@ -674,7 +674,7 @@ typedef char * GtkStock;
* GTK_STOCK_LEAVE_FULLSCREEN:
*
* The "Leave Fullscreen" item.
- * <inlinegraphic fileref="view-restore.png" format="PNG"></inlinegraphic>
+ * ![](view-restore.png)
*
* Since: 2.8
*
@@ -686,7 +686,7 @@ typedef char * GtkStock;
* GTK_STOCK_MISSING_IMAGE:
*
* The "Missing image" icon.
- * <inlinegraphic fileref="image-missing.png" format="PNG"></inlinegraphic>
+ * ![](image-missing.png)
*
* Deprecated: 3.10: Use named icon "image-missing".
*/
@@ -696,9 +696,9 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_FORWARD:
*
* The "Media Forward" item.
- * <inlinegraphic fileref="media-seek-forward-ltr.png" format="PNG"></inlinegraphic>
+ * ![](media-seek-forward-ltr.png)
* RTL variant
- * <inlinegraphic fileref="media-seek-forward-rtl.png" format="PNG"></inlinegraphic>
+ * ![](media-seek-forward-rtl.png)
*
* Since: 2.6
*
@@ -710,9 +710,9 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_NEXT:
*
* The "Media Next" item.
- * <inlinegraphic fileref="media-skip-forward-ltr.png" format="PNG"></inlinegraphic>
+ * ![](media-skip-forward-ltr.png)
* RTL variant
- * <inlinegraphic fileref="media-skip-forward-rtl.png" format="PNG"></inlinegraphic>
+ * ![](media-skip-forward-rtl.png)
*
* Since: 2.6
*
@@ -724,7 +724,7 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_PAUSE:
*
* The "Media Pause" item.
- * <inlinegraphic fileref="media-playback-pause.png" format="PNG"></inlinegraphic>
+ * ![](media-playback-pause.png)
*
* Since: 2.6
*
@@ -736,9 +736,9 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_PLAY:
*
* The "Media Play" item.
- * <inlinegraphic fileref="media-playback-start-ltr.png" format="PNG"></inlinegraphic>
+ * ![](media-playback-start-ltr.png)
* RTL variant
- * <inlinegraphic fileref="media-playback-start-rtl.png" format="PNG"></inlinegraphic>
+ * ![](media-playback-start-rtl.png)
*
* Since: 2.6
*
@@ -750,9 +750,9 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_PREVIOUS:
*
* The "Media Previous" item.
- * <inlinegraphic fileref="media-skip-backward-ltr.png" format="PNG"></inlinegraphic>
+ * ![](media-skip-backward-ltr.png)
* RTL variant
- * <inlinegraphic fileref="media-skip-backward-rtl.png" format="PNG"></inlinegraphic>
+ * ![](media-skip-backward-rtl.png)
*
* Since: 2.6
*
@@ -764,7 +764,7 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_RECORD:
*
* The "Media Record" item.
- * <inlinegraphic fileref="media-record.png" format="PNG"></inlinegraphic>
+ * ![](media-record.png)
*
* Since: 2.6
*
@@ -776,9 +776,9 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_REWIND:
*
* The "Media Rewind" item.
- * <inlinegraphic fileref="media-seek-backward-ltr.png" format="PNG"></inlinegraphic>
+ * ![](media-seek-backward-ltr.png)
* RTL variant
- * <inlinegraphic fileref="media-seek-backward-rtl.png" format="PNG"></inlinegraphic>
+ * ![](media-seek-backward-rtl.png)
*
* Since: 2.6
*
@@ -790,7 +790,7 @@ typedef char * GtkStock;
* GTK_STOCK_MEDIA_STOP:
*
* The "Media Stop" item.
- * <inlinegraphic fileref="media-playback-stop.png" format="PNG"></inlinegraphic>
+ * ![](media-playback-stop.png)
*
* Since: 2.6
*
@@ -802,7 +802,7 @@ typedef char * GtkStock;
* GTK_STOCK_NETWORK:
*
* The "Network" item.
- * <inlinegraphic fileref="network-idle.png" format="PNG"></inlinegraphic>
+ * ![](network-idle.png)
*
* Since: 2.4
*
@@ -814,7 +814,7 @@ typedef char * GtkStock;
* GTK_STOCK_NEW:
*
* The "New" item.
- * <inlinegraphic fileref="document-new.png" format="PNG"></inlinegraphic>
+ * ![](document-new.png)
*
* Deprecated: 3.10: Use named icon "document-new" or the label "_New".
*/
@@ -824,7 +824,7 @@ typedef char * GtkStock;
* GTK_STOCK_NO:
*
* The "No" item.
- * <inlinegraphic fileref="gtk-no.png" format="PNG"></inlinegraphic>
+ * ![](gtk-no.png)
*
* Deprecated: 3.10
*/
@@ -834,7 +834,7 @@ typedef char * GtkStock;
* GTK_STOCK_OK:
*
* The "OK" item.
- * <inlinegraphic fileref="gtk-ok.png" format="PNG"></inlinegraphic>
+ * ![](gtk-ok.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "_OK".
*/
@@ -844,7 +844,7 @@ typedef char * GtkStock;
* GTK_STOCK_OPEN:
*
* The "Open" item.
- * <inlinegraphic fileref="document-open.png" format="PNG"></inlinegraphic>
+ * ![](document-open.png)
*
* Deprecated: 3.10: Use named icon "document-open" or the label "_Open".
*/
@@ -854,7 +854,7 @@ typedef char * GtkStock;
* GTK_STOCK_ORIENTATION_PORTRAIT:
*
* The "Portrait Orientation" item.
- * <inlinegraphic fileref="gtk-orientation-portrait.png" format="PNG"></inlinegraphic>
+ * ![](gtk-orientation-portrait.png)
*
* Since: 2.10
*
@@ -866,7 +866,7 @@ typedef char * GtkStock;
* GTK_STOCK_ORIENTATION_LANDSCAPE:
*
* The "Landscape Orientation" item.
- * <inlinegraphic fileref="gtk-orientation-landscape.png" format="PNG"></inlinegraphic>
+ * ![](gtk-orientation-landscape.png)
*
* Since: 2.10
*
@@ -878,7 +878,7 @@ typedef char * GtkStock;
* GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE:
*
* The "Reverse Landscape Orientation" item.
- * <inlinegraphic fileref="gtk-orientation-reverse-landscape.png" format="PNG"></inlinegraphic>
+ * ![](gtk-orientation-reverse-landscape.png)
*
* Since: 2.10
*
@@ -890,7 +890,7 @@ typedef char * GtkStock;
* GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT:
*
* The "Reverse Portrait Orientation" item.
- * <inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
+ * ![](gtk-orientation-reverse-portrait.png)
*
* Since: 2.10
*
@@ -902,7 +902,7 @@ typedef char * GtkStock;
* GTK_STOCK_PAGE_SETUP:
*
* The "Page Setup" item.
- * <inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
+ * ![](gtk-page-setup.png)
*
* Since: 2.14
*
@@ -914,7 +914,7 @@ typedef char * GtkStock;
* GTK_STOCK_PASTE:
*
* The "Paste" item.
- * <inlinegraphic fileref="edit-paste.png" format="PNG"></inlinegraphic>
+ * ![](edit-paste.png)
*
* Deprecated: 3.10: Do not use an icon. Use label "_Paste".
*/
@@ -924,7 +924,7 @@ typedef char * GtkStock;
* GTK_STOCK_PREFERENCES:
*
* The "Preferences" item.
- * <inlinegraphic fileref="gtk-preferences.png" format="PNG"></inlinegraphic>
+ * ![](gtk-preferences.png)
*
* Deprecated: 3.10: Use named icon "preferences-system" or the label "_Preferences".
*/
@@ -934,7 +934,7 @@ typedef char * GtkStock;
* GTK_STOCK_PRINT:
*
* The "Print" item.
- * <inlinegraphic fileref="document-print.png" format="PNG"></inlinegraphic>
+ * ![](document-print.png)
*
* Deprecated: 3.10: Use named icon "document-print" or the label "_Print".
*/
@@ -944,7 +944,7 @@ typedef char * GtkStock;
* GTK_STOCK_PRINT_ERROR:
*
* The "Print Error" icon.
- * <inlinegraphic fileref="printer-error.png" format="PNG"></inlinegraphic>
+ * ![](printer-error.png)
*
* Since: 2.14
*
@@ -956,7 +956,7 @@ typedef char * GtkStock;
* GTK_STOCK_PRINT_PAUSED:
*
* The "Print Paused" icon.
- * <inlinegraphic fileref="printer-paused.png" format="PNG"></inlinegraphic>
+ * ![](printer-paused.png)
*
* Since: 2.14
*
@@ -968,7 +968,7 @@ typedef char * GtkStock;
* GTK_STOCK_PRINT_PREVIEW:
*
* The "Print Preview" item.
- * <inlinegraphic fileref="document-print-preview.png" format="PNG"></inlinegraphic>
+ * ![](document-print-preview.png)
*
* Deprecated: 3.10: Use label "Pre_view".
*/
@@ -978,7 +978,7 @@ typedef char * GtkStock;
* GTK_STOCK_PRINT_REPORT:
*
* The "Print Report" icon.
- * <inlinegraphic fileref="printer-info.png" format="PNG"></inlinegraphic>
+ * ![](printer-info.png)
*
* Since: 2.14
*
@@ -991,7 +991,7 @@ typedef char * GtkStock;
* GTK_STOCK_PRINT_WARNING:
*
* The "Print Warning" icon.
- * <inlinegraphic fileref="printer-warning.png" format="PNG"></inlinegraphic>
+ * ![](printer-warning.png)
*
* Since: 2.14
*
@@ -1003,7 +1003,7 @@ typedef char * GtkStock;
* GTK_STOCK_PROPERTIES:
*
* The "Properties" item.
- * <inlinegraphic fileref="document-properties.png" format="PNG"></inlinegraphic>
+ * ![](document-properties.png)
*
* Deprecated: 3.10: Use named icon "document-properties" or the label "_Properties".
*/
@@ -1013,7 +1013,7 @@ typedef char * GtkStock;
* GTK_STOCK_QUIT:
*
* The "Quit" item.
- * <inlinegraphic fileref="application-exit.png" format="PNG"></inlinegraphic>
+ * ![](application-exit.png)
*
* Deprecated: 3.10: Use named icon "application-exit" or the label "_Quit".
*/
@@ -1023,9 +1023,9 @@ typedef char * GtkStock;
* GTK_STOCK_REDO:
*
* The "Redo" item.
- * <inlinegraphic fileref="edit-redo-ltr.png" format="PNG"></inlinegraphic>
+ * ![](edit-redo-ltr.png)
* RTL variant
- * <inlinegraphic fileref="edit-redo-rtl.png" format="PNG"></inlinegraphic>
+ * ![](edit-redo-rtl.png)
*
* Deprecated: 3.10: Use named icon "edit-redo" or the label "_Redo".
*/
@@ -1035,7 +1035,7 @@ typedef char * GtkStock;
* GTK_STOCK_REFRESH:
*
* The "Refresh" item.
- * <inlinegraphic fileref="view-refresh.png" format="PNG"></inlinegraphic>
+ * ![](view-refresh.png)
*
* Deprecated: 3.10: Use named icon "view-refresh" or the label "_Refresh".
*/
@@ -1045,7 +1045,7 @@ typedef char * GtkStock;
* GTK_STOCK_REMOVE:
*
* The "Remove" item.
- * <inlinegraphic fileref="list-remove.png" format="PNG"></inlinegraphic>
+ * ![](list-remove.png)
*
* Deprecated: 3.10: Use named icon "list-remove" or the label "_Remove".
*/
@@ -1055,9 +1055,9 @@ typedef char * GtkStock;
* GTK_STOCK_REVERT_TO_SAVED:
*
* The "Revert" item.
- * <inlinegraphic fileref="document-revert-ltr.png" format="PNG"></inlinegraphic>
+ * ![](document-revert-ltr.png)
* RTL variant
- * <inlinegraphic fileref="document-revert-rtl.png" format="PNG"></inlinegraphic>
+ * ![](document-revert-rtl.png)
*
* Deprecated: 3.10: Use named icon "document-revert" or the label "_Revert".
*/
@@ -1067,7 +1067,7 @@ typedef char * GtkStock;
* GTK_STOCK_SAVE:
*
* The "Save" item.
- * <inlinegraphic fileref="document-save.png" format="PNG"></inlinegraphic>
+ * ![](document-save.png)
*
* Deprecated: 3.10: Use named icon "document-save" or the label "_Save".
*/
@@ -1077,7 +1077,7 @@ typedef char * GtkStock;
* GTK_STOCK_SAVE_AS:
*
* The "Save As" item.
- * <inlinegraphic fileref="document-save-as.png" format="PNG"></inlinegraphic>
+ * ![](document-save-as.png)
*
* Deprecated: 3.10: Use named icon "document-save-as" or the label "Save _As".
*/
@@ -1087,7 +1087,7 @@ typedef char * GtkStock;
* GTK_STOCK_SELECT_ALL:
*
* The "Select All" item.
- * <inlinegraphic fileref="edit-select-all.png" format="PNG"></inlinegraphic>
+ * ![](edit-select-all.png)
*
* Since: 2.10
*
@@ -1099,7 +1099,7 @@ typedef char * GtkStock;
* GTK_STOCK_SELECT_COLOR:
*
* The "Color" item.
- * <inlinegraphic fileref="gtk-select-color.png" format="PNG"></inlinegraphic>
+ * ![](gtk-select-color.png)
*
* Deprecated: 3.10
*/
@@ -1109,7 +1109,7 @@ typedef char * GtkStock;
* GTK_STOCK_SELECT_FONT:
*
* The "Font" item.
- * <inlinegraphic fileref="gtk-font.png" format="PNG"></inlinegraphic>
+ * ![](gtk-font.png)
*
* Deprecated: 3.10
*/
@@ -1119,7 +1119,7 @@ typedef char * GtkStock;
* GTK_STOCK_SORT_ASCENDING:
*
* The "Ascending" item.
- * <inlinegraphic fileref="view-sort-ascending.png" format="PNG"></inlinegraphic>
+ * ![](view-sort-ascending.png)
*
* Deprecated: 3.10: Use named icon "view-sort-ascending".
*/
@@ -1129,7 +1129,7 @@ typedef char * GtkStock;
* GTK_STOCK_SORT_DESCENDING:
*
* The "Descending" item.
- * <inlinegraphic fileref="view-sort-descending.png" format="PNG"></inlinegraphic>
+ * ![](view-sort-descending.png)
*
* Deprecated: 3.10: Use named icon "view-sort-descending".
*/
@@ -1139,7 +1139,7 @@ typedef char * GtkStock;
* GTK_STOCK_SPELL_CHECK:
*
* The "Spell Check" item.
- * <inlinegraphic fileref="tools-check-spelling.png" format="PNG"></inlinegraphic>
+ * ![](tools-check-spelling.png)
*
* Deprecated: 3.10: Use named icon "tools-check-spelling".
*/
@@ -1149,7 +1149,7 @@ typedef char * GtkStock;
* GTK_STOCK_STOP:
*
* The "Stop" item.
- * <inlinegraphic fileref="process-stop.png" format="PNG"></inlinegraphic>
+ * ![](process-stop.png)
*
* Deprecated: 3.10: Use named icon "process-stop" or the label "_Stop".
*/
@@ -1159,7 +1159,7 @@ typedef char * GtkStock;
* GTK_STOCK_STRIKETHROUGH:
*
* The "Strikethrough" item.
- * <inlinegraphic fileref="format-text-strikethrough.png" format="PNG"></inlinegraphic>
+ * ![](format-text-strikethrough.png)
*
* Deprecated: 3.10: Use named icon "format-text-strikethrough" or the label
"_Strikethrough".
*/
@@ -1169,9 +1169,9 @@ typedef char * GtkStock;
* GTK_STOCK_UNDELETE:
*
* The "Undelete" item.
- * <inlinegraphic fileref="gtk-undelete-ltr.png" format="PNG"></inlinegraphic>
+ * ![](gtk-undelete-ltr.png)
* RTL variant
- * <inlinegraphic fileref="gtk-undelete-rtl.png" format="PNG"></inlinegraphic>
+ * ![](gtk-undelete-rtl.png)
*
* Deprecated: 3.10
*/
@@ -1181,7 +1181,7 @@ typedef char * GtkStock;
* GTK_STOCK_UNDERLINE:
*
* The "Underline" item.
- * <inlinegraphic fileref="format-text-underline.png" format="PNG"></inlinegraphic>
+ * ![](format-text-underline.png)
*
* Deprecated: 3.10: Use named icon "format-text-underline" or the label "_Underline".
*/
@@ -1191,9 +1191,9 @@ typedef char * GtkStock;
* GTK_STOCK_UNDO:
*
* The "Undo" item.
- * <inlinegraphic fileref="edit-undo-ltr.png" format="PNG"></inlinegraphic>
+ * ![](edit-undo-ltr.png)
* RTL variant
- * <inlinegraphic fileref="edit-undo-rtl.png" format="PNG"></inlinegraphic>
+ * ![](edit-undo-rtl.png)
*
* Deprecated: 3.10: Use named icon "edit-undo" or the label "_Undo".
*/
@@ -1203,9 +1203,9 @@ typedef char * GtkStock;
* GTK_STOCK_UNINDENT:
*
* The "Unindent" item.
- * <inlinegraphic fileref="format-indent-less-ltr.png" format="PNG"></inlinegraphic>
+ * ![](format-indent-less-ltr.png)
* RTL variant
- * <inlinegraphic fileref="format-indent-less-rtl.png" format="PNG"></inlinegraphic>
+ * ![](format-indent-less-rtl.png)
*
* Since: 2.4
*
@@ -1217,7 +1217,7 @@ typedef char * GtkStock;
* GTK_STOCK_YES:
*
* The "Yes" item.
- * <inlinegraphic fileref="gtk-yes.png" format="PNG"></inlinegraphic>
+ * ![](gtk-yes.png)
*
* Deprecated: 3.10
*/
@@ -1227,7 +1227,7 @@ typedef char * GtkStock;
* GTK_STOCK_ZOOM_100:
*
* The "Zoom 100%" item.
- * <inlinegraphic fileref="zoom-original.png" format="PNG"></inlinegraphic>
+ * ![](zoom-original.png)
*
* Deprecated: 3.10: Use named icon "zoom-original" or the label "_Normal Size".
*/
@@ -1237,7 +1237,7 @@ typedef char * GtkStock;
* GTK_STOCK_ZOOM_FIT:
*
* The "Zoom to Fit" item.
- * <inlinegraphic fileref="zoom-fit-best.png" format="PNG"></inlinegraphic>
+ * ![](zoom-fit-best.png)
*
* Deprecated: 3.10: Use named icon "zoom-fit-best" or the label "Best _Fit".
*/
@@ -1247,7 +1247,7 @@ typedef char * GtkStock;
* GTK_STOCK_ZOOM_IN:
*
* The "Zoom In" item.
- * <inlinegraphic fileref="zoom-in.png" format="PNG"></inlinegraphic>
+ * ![](zoom-in.png)
*
* Deprecated: 3.10: Use named icon "zoom-in" or the label "Zoom _In".
*/
@@ -1257,7 +1257,7 @@ typedef char * GtkStock;
* GTK_STOCK_ZOOM_OUT:
*
* The "Zoom Out" item.
- * <inlinegraphic fileref="zoom-out.png" format="PNG"></inlinegraphic>
+ * ![](zoom-out.png)
*
* Deprecated: 3.10: Use named icon "zoom-out" or the label "Zoom _Out".
*/
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 93b2f84..c449175 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(@yellow), to(@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(@yellow), to(@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>
*
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 7ed04ff..3727145 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -871,14 +871,14 @@ typedef enum
/**
* GtkNumberUpLayout:
- * @GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_TOP_TO_BOTTOM: <inlinegraphic valign="middle"
fileref="layout-lrtb.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_BOTTOM_TO_TOP: <inlinegraphic valign="middle"
fileref="layout-lrbt.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_TOP_TO_BOTTOM: <inlinegraphic valign="middle"
fileref="layout-rltb.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_BOTTOM_TO_TOP: <inlinegraphic valign="middle"
fileref="layout-rlbt.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_LEFT_TO_RIGHT: <inlinegraphic valign="middle"
fileref="layout-tblr.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_RIGHT_TO_LEFT: <inlinegraphic valign="middle"
fileref="layout-tbrl.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_LEFT_TO_RIGHT: <inlinegraphic valign="middle"
fileref="layout-btlr.png" format="PNG"></inlinegraphic>
- * @GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_RIGHT_TO_LEFT: <inlinegraphic valign="middle"
fileref="layout-btrl.png" format="PNG"></inlinegraphic>
+ * @GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_TOP_TO_BOTTOM: ![](layout-lrtb.png)
+ * @GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_BOTTOM_TO_TOP: ![](layout-lrbt.png)
+ * @GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_TOP_TO_BOTTOM: ![](layout-rltb.png)
+ * @GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_BOTTOM_TO_TOP: ![](layout-rlbt.png)
+ * @GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_LEFT_TO_RIGHT: ![](layout-tblr.png)
+ * @GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_RIGHT_TO_LEFT: ![](layout-tbrl.png)
+ * @GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_LEFT_TO_RIGHT: ![](layout-btlr.png)
+ * @GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_RIGHT_TO_LEFT: ![](layout-btrl.png)
*
* Used to determine the layout of pages on a sheet when printing
* multiple pages per sheet.
diff --git a/gtk/gtklockbutton.c b/gtk/gtklockbutton.c
index de4e95d..6b051d1 100644
--- a/gtk/gtklockbutton.c
+++ b/gtk/gtklockbutton.c
@@ -39,16 +39,22 @@
* #GPermission, use polkit_permission_new().
*
* If the user is not currently allowed to perform the action, but can obtain
- * the permission, the widget looks like this
- * <informalexample><inlinegraphic fileref="lockbutton-locked.png"></inlinegraphic></informalexample>
+ * the permission, the widget looks like this:
+ *
+ * ![](lockbutton-locked.png)
+ *
* and the user can click the button to request the permission. Depending
* on the platform, this may pop up an authentication dialog or ask the user
* to authenticate in some other way. Once the user has obtained the permission,
- * the widget changes to this
- * <informalexample><inlinegraphic fileref="lockbutton-unlocked.png"></inlinegraphic></informalexample>
+ * the widget changes to this:
+ *
+ * ![](lockbutton-unlocked.png)
+ *
* and the permission can be dropped again by clicking the button. If the user
- * is not able to obtain the permission at all, the widget looks like this
- * <informalexample><inlinegraphic fileref="lockbutton-sorry.png"></inlinegraphic></informalexample>
+ * is not able to obtain the permission at all, the widget looks like this:
+ *
+ * ![](lockbutton-sorry.png)
+ *
* If the user has the permission and cannot drop it, the button is hidden.
*
* The text (and tooltips) that are shown in the various cases can be adjusted
diff --git a/gtk/gtknumerableicon.c b/gtk/gtknumerableicon.c
index 45c9b0e..84fba13 100644
--- a/gtk/gtknumerableicon.c
+++ b/gtk/gtknumerableicon.c
@@ -32,11 +32,9 @@
* from a provided #GtkStyleContext; see
* gtk_numerable_icon_set_style_context().
*
- * <example>
- * <title>Typical numerable icons</title>
- * <inlinegraphic fileref="numerableicon.png" format="PNG"/>
- * <inlinegraphic fileref="numerableicon2.png" format="PNG"/>
- * </example>
+ * Typical numerable icons:
+ * ![](numerableicon.png)
+ * ![](numerableicon2.png)
*/
#include <config.h>
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index dca6ab7..0117b44 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -3708,7 +3708,7 @@ _gtk_style_context_get_cursor_color (GtkStyleContext *context,
*
* <example>
* <title>Typical checkmark rendering</title>
- * <inlinegraphic fileref="checks.png" format="PNG"/>
+ * ![](checks.png)
* </example>
*
* Since: 3.0
@@ -3759,7 +3759,7 @@ gtk_render_check (GtkStyleContext *context,
*
* <example>
* <title>Typical option mark rendering</title>
- * <inlinegraphic fileref="options.png" format="PNG"/>
+ * ![](options.png)
* </example>
*
* Since: 3.0
@@ -3807,7 +3807,7 @@ gtk_render_option (GtkStyleContext *context,
*
* <example>
* <title>Typical arrow rendering at 0, 1&solidus;2 π, π and 3&solidus;2 π</title>
- * <inlinegraphic fileref="arrows.png" format="PNG"/>
+ * ![](arrows.png)
* </example>
*
* Since: 3.0
@@ -3862,7 +3862,7 @@ gtk_render_arrow (GtkStyleContext *context,
* <parameter>background-image</parameter>,
* <parameter>border-width</parameter> and
* <parameter>border-radius</parameter></title>
- * <inlinegraphic fileref="background.png" format="PNG"/>
+ * ![](background.png)
* </example>
*
* Since: 3.0.
@@ -3914,7 +3914,7 @@ gtk_render_background (GtkStyleContext *context,
* <parameter>border-width</parameter>,
* <parameter>border-radius</parameter> and
* junctions</title>
- * <inlinegraphic fileref="frames.png" format="PNG"/>
+ * ![](frames.png)
* </example>
*
* Since: 3.0
@@ -3963,7 +3963,7 @@ gtk_render_frame (GtkStyleContext *context,
*
* <example>
* <title>Typical expander rendering</title>
- * <inlinegraphic fileref="expanders.png" format="PNG"/>
+ * ![](expanders.png)
* </example>
*
* Since: 3.0
@@ -4009,7 +4009,7 @@ gtk_render_expander (GtkStyleContext *context,
* Renders a focus indicator on the rectangle determined by @x, @y, @width, @height.
* <example>
* <title>Typical focus rendering</title>
- * <inlinegraphic fileref="focus.png" format="PNG"/>
+ * ![](focus.png)
* </example>
*
* Since: 3.0
@@ -4136,7 +4136,7 @@ gtk_render_line (GtkStyleContext *context,
*
* <example>
* <title>Typical slider rendering</title>
- * <inlinegraphic fileref="sliders.png" format="PNG"/>
+ * ![](sliders.png)
* </example>
*
* Since: 3.0
@@ -4190,7 +4190,7 @@ gtk_render_slider (GtkStyleContext *context,
*
* <example>
* <title>Typical rendering of a frame with a gap</title>
- * <inlinegraphic fileref="frame-gap.png" format="PNG"/>
+ * ![](frame-gap.png)
* </example>
*
* Since: 3.0
@@ -4253,7 +4253,7 @@ gtk_render_frame_gap (GtkStyleContext *context,
*
* <example>
* <title>Typical extension rendering</title>
- * <inlinegraphic fileref="extensions.png" format="PNG"/>
+ * ![](extensions.png)
* </example>
*
* Since: 3.0
@@ -4303,7 +4303,7 @@ gtk_render_extension (GtkStyleContext *context,
*
* <example>
* <title>Handles rendered for the paned and grip classes</title>
- * <inlinegraphic fileref="handles.png" format="PNG"/>
+ * ![](handles.png)
* </example>
*
* Since: 3.0
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 6533308..b9e26cb 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -77,7 +77,7 @@
* Several different coordinate systems are exposed in the GtkTreeView API.
* These are:
*
- * <inlinegraphic fileref="tree-view-coordinates.png" format="PNG"></inlinegraphic>
+ * ![](tree-view-coordinates.png)
*
* Coordinate systems in GtkTreeView API:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]