mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
docs: fix 'emphasis' tag
There is no 'em' tag in docbook. Use 'emphasis'. This would also require to enable --xml-mode in MKDB_OPTIONS, but that requires more cleanups.
This commit is contained in:
parent
2812219adb
commit
c68f66c19e
@ -136,9 +136,9 @@ g_app_info_dup (GAppInfo *appinfo)
|
|||||||
*
|
*
|
||||||
* Checks if two #GAppInfos are equal.
|
* Checks if two #GAppInfos are equal.
|
||||||
*
|
*
|
||||||
* Note that the check <em>may not</em> compare each individual field, and
|
* Note that the check <emphasis>may not</emphasis> compare each individual
|
||||||
* only does an identity check. In case detecting changes in the contents
|
* field, and only does an identity check. In case detecting changes in the
|
||||||
* is needed, program code must additionally compare relevant fields.
|
* contents is needed, program code must additionally compare relevant fields.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @appinfo1 is equal to @appinfo2. %FALSE otherwise.
|
* Returns: %TRUE if @appinfo1 is equal to @appinfo2. %FALSE otherwise.
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user