gtk+ r20655 - in trunk: . gtk
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20655 - in trunk: . gtk
- Date: Fri, 20 Jun 2008 19:42:53 +0000 (UTC)
Author: johan
Date: Fri Jun 20 19:42:53 2008
New Revision: 20655
URL: http://svn.gnome.org/viewvc/gtk+?rev=20655&view=rev
Log:
2008-06-20 Johan Dahlin <jdahlin async com br>
* gtk/gtkbutton.c:
* gtk/gtkcolorsel.c:
* gtk/gtkentry.c:
* gtk/gtkitemfactory.c:
* gtk/gtknotebook.c:
Fix up deprecated markup syntax. Add version numbers and
a message on the remaning ones.
Modified:
trunk/ChangeLog
trunk/gtk/gtkbutton.c
trunk/gtk/gtkcolorsel.c
trunk/gtk/gtkentry.c
trunk/gtk/gtkitemfactory.c
trunk/gtk/gtknotebook.c
Modified: trunk/gtk/gtkbutton.c
==============================================================================
--- trunk/gtk/gtkbutton.c (original)
+++ trunk/gtk/gtkbutton.c Fri Jun 20 19:42:53 2008
@@ -309,7 +309,7 @@
*
* Emitted when the button is pressed.
*
- * Deprecated: Use the #GtkWidget::button-press-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::button-press-event signal.
*/
button_signals[PRESSED] =
g_signal_new (I_("pressed"),
@@ -326,7 +326,7 @@
*
* Emitted when the button is released.
*
- * Deprecated: Use the #GtkWidget::button-release-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::button-release-event signal.
*/
button_signals[RELEASED] =
g_signal_new (I_("released"),
@@ -358,7 +358,7 @@
*
* Emitted when the pointer enters the button.
*
- * Deprecated: Use the #GtkWidget::enter-notify-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::enter-notify-event signal.
*/
button_signals[ENTER] =
g_signal_new (I_("enter"),
@@ -375,7 +375,7 @@
*
* Emitted when the pointer leaves the button.
*
- * Deprecated: Use the #GtkWidget::leave-notify-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::leave-notify-event signal.
*/
button_signals[LEAVE] =
g_signal_new (I_("leave"),
Modified: trunk/gtk/gtkcolorsel.c
==============================================================================
--- trunk/gtk/gtkcolorsel.c (original)
+++ trunk/gtk/gtkcolorsel.c Fri Jun 20 19:42:53 2008
@@ -2451,7 +2451,7 @@
* Sets the current color to be @color. The first time this is called, it will
* also set the original color to be @color too.
*
- * Deprecated: Use gtk_color_selection_set_current_color() instead.
+ * Deprecated: 2.0: Use gtk_color_selection_set_current_color() instead.
**/
void
gtk_color_selection_set_color (GtkColorSelection *colorsel,
@@ -2826,7 +2826,7 @@
*
* Return value: the previous change palette hook (that was replaced).
*
- * Deprecated: This function is deprecated in favor of
+ * Deprecated: 2.4: This function is deprecated in favor of
* gtk_color_selection_set_change_palette_with_screen_hook(), and does
* not work in multihead environments.
*
Modified: trunk/gtk/gtkentry.c
==============================================================================
--- trunk/gtk/gtkentry.c (original)
+++ trunk/gtk/gtkentry.c Fri Jun 20 19:42:53 2008
@@ -4473,9 +4473,7 @@
*
* Appends the given text to the contents of the widget.
*
- * Deprecated: gtk_entry_append_text() is deprecated and should not
- * be used in newly-written code. Use gtk_editable_insert_text()
- * instead.
+ * Deprecated: 2.0: Use gtk_editable_insert_text() instead.
*/
void
gtk_entry_append_text (GtkEntry *entry,
@@ -4497,9 +4495,7 @@
*
* Prepends the given text to the contents of the widget.
*
- * Deprecated: gtk_entry_prepend_text() is deprecated and should not
- * be used in newly-written code. Use gtk_editable_insert_text()
- * instead.
+ * Deprecated: 2.0: Use gtk_editable_insert_text() instead.
*/
void
gtk_entry_prepend_text (GtkEntry *entry,
@@ -4526,7 +4522,7 @@
*
* Sets the cursor position in an entry to the given value.
*
- * Deprecated: Use gtk_editable_set_position() instead.
+ * Deprecated: 2.0: Use gtk_editable_set_position() instead.
*/
void
gtk_entry_set_position (GtkEntry *entry,
@@ -4661,7 +4657,7 @@
* Determines if the user can edit the text in the editable
* widget or not.
*
- * Deprecated: Use gtk_editable_set_editable() instead.
+ * Deprecated: 2.0: Use gtk_editable_set_editable() instead.
*/
void
gtk_entry_set_editable (GtkEntry *entry,
@@ -4745,7 +4741,7 @@
* selected will be those characters from @start_pos to the end of
* the text.
*
- * Deprecated: Use gtk_editable_select_region() instead.
+ * Deprecated: 2.0: Use gtk_editable_select_region() instead.
*/
void
gtk_entry_select_region (GtkEntry *entry,
Modified: trunk/gtk/gtkitemfactory.c
==============================================================================
--- trunk/gtk/gtkitemfactory.c (original)
+++ trunk/gtk/gtkitemfactory.c Fri Jun 20 19:42:53 2008
@@ -157,7 +157,7 @@
*
* Beware that the returned object does not have a floating reference.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkItemFactory*
gtk_item_factory_new (GType container_type,
@@ -374,7 +374,7 @@
*
* Initializes an item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_construct (GtkItemFactory *ifactory,
@@ -429,7 +429,7 @@
* <literal>"<name>"</literal> prefix of @path as the @path argument
* for gtk_item_factory_new().
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkItemFactory*
gtk_item_factory_from_path (const gchar *path)
@@ -525,7 +525,7 @@
*
* Obtains the item factory from which a widget was created.
*
- * Deprecated: 2.4
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkItemFactory*
gtk_item_factory_from_widget (GtkWidget *widget)
@@ -558,7 +558,7 @@
* path specified in gtk_item_factory_new() with the path specified in the
* #GtkItemFactoryEntry from which the widget was created.)
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
G_CONST_RETURN gchar*
gtk_item_factory_path_from_widget (GtkWidget *widget)
@@ -589,7 +589,7 @@
*
* Creates the menu items from the @entries.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_items (GtkItemFactory *ifactory,
@@ -611,7 +611,7 @@
*
* Creates the menu items from the @entries.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_items_ac (GtkItemFactory *ifactory,
@@ -647,7 +647,7 @@
* submenu, then the submenu is returned. If you are interested in the menu
* item, use gtk_item_factory_get_item() instead.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_widget (GtkItemFactory *ifactory,
@@ -700,7 +700,7 @@
* If there are multiple items with the same action, the result is
* undefined.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_widget_by_action (GtkItemFactory *ifactory,
@@ -737,7 +737,7 @@
* submenu, then the item is returned. If you are interested in the submenu,
* use gtk_item_factory_get_widget() instead.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_item (GtkItemFactory *ifactory,
@@ -768,7 +768,7 @@
* Obtains the menu item which was constructed from the first
* #GtkItemFactoryEntry with the given @action.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_item_by_action (GtkItemFactory *ifactory,
@@ -906,7 +906,7 @@
*
* Creates an item for @entry.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_item (GtkItemFactory *ifactory,
@@ -1140,7 +1140,7 @@
*
* Creates the menu items from the @entries.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_menu_entries (guint n_entries,
@@ -1226,7 +1226,7 @@
*
* Deletes all widgets constructed from the specified path.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factories_path_delete (const gchar *ifactory_path,
@@ -1287,7 +1287,7 @@
* Deletes the menu item which was created for @path by the given
* item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_delete_item (GtkItemFactory *ifactory,
@@ -1317,7 +1317,7 @@
* Deletes the menu item which was created from @entry by the given
* item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_delete_entry (GtkItemFactory *ifactory,
@@ -1352,7 +1352,7 @@
* Deletes the menu items which were created from the @entries by the given
* item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_delete_entries (GtkItemFactory *ifactory,
@@ -1399,7 +1399,7 @@
* gtk_item_factory_popup_with_data(). This data is available until the menu
* is popped down again.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
gpointer
gtk_item_factory_popup_data_from_widget (GtkWidget *widget)
@@ -1424,7 +1424,7 @@
* gtk_item_factory_popup_with_data(). This data is available until the menu
* is popped down again.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
gpointer
gtk_item_factory_popup_data (GtkItemFactory *ifactory)
@@ -1466,7 +1466,7 @@
* The operation of the @mouse_button and the @time_ parameter is the same
* as the @button and @activation_time parameters for gtk_menu_popup().
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_popup (GtkItemFactory *ifactory,
@@ -1505,7 +1505,7 @@
* The operation of the @mouse_button and the @time_ parameters is the same
* as the @button and @activation_time parameters for gtk_menu_popup().
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_popup_with_data (GtkItemFactory *ifactory,
@@ -1564,7 +1564,7 @@
* Sets a function to be used for translating the path elements before they
* are displayed.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_set_translate_func (GtkItemFactory *ifactory,
Modified: trunk/gtk/gtknotebook.c
==============================================================================
--- trunk/gtk/gtknotebook.c (original)
+++ trunk/gtk/gtknotebook.c Fri Jun 20 19:42:53 2008
@@ -7339,7 +7339,7 @@
* not be able to exchange tabs with any other notebook.
*
* Since: 2.10
- * Deprecated:2.12: use gtk_notebook_set_group() instead.
+ * Deprecated: 2.12: use gtk_notebook_set_group() instead.
*/
void
gtk_notebook_set_group_id (GtkNotebook *notebook,
@@ -7393,7 +7393,7 @@
* Return Value: the group identificator, or -1 if none is set.
*
* Since: 2.10
- * Deprecated:2.12: use gtk_notebook_get_group() instead.
+ * Deprecated: 2.12: use gtk_notebook_get_group() instead.
*/
gint
gtk_notebook_get_group_id (GtkNotebook *notebook)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]