Skip to content

Commit

Permalink
2.90.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed May 26, 2010
1 parent 7164d71 commit 473b7aa
Show file tree
Hide file tree
Showing 229 changed files with 90,067 additions and 88,381 deletions.
2 changes: 1 addition & 1 deletion docs/reference/gdk-pixbuf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ man_MANS = \
if ENABLE_MAN

.xml.1:
XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<

dist-local-check-mans-enabled:
if grep "Man generation disabled" $(man_MANS) >/dev/null; then $(RM) $(man_MANS); fi
Expand Down
6 changes: 0 additions & 6 deletions docs/reference/gdk/tmpl/colors.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ allocated or unallocated color.
The colormap structure contains the following public fields.
</para>

@size: For pseudo-color colormaps, the number of colors
in the colormap.
@colors: An array containing the current values in the
colormap. This can be used to map from pixel values
back to RGB values. This is only meaningful for
pseudo-color colormaps.

<!-- ##### FUNCTION gdk_colormap_new ##### -->
<para>
Expand Down
1 change: 0 additions & 1 deletion docs/reference/gdk/tmpl/cursors.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ gdk_window_set_cursor() or by setting the cursor member of the
A <type>GdkCursor</type> structure represents a cursor.
</para>

@type: the #GdkCursorType of the cursor

<!-- ##### ENUM GdkCursorType ##### -->
<para>
Expand Down
64 changes: 54 additions & 10 deletions docs/reference/gdk/tmpl/dnd.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,6 @@ drag in progress. It is used on both source and destination sides.
</para>

@parent_instance: the parent instance
@protocol: the DND protocol which governs this drag.
@is_source: %TRUE if the context is used on the source side.
@source_window: the source of this drag.
@dest_window: the destination window of this drag.
@targets: a list of targets offered by the source.
@actions: a bitmask of actions proposed by the source when
@suggested_action is %GDK_ACTION_ASK.
@suggested_action: the action suggested by the source.
@action: the action chosen by the destination.
@start_time: a timestamp recording the start time of this drag.

<!-- ##### ENUM GdkDragAction ##### -->
<para>
Expand Down Expand Up @@ -215,3 +205,57 @@ should do with the dropped data.
@Returns:


<!-- ##### FUNCTION gdk_drag_context_get_action ##### -->
<para>

</para>

@context:
@Returns:


<!-- ##### FUNCTION gdk_drag_context_get_actions ##### -->
<para>

</para>

@context:
@Returns:


<!-- ##### FUNCTION gdk_drag_context_get_suggested_action ##### -->
<para>

</para>

@context:
@Returns:


<!-- ##### FUNCTION gdk_drag_context_list_targets ##### -->
<para>

</para>

@context:
@Returns:


<!-- ##### FUNCTION gdk_drag_context_get_device ##### -->
<para>

</para>

@context:
@Returns:


<!-- ##### FUNCTION gdk_drag_context_set_device ##### -->
<para>

</para>

@context:
@device:


52 changes: 52 additions & 0 deletions docs/reference/gdk/tmpl/events.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,40 @@ is given in the <link linkend="glib-The-Main-Event-Loop">GLib Main Loop</link>.
@event:


<!-- ##### FUNCTION gdk_events_get_angle ##### -->
<para>

</para>

@event1:
@event2:
@angle:
@Returns:


<!-- ##### FUNCTION gdk_events_get_center ##### -->
<para>

</para>

@event1:
@event2:
@x:
@y:
@Returns:


<!-- ##### FUNCTION gdk_events_get_distance ##### -->
<para>

</para>

@event1:
@event2:
@distance:
@Returns:


<!-- ##### FUNCTION gdk_event_handler_set ##### -->
<para>
</para>
Expand Down Expand Up @@ -367,6 +401,24 @@ gdk_event_handler_set().
@Returns:


<!-- ##### FUNCTION gdk_event_get_device ##### -->
<para>

</para>

@event:
@Returns:


<!-- ##### FUNCTION gdk_event_set_device ##### -->
<para>

</para>

@event:
@device:


<!-- ##### FUNCTION gdk_setting_get ##### -->
<para>
</para>
Expand Down
82 changes: 82 additions & 0 deletions docs/reference/gdk/tmpl/gdkdisplay.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ of an X display. All its fields are private and should not be accessed directly.
@gdkdisplay: the object which received the signal.
@arg1:

<!-- ##### SIGNAL GdkDisplay::opened ##### -->
<para>

</para>

@gdkdisplay: the object which received the signal.

<!-- ##### FUNCTION gdk_display_open ##### -->
<para>

Expand Down Expand Up @@ -105,6 +112,15 @@ of an X display. All its fields are private and should not be accessed directly.
@Returns:


<!-- ##### FUNCTION gdk_display_get_device_manager ##### -->
<para>

</para>

@display:
@Returns:


<!-- ##### FUNCTION gdk_display_pointer_ungrab ##### -->
<para>

Expand Down Expand Up @@ -132,6 +148,16 @@ of an X display. All its fields are private and should not be accessed directly.
@Returns:


<!-- ##### FUNCTION gdk_display_device_is_grabbed ##### -->
<para>

</para>

@display:
@device:
@Returns:


<!-- ##### FUNCTION gdk_display_beep ##### -->
<para>

Expand Down Expand Up @@ -241,6 +267,19 @@ of an X display. All its fields are private and should not be accessed directly.
@mask:


<!-- ##### FUNCTION gdk_display_get_device_state ##### -->
<para>

</para>

@display:
@device:
@screen:
@x:
@y:
@mask:


<!-- ##### FUNCTION gdk_display_get_window_at_pointer ##### -->
<para>

Expand All @@ -252,6 +291,18 @@ of an X display. All its fields are private and should not be accessed directly.
@Returns:


<!-- ##### FUNCTION gdk_display_get_window_at_device_position ##### -->
<para>

</para>

@display:
@device:
@win_x:
@win_y:
@Returns:


<!-- ##### STRUCT GdkDisplayPointerHooks ##### -->
<para>
A table of pointers to functions for getting quantities related to
Expand Down Expand Up @@ -285,6 +336,25 @@ Applications should never have any reason to use this facility
@Returns:


<!-- ##### STRUCT GdkDisplayDeviceHooks ##### -->
<para>

</para>

@get_device_state:
@window_get_device_position:
@window_at_device_position:

<!-- ##### FUNCTION gdk_display_set_device_hooks ##### -->
<para>

</para>

@display:
@new_hooks:
@Returns:


<!-- ##### FUNCTION gdk_display_warp_pointer ##### -->
<para>

Expand All @@ -296,6 +366,18 @@ Applications should never have any reason to use this facility
@y:


<!-- ##### FUNCTION gdk_display_warp_device ##### -->
<para>

</para>

@display:
@device:
@screen:
@x:
@y:


<!-- ##### FUNCTION gdk_display_supports_cursor_color ##### -->
<para>

Expand Down
Loading

0 comments on commit 473b7aa

Please sign in to comment.