mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
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:
parent
f5e875b2f8
commit
05d429af9d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user