[glib/glib-2-48] gsignal: Remove a UTF-8 ellipsis from docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-48] gsignal: Remove a UTF-8 ellipsis from docs
- Date: Wed, 17 Aug 2016 21:39:07 +0000 (UTC)
commit 5096d37aaef471f76683f37ca3d72926e81210bb
Author: Gerald Combs <gerald wireshark org>
Date: Fri Jun 3 12:56:14 2016 -0700
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
gobject/gsignal.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gsignal.h b/gobject/gsignal.h
index c934b42..c699fdf 100644
--- a/gobject/gsignal.h
+++ b/gobject/gsignal.h
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]