mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 02:46:37 +02:00
Add details to the docs. (#314393, Matthew F. Barnes)
2005-09-26 Matthias Clasen <mclasen@redhat.com> * glib/gstrfuncs.c (g_ascii_strtoull): Add details to the docs. (#314393, Matthew F. Barnes)
This commit is contained in:
committed by
Matthias Clasen
parent
ce9a6cf292
commit
3f6d15d15b
@@ -1,3 +1,8 @@
|
|||||||
|
2005-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_ascii_strtoull): Add details to the
|
||||||
|
docs. (#314393, Matthew F. Barnes)
|
||||||
|
|
||||||
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gqueue.c (g_queue_insert_sorted): Fix the docs.
|
* glib/gqueue.c (g_queue_insert_sorted): Fix the docs.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2005-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_ascii_strtoull): Add details to the
|
||||||
|
docs. (#314393, Matthew F. Barnes)
|
||||||
|
|
||||||
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gqueue.c (g_queue_insert_sorted): Fix the docs.
|
* glib/gqueue.c (g_queue_insert_sorted): Fix the docs.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2005-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_ascii_strtoull): Add details to the
|
||||||
|
docs. (#314393, Matthew F. Barnes)
|
||||||
|
|
||||||
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gqueue.c (g_queue_insert_sorted): Fix the docs.
|
* glib/gqueue.c (g_queue_insert_sorted): Fix the docs.
|
||||||
|
@@ -610,9 +610,12 @@ g_ascii_formatd (gchar *buffer,
|
|||||||
* locale-sensitive system strtoull() function.
|
* locale-sensitive system strtoull() function.
|
||||||
*
|
*
|
||||||
* If the correct value would cause overflow, %G_MAXUINT64
|
* If the correct value would cause overflow, %G_MAXUINT64
|
||||||
* is returned, and %ERANGE is stored in %errno.
|
* is returned, and %ERANGE is stored in %errno. If the base is
|
||||||
|
* outside the valid range, zero is returned, and %EINVAL is stored
|
||||||
|
* in %errno. If the string conversion fails, zero is returned, and
|
||||||
|
* @endptr returns @nptr (if @endptr is non-%NULL).
|
||||||
*
|
*
|
||||||
* Return value: the #guint64 value.
|
* Return value: the #guint64 value or zero on error.
|
||||||
*
|
*
|
||||||
* Since: 2.2
|
* Since: 2.2
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user