Add "Since" information.
* gdk/tmpl/x_interaction.sgml: * gdk/tmpl/gdkscreen.sgml: * gdk/tmpl/gdkdisplaymanager.sgml: * gdk/tmpl/gdkdisplay.sgml: * gtk/tmpl/gtkstock.sgml: * gtk/tmpl/gtkwidget.sgml: * gtk/tmpl/gtkmain.sgml: * gtk/tmpl/gtkcolorsel.sgml: * gtk/tmpl/gtkaccelgroup.sgml: * gdk-pixbuf/tmpl/module_interface.sgml: Add "Since" information. * gdk/gdkcolor.c: * gdk/gdkfont.c: Add some Deprecation info.
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
2002-12-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/tmpl/x_interaction.sgml:
|
||||
* gdk/tmpl/gdkscreen.sgml:
|
||||
* gdk/tmpl/gdkdisplaymanager.sgml:
|
||||
* gdk/tmpl/gdkdisplay.sgml:
|
||||
* gtk/tmpl/gtkstock.sgml:
|
||||
* gtk/tmpl/gtkwidget.sgml:
|
||||
* gtk/tmpl/gtkmain.sgml:
|
||||
* gtk/tmpl/gtkcolorsel.sgml:
|
||||
* gtk/tmpl/gtkaccelgroup.sgml:
|
||||
* gdk-pixbuf/tmpl/module_interface.sgml: Add "Since" information.
|
||||
|
||||
* gtk/gtk-sections.txt: Replace gtk_list_store_move by
|
||||
_move_before and _move_after.
|
||||
|
||||
|
||||
@@ -143,6 +143,7 @@ module. Only modules should access the fields directly.
|
||||
@extensions: a %NULL-terminated array of typical filename extensions for the
|
||||
image format.
|
||||
@flags:
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### ENUM GdkPixbufFormatFlags ##### -->
|
||||
<para>
|
||||
@@ -150,6 +151,7 @@ image format.
|
||||
</para>
|
||||
|
||||
@GDK_PIXBUF_FORMAT_WRITABLE:
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### STRUCT GdkPixbufModulePattern ##### -->
|
||||
<para>
|
||||
@@ -170,6 +172,8 @@ The signature of a module is stored as an array of
|
||||
@mask: mask containing bytes which modify how the prefix is matched against
|
||||
test data
|
||||
@relevance: relevance of this pattern
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GdkPixbufModuleFillVtableFunc ##### -->
|
||||
<para>
|
||||
@@ -178,6 +182,8 @@ Defines the type of the function used to set the vtable of a
|
||||
</para>
|
||||
|
||||
@module: a #GdkPixbufModule.
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GdkPixbufModuleFillInfoFunc ##### -->
|
||||
@@ -187,6 +193,8 @@ Defines the type of the function used to fill a
|
||||
</para>
|
||||
|
||||
@info: a #GdkPixbufFormat.
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GdkPixbufModuleSizeFunc ##### -->
|
||||
@@ -205,6 +213,8 @@ then perform the required scaling on the completely loaded image.
|
||||
@width: pointer to a location containing the current image width
|
||||
@height: pointer to a location containing the current image height
|
||||
@user_data: the loader.
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GdkPixbufModulePreparedFunc ##### -->
|
||||
@@ -221,6 +231,8 @@ signal.
|
||||
@pixbuf: the #GdkPixbuf that is currently being loaded.
|
||||
@anim: if an animation is being loaded, the #GdkPixbufAnimation, else %NULL.
|
||||
@user_data: the loader.
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GdkPixbufModuleUpdatedFunc ##### -->
|
||||
@@ -240,6 +252,8 @@ signal.
|
||||
@width: the width of the updated area.
|
||||
@height: the height of the updated area.
|
||||
@user_data: the loader.
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
|
||||
<!-- ##### STRUCT GdkPixbufModule ##### -->
|
||||
|
||||
@@ -34,6 +34,7 @@ The <structname>GdkDisplay</structname> struct is the GDK representation
|
||||
of an X display. All its fields are private and should not be accessed directly.
|
||||
</para>
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_open ##### -->
|
||||
<para>
|
||||
@@ -240,6 +241,7 @@ Applications should never have any reason to use this facility
|
||||
returning the location of that window in @win_x, @win_y. Returns %NULL
|
||||
if the window under the mouse pointer is not known to GDK (for example,
|
||||
belongs to another application).
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_set_pointer_hooks ##### -->
|
||||
<para>
|
||||
|
||||
@@ -22,6 +22,7 @@ The <structname>GdkDisplayManager</structname> struct has no interesting
|
||||
fields.
|
||||
</para>
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_manager_get ##### -->
|
||||
<para>
|
||||
|
||||
@@ -29,6 +29,7 @@ the @window_at_pointer function in #GdkPointerHooks. It will be used
|
||||
when GDK gets multihead support.
|
||||
</para>
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
<!-- ##### FUNCTION gdk_screen_get_default ##### -->
|
||||
<para>
|
||||
|
||||
@@ -375,8 +375,9 @@ Obtains the #GdkFont for the given Xlib font ID on @display, or %NULL if no
|
||||
#GdkFont has been created for @xid.
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@xid:
|
||||
@display: a #GdkDisplay
|
||||
@xid: an Xlib font ID
|
||||
Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_x11_lookup_xdisplay ##### -->
|
||||
|
||||
@@ -106,6 +106,7 @@ Deprecated equivalent of g_object_unref().
|
||||
@closure:
|
||||
@data:
|
||||
@Returns:
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_disconnect ##### -->
|
||||
|
||||
@@ -237,6 +237,7 @@ time.
|
||||
@screen:
|
||||
@colors:
|
||||
@n_colors:
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_selection_set_color ##### -->
|
||||
|
||||
@@ -271,3 +271,23 @@ particular row is needed often, it is worth keeping the iter around.
|
||||
@b:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_move_before ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@store:
|
||||
@iter:
|
||||
@position:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_move_after ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@store:
|
||||
@iter:
|
||||
@position:
|
||||
|
||||
|
||||
|
||||
@@ -286,6 +286,7 @@ cleaned from any arguments that GTK+ handles itself.
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_true ##### -->
|
||||
|
||||
@@ -153,9 +153,11 @@ The "Close" item.
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_COLOR_PICKER ##### -->
|
||||
<para>
|
||||
|
||||
The "Color Picker" item.
|
||||
<inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.2
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_CONVERT ##### -->
|
||||
|
||||
@@ -36,6 +36,9 @@ handles the emission.
|
||||
Implementation of this signal is optional.
|
||||
</para>
|
||||
|
||||
@parent_class:
|
||||
@activate_signal:
|
||||
@set_scroll_adjustments_signal:
|
||||
|
||||
<!-- ##### ENUM GtkWidgetFlags ##### -->
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user