mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 19:54:05 +02:00
let the compatibility definition point to the new name
2001-10-02 Sven Neumann <sven@gimp.org> * glib/gstring.h (g_string_sprintfa): let the compatibility definition point to the new name g_string_append_printf().
This commit is contained in:
committed by
Sven Neumann
parent
e9d05783f6
commit
c414f5c1b4
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2001-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* glib/gstring.h (g_string_sprintfa): let the compatibility definition
|
||||
point to the new name g_string_append_printf().
|
||||
|
||||
2001-10-01 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* glib/gconvert.[ch]:
|
||||
|
@@ -124,7 +124,7 @@ GString* g_string_up (GString *string);
|
||||
|
||||
/* These aliases are included for compatibility. */
|
||||
#define g_string_sprintf g_string_printf
|
||||
#define g_string_sprintfa g_string_printfa
|
||||
#define g_string_sprintfa g_string_append_printf
|
||||
|
||||
#endif /* G_DISABLE_DEPRECATED */
|
||||
|
||||
|
Reference in New Issue
Block a user