linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] g_warning vs. vtable.display_warning


From: strk
Subject: [Linphone-developers] g_warning vs. vtable.display_warning
Date: Thu, 26 Jan 2006 02:43:15 +0100

linphonecore.c contains many invokations of g_warning(msg).
I don't get those messages from the command line interface,
and I'm not sure the GUI does in any way.

Would it be correct to substitute all g_warning() occurrences
with LinephoneCore.vtable.display_warning() instead ?

There are already two uses of it.
One is to warn about UDP port being in use
and the other about invalid sip address.

Note that the second one checks for the vtable entry
to be non-null, while the first doesn't. What would
the correct way be ?

--strk; 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]