mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
Add Since tags
svn path=/trunk/; revision=5986
This commit is contained in:
parent
a2d8858322
commit
3feb9d4741
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmarkup.c:
|
||||||
|
* glib/gerror.c: Add Since: tags to new API
|
||||||
|
|
||||||
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gurifuncs.c: Some doc cleanups
|
* glib/gurifuncs.c: Some doc cleanups
|
||||||
|
@ -276,7 +276,7 @@ g_error_add_prefix (gchar **string,
|
|||||||
* g_prefix_error:
|
* g_prefix_error:
|
||||||
* @err: a return location for a #GError, or %NULL
|
* @err: a return location for a #GError, or %NULL
|
||||||
* @format: printf()-style format string
|
* @format: printf()-style format string
|
||||||
* ...: arguments to @format
|
* @...: arguments to @format
|
||||||
*
|
*
|
||||||
* Formats a string according to @format and
|
* Formats a string according to @format and
|
||||||
* prefix it to an existing error message. If
|
* prefix it to an existing error message. If
|
||||||
@ -288,6 +288,8 @@ g_error_add_prefix (gchar **string,
|
|||||||
* also do nothing. Whether or not it makes
|
* also do nothing. Whether or not it makes
|
||||||
* sense to take advantage of this feature is up
|
* sense to take advantage of this feature is up
|
||||||
* to you.
|
* to you.
|
||||||
|
*
|
||||||
|
* Since: 2.16
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_prefix_error (GError **err,
|
g_prefix_error (GError **err,
|
||||||
@ -309,12 +311,14 @@ g_prefix_error (GError **err,
|
|||||||
* @dest: error return location
|
* @dest: error return location
|
||||||
* @src: error to move into the return location
|
* @src: error to move into the return location
|
||||||
* @format: printf()-style format string
|
* @format: printf()-style format string
|
||||||
* ...: arguments to @format
|
* @...: arguments to @format
|
||||||
*
|
*
|
||||||
* If @dest is %NULL, free @src; otherwise,
|
* If @dest is %NULL, free @src; otherwise,
|
||||||
* moves @src into *@dest. *@dest must be %NULL.
|
* moves @src into *@dest. *@dest must be %NULL.
|
||||||
* After the move, add a prefix as with
|
* After the move, add a prefix as with
|
||||||
* g_prefix_error().
|
* g_prefix_error().
|
||||||
|
*
|
||||||
|
* Since: 2.16
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_propagate_prefixed_error (GError **dest,
|
g_propagate_prefixed_error (GError **dest,
|
||||||
|
@ -2455,8 +2455,9 @@ g_markup_parse_boolean (const char *string,
|
|||||||
* be set as appropriate.
|
* be set as appropriate.
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if successful
|
* Return value: %TRUE if successful
|
||||||
|
*
|
||||||
|
* Since: 2.16
|
||||||
**/
|
**/
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
g_markup_collect_attributes (const gchar *element_name,
|
g_markup_collect_attributes (const gchar *element_name,
|
||||||
const gchar **attribute_names,
|
const gchar **attribute_names,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user