Mark as 2.4 additions.

Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkicontheme.c:
	* gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new):
	* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new):
	* gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
	2.4 additions.
This commit is contained in:
Matthias Clasen 2003-11-08 00:51:10 +00:00 committed by Matthias Clasen
parent 56fb0d4856
commit 6e6d780b8c
9 changed files with 101 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Sat Nov 8 01:50:17 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c:
* gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new):
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new):
* gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
2.4 additions.
2003-11-07 Federico Mena Quintero <federico@ximian.com> 2003-11-07 Federico Mena Quintero <federico@ximian.com>
Changing GtkFileChooserEntry to use GtkEntryCompletion. Changing GtkFileChooserEntry to use GtkEntryCompletion.

View File

@ -1,3 +1,11 @@
Sat Nov 8 01:50:17 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c:
* gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new):
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new):
* gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
2.4 additions.
2003-11-07 Federico Mena Quintero <federico@ximian.com> 2003-11-07 Federico Mena Quintero <federico@ximian.com>
Changing GtkFileChooserEntry to use GtkEntryCompletion. Changing GtkFileChooserEntry to use GtkEntryCompletion.

View File

@ -1,3 +1,11 @@
Sat Nov 8 01:50:17 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c:
* gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new):
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new):
* gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
2.4 additions.
2003-11-07 Federico Mena Quintero <federico@ximian.com> 2003-11-07 Federico Mena Quintero <federico@ximian.com>
Changing GtkFileChooserEntry to use GtkEntryCompletion. Changing GtkFileChooserEntry to use GtkEntryCompletion.

View File

@ -1,3 +1,11 @@
Sat Nov 8 01:50:17 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c:
* gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new):
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new):
* gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
2.4 additions.
2003-11-07 Federico Mena Quintero <federico@ximian.com> 2003-11-07 Federico Mena Quintero <federico@ximian.com>
Changing GtkFileChooserEntry to use GtkEntryCompletion. Changing GtkFileChooserEntry to use GtkEntryCompletion.

View File

@ -1,3 +1,11 @@
Sat Nov 8 01:50:17 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c:
* gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new):
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new):
* gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
2.4 additions.
2003-11-07 Federico Mena Quintero <federico@ximian.com> 2003-11-07 Federico Mena Quintero <federico@ximian.com>
Changing GtkFileChooserEntry to use GtkEntryCompletion. Changing GtkFileChooserEntry to use GtkEntryCompletion.

View File

@ -748,6 +748,8 @@ gtk_file_chooser_unselect_uri (GtkFileChooser *chooser,
* @chooser: a #GtkFileChooser * @chooser: a #GtkFileChooser
* *
* Selects all the files in the current folder of a file chooser. * Selects all the files in the current folder of a file chooser.
*
* Since: 2.4
**/ **/
void void
gtk_file_chooser_select_all (GtkFileChooser *chooser) gtk_file_chooser_select_all (GtkFileChooser *chooser)
@ -762,6 +764,8 @@ gtk_file_chooser_select_all (GtkFileChooser *chooser)
* @chooser: a #GtkFileChooser * @chooser: a #GtkFileChooser
* *
* Unselects all the files in the current folder of a file chooser. * Unselects all the files in the current folder of a file chooser.
*
* Since: 2.4
**/ **/
void void
gtk_file_chooser_unselect_all (GtkFileChooser *chooser) gtk_file_chooser_unselect_all (GtkFileChooser *chooser)

View File

@ -211,6 +211,8 @@ gtk_file_chooser_dialog_get_property (GObject *object,
* gtk_dialog_new_with_buttons(). * gtk_dialog_new_with_buttons().
* *
* Return value: a new #GtkFileChooserDialog * Return value: a new #GtkFileChooserDialog
*
* Since: 2.4
**/ **/
GtkWidget * GtkWidget *
gtk_file_chooser_dialog_new (const gchar *title, gtk_file_chooser_dialog_new (const gchar *title,

View File

@ -204,6 +204,8 @@ gtk_file_chooser_widget_get_property (GObject *object,
* #GtkFileChooserDialog. * #GtkFileChooserDialog.
* *
* Return value: a new #GtkFileChooserWidget * Return value: a new #GtkFileChooserWidget
*
* Since: 2.4
**/ **/
GtkWidget * GtkWidget *
gtk_file_chooser_widget_new (GtkFileChooserAction action) gtk_file_chooser_widget_new (GtkFileChooserAction action)

View File

@ -254,6 +254,8 @@ gtk_icon_theme_get_type (void)
* a new icon theme object for scratch. * a new icon theme object for scratch.
* *
* Return value: the newly created #GtkIconTheme object. * Return value: the newly created #GtkIconTheme object.
*
* Since: 2.4
**/ **/
GtkIconTheme * GtkIconTheme *
gtk_icon_theme_new (void) gtk_icon_theme_new (void)
@ -271,6 +273,8 @@ gtk_icon_theme_new (void)
* the default screen. This icon theme is associated with * the default screen. This icon theme is associated with
* the screen and can be used as long as the screen * the screen and can be used as long as the screen
* is open. * is open.
*
* Since: 2.4
**/ **/
GtkIconTheme * GtkIconTheme *
gtk_icon_theme_get_default (void) gtk_icon_theme_get_default (void)
@ -295,6 +299,8 @@ gtk_icon_theme_get_default (void)
* the given screen. This icon theme is associated with * the given screen. This icon theme is associated with
* the screen and can be used as long as the screen * the screen and can be used as long as the screen
* is open. * is open.
*
* Since: 2.4
**/ **/
GtkIconTheme * GtkIconTheme *
gtk_icon_theme_get_for_screen (GdkScreen *screen) gtk_icon_theme_get_for_screen (GdkScreen *screen)
@ -446,6 +452,8 @@ unset_screen (GtkIconTheme *icon_theme)
* Sets the screen for an icon theme; the screen is used * Sets the screen for an icon theme; the screen is used
* to track the user's currently configured icon theme, * to track the user's currently configured icon theme,
* which might be different for different screens. * which might be different for different screens.
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_set_screen (GtkIconTheme *icon_theme, gtk_icon_theme_set_screen (GtkIconTheme *icon_theme,
@ -624,6 +632,8 @@ gtk_icon_theme_finalize (GObject *object)
* (This is legacy feature, and new icons should be put * (This is legacy feature, and new icons should be put
* into the default icon theme, which is called "hicolor", rather than * into the default icon theme, which is called "hicolor", rather than
* directly on the icon path.) * directly on the icon path.)
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_set_search_path (GtkIconTheme *icon_theme, gtk_icon_theme_set_search_path (GtkIconTheme *icon_theme,
@ -659,6 +669,8 @@ gtk_icon_theme_set_search_path (GtkIconTheme *icon_theme,
* in @path, or %NULL * in @path, or %NULL
* *
* Gets the current search path. See gtk_icon_theme_set_search_path(). * Gets the current search path. See gtk_icon_theme_set_search_path().
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_get_search_path (GtkIconTheme *icon_theme, gtk_icon_theme_get_search_path (GtkIconTheme *icon_theme,
@ -689,7 +701,9 @@ gtk_icon_theme_get_search_path (GtkIconTheme *icon_theme,
* @icon_theme: a #GtkIconTheme * @icon_theme: a #GtkIconTheme
* @path: directory name to append to the icon path * @path: directory name to append to the icon path
* *
* Appends a directory to the search path. See gtk_icon_theme_set_search_path(). * Appends a directory to the search path. See gtk_icon_theme_set_search_path().
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_append_search_path (GtkIconTheme *icon_theme, gtk_icon_theme_append_search_path (GtkIconTheme *icon_theme,
@ -715,6 +729,8 @@ gtk_icon_theme_append_search_path (GtkIconTheme *icon_theme,
* @path: directory name to prepend to the icon path * @path: directory name to prepend to the icon path
* *
* Prepends a directory to the search path. See gtk_icon_theme_set_search_path(). * Prepends a directory to the search path. See gtk_icon_theme_set_search_path().
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme, gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme,
@ -748,6 +764,8 @@ gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme,
* overriding system configuration. This function cannot be called * overriding system configuration. This function cannot be called
* on the icon theme objects returned from gtk_icon_theme_get_default() * on the icon theme objects returned from gtk_icon_theme_get_default()
* and gtk_icon_theme_get_default(). * and gtk_icon_theme_get_default().
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_set_custom_theme (GtkIconTheme *icon_theme, gtk_icon_theme_set_custom_theme (GtkIconTheme *icon_theme,
@ -1056,6 +1074,8 @@ ensure_valid_themes (GtkIconTheme *icon_theme)
* Return value: a #GtkIconInfo structure containing information * Return value: a #GtkIconInfo structure containing information
* about the icon, or %NULL if the icon wasn't found. Free with * about the icon, or %NULL if the icon wasn't found. Free with
* gtk_icon_info_free() * gtk_icon_info_free()
*
* Since: 2.4
**/ **/
GtkIconInfo * GtkIconInfo *
gtk_icon_theme_lookup_icon (GtkIconTheme *icon_theme, gtk_icon_theme_lookup_icon (GtkIconTheme *icon_theme,
@ -1170,6 +1190,8 @@ gtk_icon_theme_error_quark (void)
* or a new reference to an internal icon, so you must not modify * or a new reference to an internal icon, so you must not modify
* the icon. Use g_object_unref() to release your reference to the * the icon. Use g_object_unref() to release your reference to the
* icon. %NULL if the icon isn't found. * icon. %NULL if the icon isn't found.
*
* Since: 2.4
**/ **/
GdkPixbuf * GdkPixbuf *
gtk_icon_theme_load_icon (GtkIconTheme *icon_theme, gtk_icon_theme_load_icon (GtkIconTheme *icon_theme,
@ -1212,6 +1234,8 @@ gtk_icon_theme_load_icon (GtkIconTheme *icon_theme,
* *
* Return value: %TRUE if @icon_theme includes an * Return value: %TRUE if @icon_theme includes an
* icon for @icon_name. * icon for @icon_name.
*
* Since: 2.4
**/ **/
gboolean gboolean
gtk_icon_theme_has_icon (GtkIconTheme *icon_theme, gtk_icon_theme_has_icon (GtkIconTheme *icon_theme,
@ -1272,6 +1296,8 @@ add_key_to_list (gpointer key,
* icons in the theme. You must first free each element * icons in the theme. You must first free each element
* in the list with g_free(), then free the list itself * in the list with g_free(), then free the list itself
* with g_list_free(). * with g_list_free().
*
* Since: 2.4
**/ **/
GList * GList *
gtk_icon_theme_list_icons (GtkIconTheme *icon_theme, gtk_icon_theme_list_icons (GtkIconTheme *icon_theme,
@ -1331,6 +1357,8 @@ gtk_icon_theme_list_icons (GtkIconTheme *icon_theme,
* *
* Return value: the name of an example icon or %NULL. * Return value: the name of an example icon or %NULL.
* Free with g_free(). * Free with g_free().
*
* Since: 2.4
**/ **/
char * char *
gtk_icon_theme_get_example_icon_name (GtkIconTheme *icon_theme) gtk_icon_theme_get_example_icon_name (GtkIconTheme *icon_theme)
@ -1368,6 +1396,8 @@ gtk_icon_theme_get_example_icon_name (GtkIconTheme *icon_theme)
* *
* Return value: %TRUE if the icon theme has changed and needed * Return value: %TRUE if the icon theme has changed and needed
* to be reloaded. * to be reloaded.
*
* Since: 2.4
**/ **/
gboolean gboolean
gtk_icon_theme_rescan_if_needed (GtkIconTheme *icon_theme) gtk_icon_theme_rescan_if_needed (GtkIconTheme *icon_theme)
@ -1931,6 +1961,8 @@ icon_info_new_builtin (BuiltinIcon *icon)
* Make a copy of a #GtkIconInfo. * Make a copy of a #GtkIconInfo.
* *
* Return value: the new GtkIconInfo * Return value: the new GtkIconInfo
*
* Since: 2.4
**/ **/
GtkIconInfo * GtkIconInfo *
gtk_icon_info_copy (GtkIconInfo *icon_info) gtk_icon_info_copy (GtkIconInfo *icon_info)
@ -1957,6 +1989,8 @@ gtk_icon_info_copy (GtkIconInfo *icon_info)
* @icon_info: a #GtkIconInfo * @icon_info: a #GtkIconInfo
* *
* Free a #GtkIconInfo and associated information * Free a #GtkIconInfo and associated information
*
* Since: 2.4
**/ **/
void void
gtk_icon_info_free (GtkIconInfo *icon_info) gtk_icon_info_free (GtkIconInfo *icon_info)
@ -1988,6 +2022,8 @@ gtk_icon_info_free (GtkIconInfo *icon_info)
* *
* Return value: the base size, or 0, if no base * Return value: the base size, or 0, if no base
* size is known for the icon. * size is known for the icon.
*
* Since: 2.4
**/ **/
gint gint
gtk_icon_info_get_base_size (GtkIconInfo *icon_info) gtk_icon_info_get_base_size (GtkIconInfo *icon_info)
@ -2011,6 +2047,8 @@ gtk_icon_info_get_base_size (GtkIconInfo *icon_info)
* if gtk_icon_info_get_builtin_pixbuf() should * if gtk_icon_info_get_builtin_pixbuf() should
* be used instead. The return value is owned by * be used instead. The return value is owned by
* GTK+ and should not be modified or freed. * GTK+ and should not be modified or freed.
*
* Since: 2.4
**/ **/
G_CONST_RETURN gchar * G_CONST_RETURN gchar *
gtk_icon_info_get_filename (GtkIconInfo *icon_info) gtk_icon_info_get_filename (GtkIconInfo *icon_info)
@ -2033,6 +2071,8 @@ gtk_icon_info_get_filename (GtkIconInfo *icon_info)
* extra reference is added to the returned pixbuf, so if * extra reference is added to the returned pixbuf, so if
* you want to keep it around, you must use g_object_ref(). * you want to keep it around, you must use g_object_ref().
* The returned image must not be modified. * The returned image must not be modified.
*
* Since: 2.4
**/ **/
GdkPixbuf * GdkPixbuf *
gtk_icon_info_get_builtin_pixbuf (GtkIconInfo *icon_info) gtk_icon_info_get_builtin_pixbuf (GtkIconInfo *icon_info)
@ -2210,6 +2250,8 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info,
* or a new reference to an internal icon, so you must not modify * or a new reference to an internal icon, so you must not modify
* the icon. Use g_object_unref() to release your reference to the * the icon. Use g_object_unref() to release your reference to the
* icon. * icon.
*
* Since: 2.4
**/ **/
GdkPixbuf * GdkPixbuf *
gtk_icon_info_load_icon (GtkIconInfo *icon_info, gtk_icon_info_load_icon (GtkIconInfo *icon_info,
@ -2252,6 +2294,8 @@ gtk_icon_info_load_icon (GtkIconInfo *icon_info,
* *
* This function is provided primarily to allow compatibility wrappers * This function is provided primarily to allow compatibility wrappers
* for older API's, and is not expected to be useful for applications. * for older API's, and is not expected to be useful for applications.
*
* Since: 2.4
**/ **/
void void
gtk_icon_info_set_raw_coordinates (GtkIconInfo *icon_info, gtk_icon_info_set_raw_coordinates (GtkIconInfo *icon_info,
@ -2303,6 +2347,8 @@ icon_info_scale_point (GtkIconInfo *icon_info,
* information about the coordinate system. * information about the coordinate system.
* *
* Return value: %TRUE if the icon has an embedded rectangle * Return value: %TRUE if the icon has an embedded rectangle
*
* Since: 2.4
**/ **/
gboolean gboolean
gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info, gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info,
@ -2349,6 +2395,8 @@ gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info,
* emblems or overlays to the icon. * emblems or overlays to the icon.
* *
* Return value: %TRUE if there are any attach points for the icon. * Return value: %TRUE if there are any attach points for the icon.
*
* Since: 2.4
**/ **/
gboolean gboolean
gtk_icon_info_get_attach_points (GtkIconInfo *icon_info, gtk_icon_info_get_attach_points (GtkIconInfo *icon_info,
@ -2400,6 +2448,8 @@ gtk_icon_info_get_attach_points (GtkIconInfo *icon_info,
* Return value: the display name for the icon or %NULL, if * Return value: the display name for the icon or %NULL, if
* the icon doesn't have a specified display name. This value * the icon doesn't have a specified display name. This value
* is owned @icon_info and must not be modified or free. * is owned @icon_info and must not be modified or free.
*
* Since: 2.4
**/ **/
G_CONST_RETURN gchar * G_CONST_RETURN gchar *
gtk_icon_info_get_display_name (GtkIconInfo *icon_info) gtk_icon_info_get_display_name (GtkIconInfo *icon_info)
@ -2439,6 +2489,8 @@ gtk_icon_info_get_display_name (GtkIconInfo *icon_info)
* *
* This function will generally be used with pixbufs loaded * This function will generally be used with pixbufs loaded
* via gdk_pixbuf_new_from_inline (). * via gdk_pixbuf_new_from_inline ().
*
* Since: 2.4
**/ **/
void void
gtk_icon_theme_add_builtin_icon (const gchar *icon_name, gtk_icon_theme_add_builtin_icon (const gchar *icon_name,