[gtkmm/gtkmm-2-24] Documentation: Remove : from deprecation documentation.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-2-24] Documentation: Remove : from deprecation documentation.
- Date: Tue, 1 Feb 2011 10:39:29 +0000 (UTC)
commit 283083d50336285e227f5d1d6c264a38f1db60d3
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Feb 1 11:39:19 2011 +0100
Documentation: Remove : from deprecation documentation.
* gtk/src/colorselection.hg:
* gtk/src/ruler.hg:
* gtk/src/toolitem.hg:
* gtk/src/widget.hg:
* gtk/src/window.hg: Change @deprecated: to @deprecated.
ChangeLog | 10 ++++++++++
gtk/src/colorselection.hg | 4 ++--
gtk/src/ruler.hg | 6 +++---
gtk/src/toolitem.hg | 2 +-
gtk/src/widget.hg | 18 +++++++++---------
gtk/src/window.hg | 2 +-
6 files changed, 26 insertions(+), 16 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 15af14d..26a41d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-01 Murray Cumming <murrayc murrayc com>
+
+ Documentation: Remove : from deprecation documentation.
+
+ * gtk/src/colorselection.hg:
+ * gtk/src/ruler.hg:
+ * gtk/src/toolitem.hg:
+ * gtk/src/widget.hg:
+ * gtk/src/window.hg: Change @deprecated: to @deprecated.
+
2011-01-27 Murray Cumming <murrayc murrayc com>
ComboBox: Make the API more like the one in gtkmm 3.
diff --git a/gtk/src/colorselection.hg b/gtk/src/colorselection.hg
index a9efef0..407f120 100644
--- a/gtk/src/colorselection.hg
+++ b/gtk/src/colorselection.hg
@@ -106,11 +106,11 @@ public:
_DEPRECATE_IFDEF_START
//TODO: Remove these in gtkmm 3. They use G_SEAL()ed struct fields.
- /** @deprecated: Use get_color_selection() instead.
+ /** @deprecated Use get_color_selection() instead.
*/
ColorSelection* get_colorsel();
- /** @deprecated: Use get_color_selection() instead.
+ /** @deprecated Use get_color_selection() instead.
*/
const ColorSelection* get_colorsel() const;
diff --git a/gtk/src/ruler.hg b/gtk/src/ruler.hg
index 8030fbf..5f81e61 100644
--- a/gtk/src/ruler.hg
+++ b/gtk/src/ruler.hg
@@ -49,7 +49,7 @@ namespace Gtk
*
* @ingroup Widgets
*
- * @deprecated: This has been removed from gtkmm-3.0 because it was unmaintained and too specialized.
+ * @deprecated This has been removed from gtkmm-3.0 because it was unmaintained and too specialized.
* There is no replacement other than using the original GtkRuler and Gtk::Ruler source files in your application.
*/
class Ruler : public Widget
@@ -115,7 +115,7 @@ _DEPRECATE_IFDEF_END
*
* @ingroup Widgets
*
- * @deprecated: This has been removed from gtkmm-3.0 because it was unmaintained and too specialized.
+ * @deprecated This has been removed from gtkmm-3.0 because it was unmaintained and too specialized.
* There is no replacement other than using the original GtkRuler and Gtk::Ruler source files in your application.
*/
class VRuler : public Ruler
@@ -132,7 +132,7 @@ public:
*
* @ingroup Widgets
*
- * @deprecated: This has been removed from gtkmm-3.0 because it was unmaintained and too specialized.
+ * @deprecated This has been removed from gtkmm-3.0 because it was unmaintained and too specialized.
* There is no replacement other than using the original GtkRuler and Gtk::Ruler source files in your application.
*/
class HRuler : public Ruler
diff --git a/gtk/src/toolitem.hg b/gtk/src/toolitem.hg
index 7703014..d95a7e1 100644
--- a/gtk/src/toolitem.hg
+++ b/gtk/src/toolitem.hg
@@ -134,7 +134,7 @@ public:
/** This signal is emitted when the toolitem's tooltip changes.
* Application developers can use gtk_tool_item_set_tooltip() to
* set the item's tooltip.
- * @deprecated: Use the new Gtk::Tooltip API. This signal will now never be emitted.
+ * @deprecated Use the new Gtk::Tooltip API. This signal will now never be emitted.
*
* @param tooltips the Tooltips
* @param tip_text the tooltip text
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index ed77e88..f8bf2e1 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -625,31 +625,31 @@ _DEPRECATE_IFDEF_START
*/
bool is_mapped() const;
- /** @deprecated: Use get_is_toplevel() instead.
+ /** @deprecated Use get_is_toplevel() instead.
*/
bool is_toplevel() const;
- /** @deprecated: Use get_is_drawable() instead.
+ /** @deprecated Use get_is_drawable() instead.
*/
bool is_drawable() const;
- /** @deprecated: Use get_visible() instead.
+ /** @deprecated Use get_visible() instead.
*/
bool is_visible() const;
- /** @deprecated: Use get_sensitive() instead.
+ /** @deprecated Use get_sensitive() instead.
*/
bool sensitive() const;
- /** @deprecated: Use get_app_paintable() instead.
+ /** @deprecated Use get_app_paintable() instead.
*/
bool app_paintable() const;
- /** @deprecated: Use get_receives_default() instead.
+ /** @deprecated Use get_receives_default() instead.
*/
bool receives_default() const;
- /** @deprecated: Use get_double_buffered() instead.
+ /** @deprecated Use get_double_buffered() instead.
*/
bool double_buffered() const;
@@ -657,7 +657,7 @@ _DEPRECATE_IFDEF_START
*/
bool parent_sensitive() const;
- /** @deprecated: Use has_rc_style() instead.
+ /** @deprecated Use has_rc_style() instead.
*/
bool rc_style() const;
@@ -666,7 +666,7 @@ _DEPRECATE_IFDEF_START
*/
bool is_composite_child() const;
- /** @deprecated: Use the proper method to test individual states, suchas
+ /** @deprecated Use the proper method to test individual states, suchas
* get_app_paintable(), get_can_default(),
* get_can_focus(), get_double_buffered(),
* has_default(), is_drawable(),
diff --git a/gtk/src/window.hg b/gtk/src/window.hg
index 7bf6930..b5aa2ac 100644
--- a/gtk/src/window.hg
+++ b/gtk/src/window.hg
@@ -113,7 +113,7 @@ _DEPRECATE_IFDEF_START
*/
bool is_toplevel() const;
- /** @deprecated: Use get_window_type().
+ /** @deprecated Use get_window_type().
*/
bool is_popup() const;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]