gsignal: Remove a UTF-8 ellipsis from docs

Some compilers have trouble with such sequences. Visual C++ may or may
not generate a warning in this particular case depending on if the
local code page supports an ellipsis.

https://bugzilla.gnome.org/show_bug.cgi?id=767218
This commit is contained in:
Gerald Combs 2016-06-03 12:56:14 -07:00 committed by Colin Walters
parent f5e875b2f8
commit 05d429af9d

View File

@ -516,7 +516,7 @@ void g_signal_chain_from_overridden_handler (gpointer instance,
* gtk_widget_hide (other_widget);
* }
*
*
* ...
*
* g_signal_connect (button, "clicked",
* (GCallback) button_clicked_cb, other_widget);