docs: use ` instead of <literal>
This commit is contained in:
@ -651,11 +651,11 @@ gtk_action_muxer_class_init (GObjectClass *class)
|
||||
* Adds the actions in @action_group to the list of actions provided by
|
||||
* @muxer. @prefix is prefixed to each action name, such that for each
|
||||
* action <varname>x</varname> in @action_group, there is an equivalent
|
||||
* action @prefix<literal>.</literal><varname>x</varname> in @muxer.
|
||||
* action @prefix`.`<varname>x</varname> in @muxer.
|
||||
*
|
||||
* For example, if @prefix is "<literal>app</literal>" and @action_group
|
||||
* contains an action called "<literal>quit</literal>", then @muxer will
|
||||
* now contain an action called "<literal>app.quit</literal>".
|
||||
* For example, if @prefix is "`app`" and @action_group
|
||||
* contains an action called "`quit`", then @muxer will
|
||||
* now contain an action called "`app.quit`".
|
||||
*
|
||||
* If any #GtkActionObservers are registered for actions in the group,
|
||||
* "action_added" notifications will be emitted, as appropriate.
|
||||
|
||||
Reference in New Issue
Block a user