2.13.2
svn path=/trunk/; revision=20309
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2008-06-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.2 ===
|
||||
|
||||
2008-06-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.types: Add GtkPrintOperationPreview.
|
||||
|
||||
@ -1667,3 +1667,32 @@ End:
|
||||
-->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GdkWindowRedirect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_window_redirect_to_drawable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@drawable:
|
||||
@src_x:
|
||||
@src_y:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@width:
|
||||
@height:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_window_remove_redirection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window:
|
||||
|
||||
|
||||
|
||||
@ -270,6 +270,18 @@ The #GQuark used for #GtkIconThemeError errors.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_icon_theme_lookup_by_gicon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@icon_theme:
|
||||
@icon:
|
||||
@size:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_icon_theme_load_icon ##### -->
|
||||
<para>
|
||||
|
||||
@ -357,6 +369,16 @@ The #GQuark used for #GtkIconThemeError errors.
|
||||
@icon_info:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_icon_info_new_for_pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@icon_theme:
|
||||
@pixbuf:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_icon_info_get_base_size ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -266,6 +266,16 @@ functions), but they will all return %NULL values.
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_get_gicon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@gicon:
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_get_storage_type ##### -->
|
||||
<para>
|
||||
|
||||
@ -352,6 +362,16 @@ functions), but they will all return %NULL values.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_new_from_gicon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@icon:
|
||||
@size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_set_from_file ##### -->
|
||||
<para>
|
||||
|
||||
@ -429,6 +449,16 @@ functions), but they will all return %NULL values.
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_set_from_gicon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@icon:
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_clear ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -543,6 +543,23 @@ also serves as destroy notify for @data.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkPrintOperationPreview::got-page-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@printoperationpreview: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkPrintOperationPreview::ready ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@printoperationpreview: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### FUNCTION gtk_print_operation_preview_end_preview ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -349,3 +349,12 @@ on Win32 doesn't allow to embed arbitrary widgets.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_status_icon_get_x11_window_id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@status_icon:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user