mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Deprecate G_GNUC_(PRETTY)_FUNCTION.
2008-01-27 Matthias Clasen <mclasen@redhat.com> * glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION. svn path=/trunk/; revision=6389
This commit is contained in:
committed by
Matthias Clasen
parent
69c903e5b2
commit
7bfc60de2e
@@ -190,8 +190,7 @@ g_output_stream_write (GOutputStream *stream,
|
||||
if (((gssize) count) < 0)
|
||||
{
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("Too large count value passed to %s"),
|
||||
G_GNUC_PRETTY_FUNCTION);
|
||||
_("Too large count value passed to %s"), __FUNCTION__);
|
||||
return -1;
|
||||
}
|
||||
|
||||
@@ -646,7 +645,7 @@ g_output_stream_write_async (GOutputStream *stream,
|
||||
user_data,
|
||||
G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("Too large count value passed to %s"),
|
||||
G_GNUC_PRETTY_FUNCTION);
|
||||
__FUNCTION__);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user