docs: use markdown instead of <filename> tags
This commit is contained in:
@ -131,7 +131,7 @@ G_DEFINE_BOXED_TYPE (GdkColor, gdk_color,
|
||||
* @red, @green, and @blue fields of a #GdkColor.
|
||||
*
|
||||
* The string can either one of a large set of standard names
|
||||
* (taken from the X11 <filename>rgb.txt</filename> file), or
|
||||
* (taken from the X11 `rgb.txt` file), or
|
||||
* it can be a hex value in the form '#rgb' '#rrggbb'
|
||||
* '#rrrgggbbb' or '#rrrrggggbbbb' where 'r', 'g' and
|
||||
* 'b' are hex digits of the red, green, and blue components
|
||||
|
||||
@ -791,7 +791,7 @@ struct _GdkEventScroll
|
||||
* the modifier keys (e.g. Control, Shift and Alt) and the pointer
|
||||
* buttons. See #GdkModifierType.
|
||||
* @keyval: the key that was pressed or released. See the
|
||||
* <filename><gdk/gdkkeysyms.h></filename> header file for a
|
||||
* `gdk/gdkkeysyms.h` header file for a
|
||||
* complete list of GDK key codes.
|
||||
* @length: the length of @string.
|
||||
* @string: a string containing an approximation of the text that
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
* #GdkEventKey structure, which is passed to signal handlers for the
|
||||
* #GtkWidget::key-press-event and #GtkWidget::key-release-event signals.
|
||||
* The complete list of key values can be found in the
|
||||
* <filename><gdk/gdkkeysyms.h></filename> header file.
|
||||
* `gdk/gdkkeysyms.h` header file.
|
||||
*
|
||||
* Key values are regularly updated from the upstream X.org X11 implementation,
|
||||
* so new values are added regularly. They will be prefixed with GDK_KEY_ rather
|
||||
@ -681,7 +681,7 @@ gdk_keymap_get_modifier_mask (GdkKeymap *keymap,
|
||||
* Converts a key value into a symbolic name.
|
||||
*
|
||||
* The names are the same as those in the
|
||||
* <filename><gdk/gdkkeysyms.h></filename> header file
|
||||
* `gdk/gdkkeysyms.h` header file
|
||||
* but without the leading "GDK_KEY_".
|
||||
*
|
||||
* Return value: (transfer none): a string containing the name of the key,
|
||||
@ -701,7 +701,7 @@ gdk_keyval_name (guint keyval)
|
||||
* Converts a key name to a key value.
|
||||
*
|
||||
* The names are the same as those in the
|
||||
* <filename><gdk/gdkkeysyms.h></filename> header file
|
||||
* `gdk/gdkkeysyms.h` header file
|
||||
* but without the leading "GDK_KEY_".
|
||||
*
|
||||
* Returns: the corresponding key value, or %GDK_KEY_VoidSymbol
|
||||
|
||||
Reference in New Issue
Block a user