mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
GIO: Remove trailing "." from Since: tags in docs
Typing "Since: 2.22." results in the creation of an api-index-2.22..xml file (ie: the last '.' is taken to be part of the version number).
This commit is contained in:
parent
c46bc6ba1f
commit
f411e23043
@ -200,7 +200,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
|||||||
* smaller (for example, for sparse files).
|
* smaller (for example, for sparse files).
|
||||||
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
|
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
|
||||||
*
|
*
|
||||||
* Since: 2.20.
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
|
#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
|
||||||
|
|
||||||
@ -369,7 +369,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
|||||||
* A key in the "mountable" namespace for getting the unix device file.
|
* A key in the "mountable" namespace for getting the unix device file.
|
||||||
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
|
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
|
||||||
*
|
*
|
||||||
* Since: 2.22.
|
* Since: 2.22
|
||||||
**/
|
**/
|
||||||
#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */
|
#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */
|
||||||
|
|
||||||
|
@ -1297,7 +1297,7 @@ g_socket_bind (GSocket *socket,
|
|||||||
*
|
*
|
||||||
* Returns: %TRUE if this socket can be used with IPv4.
|
* Returns: %TRUE if this socket can be used with IPv4.
|
||||||
*
|
*
|
||||||
* Since: 2.22.
|
* Since: 2.22
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
g_socket_speaks_ipv4 (GSocket *socket)
|
g_socket_speaks_ipv4 (GSocket *socket)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user