summaryrefslogtreecommitdiff
path: root/gtk/gtklockbutton.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/gtklockbutton.c
parent8d6717097c37d4054552efabd9b19a6b397db599 (diff)
downloadgtk+-9f99f567c837700baa7e48e63716b5473ae92972.tar.gz
docs: use markdown instead of inlinegraphic tags
Diffstat (limited to 'gtk/gtklockbutton.c')
-rw-r--r--gtk/gtklockbutton.c18
1 files changed, 12 insertions, 6 deletions
diff --git a/gtk/gtklockbutton.c b/gtk/gtklockbutton.c
index de4e95d57e..6b051d1be1 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