docs: Use markdown for ulinks
This commit is contained in:
@ -2147,10 +2147,9 @@ broadcast_xmessage (GdkDisplay *display,
|
||||
*
|
||||
* This is a convenience function for use by code that implements the
|
||||
* freedesktop startup notification specification. Applications should
|
||||
* not normally need to call it directly. See the <ulink
|
||||
* url="http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt">Startup
|
||||
* Notification Protocol specification</ulink> for
|
||||
* definitions of the message types and keys that can be used.
|
||||
* not normally need to call it directly. See the
|
||||
* [Startup Notification Protocol specification](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt)
|
||||
* for definitions of the message types and keys that can be used.
|
||||
*
|
||||
* Since: 2.12
|
||||
**/
|
||||
|
||||
@ -1543,9 +1543,7 @@ fetch_net_wm_check_window (GdkScreen *screen)
|
||||
*
|
||||
* This function is specific to the X11 backend of GDK, and indicates
|
||||
* whether the window manager supports a certain hint from the
|
||||
* Extended Window Manager Hints Specification. You can find this
|
||||
* specification on
|
||||
* <ulink url="http://www.freedesktop.org">http://www.freedesktop.org</ulink>.
|
||||
* [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec) specification.
|
||||
*
|
||||
* When using this function, keep in mind that the window manager
|
||||
* can change over time; so you shouldn't use this function in
|
||||
@ -1793,8 +1791,8 @@ get_netwm_cardinal_property (GdkScreen *screen,
|
||||
*
|
||||
* Returns the number of workspaces for @screen when running under a
|
||||
* window manager that supports multiple workspaces, as described
|
||||
* in the <ulink url="http://www.freedesktop.org/Standards/wm-spec">Extended
|
||||
* Window Manager Hints</ulink>.
|
||||
* in the
|
||||
* [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec) specification.
|
||||
*
|
||||
* Returns: the number of workspaces, or 0 if workspaces are not supported
|
||||
*
|
||||
@ -1812,8 +1810,8 @@ gdk_x11_screen_get_number_of_desktops (GdkScreen *screen)
|
||||
*
|
||||
* Returns the current workspace for @screen when running under a
|
||||
* window manager that supports multiple workspaces, as described
|
||||
* in the <ulink url="http://www.freedesktop.org/Standards/wm-spec">Extended
|
||||
* Window Manager Hints</ulink>.
|
||||
* in the
|
||||
* [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec) specification.
|
||||
*
|
||||
* Returns: the current workspace, or 0 if workspaces are not supported
|
||||
*
|
||||
|
||||
@ -2103,9 +2103,8 @@ gdk_window_x11_lower (GdkWindow *window)
|
||||
*
|
||||
* Moves the window to the correct workspace when running under a
|
||||
* window manager that supports multiple workspaces, as described
|
||||
* in the <ulink url="http://www.freedesktop.org/Standards/wm-spec">Extended
|
||||
* Window Manager Hints</ulink>. Will not do anything if the
|
||||
* window is already on all workspaces.
|
||||
* in the [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec) specification.
|
||||
* Will not do anything if the window is already on all workspaces.
|
||||
*
|
||||
* Since: 2.8
|
||||
*/
|
||||
@ -2193,8 +2192,7 @@ gdk_x11_window_get_desktop (GdkWindow *window)
|
||||
*
|
||||
* Moves the window to the given workspace when running unde a
|
||||
* window manager that supports multiple workspaces, as described
|
||||
* in the <ulink url="http://www.freedesktop.org/Standards/wm-spec">Extended
|
||||
* Window Manager Hints</ulink>.
|
||||
* in the [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec) specification.
|
||||
*
|
||||
* Since: 3.10
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user