forked from AuroraMiddleware/gtk
small doc fixes.
This commit is contained in:
parent
fe0b83b722
commit
ec84d8d14d
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_get_selections): Doc
|
||||
comment fixes. (#97136, #97125, Vitaly Tishkov)
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
* gtk/gtkwindow.c (gtk_window_set_default_icon_from_file): Doc
|
||||
comment fixes. (#95829, #96818, Vitaly Tishkov)
|
||||
|
||||
Tue Oct 29 20:39:16 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_get_selections): Doc
|
||||
comment fixes. (#97136, #97125, Vitaly Tishkov)
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
* gtk/gtkwindow.c (gtk_window_set_default_icon_from_file): Doc
|
||||
comment fixes. (#95829, #96818, Vitaly Tishkov)
|
||||
|
||||
Tue Oct 29 20:39:16 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_get_selections): Doc
|
||||
comment fixes. (#97136, #97125, Vitaly Tishkov)
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
* gtk/gtkwindow.c (gtk_window_set_default_icon_from_file): Doc
|
||||
comment fixes. (#95829, #96818, Vitaly Tishkov)
|
||||
|
||||
Tue Oct 29 20:39:16 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_get_selections): Doc
|
||||
comment fixes. (#97136, #97125, Vitaly Tishkov)
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
* gtk/gtkwindow.c (gtk_window_set_default_icon_from_file): Doc
|
||||
comment fixes. (#95829, #96818, Vitaly Tishkov)
|
||||
|
||||
Tue Oct 29 20:39:16 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_get_selections): Doc
|
||||
comment fixes. (#97136, #97125, Vitaly Tishkov)
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
* gtk/gtkwindow.c (gtk_window_set_default_icon_from_file): Doc
|
||||
comment fixes. (#95829, #96818, Vitaly Tishkov)
|
||||
|
||||
Tue Oct 29 20:39:16 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-10-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_get_selections): Doc
|
||||
comment fixes. (#97136, #97125, Vitaly Tishkov)
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
|
||||
* gtk/gtkwindow.c (gtk_window_set_default_icon_from_file): Doc
|
||||
comment fixes. (#95829, #96818, Vitaly Tishkov)
|
||||
|
||||
Tue Oct 29 20:39:16 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
|
||||
|
@ -2399,8 +2399,8 @@ maybe_clear_entry:
|
||||
* in the file list. The first file in the list is equivalent to what
|
||||
* gtk_file_selection_get_filename() would return.
|
||||
*
|
||||
* The filenames are in the encoding of g_filename_from_utf8, which may or may
|
||||
* not be the same as that used by GTK+ (UTF-8). To convert to UTF-8, call
|
||||
* The filenames are in the encoding of g_filename_from_utf8(), which may or
|
||||
* may not be the same as that used by GTK+ (UTF-8). To convert to UTF-8, call
|
||||
* g_filename_to_utf8() on each string.
|
||||
*
|
||||
* Return value: a newly-allocated %NULL-terminated array of strings. Use
|
||||
|
@ -1195,8 +1195,8 @@ icon_size_lookup_intern (GtkSettings *settings,
|
||||
* @height: location to store icon height
|
||||
*
|
||||
* Obtains the pixel size of a semantic icon size, possibly
|
||||
* modified by user preferences for a particular #GtkSettings
|
||||
* Normally @size would be
|
||||
* modified by user preferences for a particular
|
||||
* #GtkSettings. Normally @size would be
|
||||
* #GTK_ICON_SIZE_MENU, #GTK_ICON_SIZE_BUTTON, etc. This function
|
||||
* isn't normally needed, gtk_widget_render_icon() is the usual
|
||||
* way to get an icon for rendering, then just look at the size of
|
||||
|
@ -412,7 +412,7 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection,
|
||||
*
|
||||
* Creates a list of path of all selected rows. Additionally, if you are
|
||||
* planning on modifying the model after calling this function, you may
|
||||
* want to convert the returned list into a list of #GtkTreeRowReferences.
|
||||
* want to convert the returned list into a list of #GtkTreeRowReference<!-- -->s.
|
||||
* To do this, you can use gtk_tree_row_reference_new_proxy().
|
||||
*
|
||||
* To free the return value, use:
|
||||
|
@ -2725,7 +2725,7 @@ gtk_window_set_default_icon_list (GList *list)
|
||||
*
|
||||
* Sets an icon to be used as fallback for windows that haven't
|
||||
* had gtk_window_set_icon_list() called on them from a file
|
||||
* on disk. Warns on failure if @error is %NULL.
|
||||
* on disk. Warns on failure if @err is %NULL.
|
||||
*
|
||||
* Returns: %TRUE if setting the icon succeeded.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user