mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
gquark: clarify G_DEFINE_QUARK docs about the use of quotes
Use the term "name" instead of "string" in the documentation, and add a note explaining double quotes shouldn't be used for the quark name.
This commit is contained in:
parent
369c7689c2
commit
daae12710a
@ -94,12 +94,14 @@ static gint quark_block_offset = 0;
|
||||
|
||||
/**
|
||||
* G_DEFINE_QUARK:
|
||||
* @QN: the string to return a #GQuark for
|
||||
* @QN: the name to return a #GQuark for
|
||||
* @q_n: prefix for the function name
|
||||
*
|
||||
* A convenience macro which defines a function returning the
|
||||
* #GQuark for the string @QN. The function will be named
|
||||
* #GQuark for the name @QN. The function will be named
|
||||
* @q_n<!-- -->_quark().
|
||||
* Note that the quark name will be stringified automatically in the
|
||||
* macro, so you shouldn't use double quotes.
|
||||
*
|
||||
* Since: 2.34
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user