Fix up some documentation issues

This commit is contained in:
Matthias Clasen
2010-08-16 17:38:23 -04:00
parent 315c23546d
commit 1d5a6e790a
4 changed files with 44 additions and 3 deletions

View File

@ -614,6 +614,15 @@ gdk_visual_get_best_with_both
gdk_visual_ref gdk_visual_ref
gdk_visual_unref gdk_visual_unref
gdk_visual_get_screen gdk_visual_get_screen
gdk_visual_get_bits_per_rgb
gdk_visual_get_blue_pixel_details
gdk_visual_get_byte_order
gdk_visual_get_colormap_size
gdk_visual_get_depth
gdk_visual_get_green_pixel_details
gdk_visual_get_red_pixel_details
gdk_visual_get_visual_type
<SUBSECTION Standard> <SUBSECTION Standard>
GDK_TYPE_BYTE_ORDER GDK_TYPE_BYTE_ORDER
@ -655,6 +664,8 @@ gdk_window_hide
gdk_window_is_destroyed gdk_window_is_destroyed
gdk_window_is_visible gdk_window_is_visible
gdk_window_is_viewable gdk_window_is_viewable
gdk_window_is_shaped
gdk_window_is_input_only
gdk_window_get_state gdk_window_get_state
gdk_window_withdraw gdk_window_withdraw
gdk_window_iconify gdk_window_iconify
@ -669,6 +680,7 @@ gdk_window_set_keep_above
gdk_window_set_keep_below gdk_window_set_keep_below
gdk_window_set_opacity gdk_window_set_opacity
gdk_window_set_composited gdk_window_set_composited
gdk_window_get_composited
gdk_window_move gdk_window_move
gdk_window_resize gdk_window_resize
gdk_window_move_resize gdk_window_move_resize
@ -715,7 +727,9 @@ gdk_window_configure_finished
gdk_window_set_user_data gdk_window_set_user_data
gdk_window_set_override_redirect gdk_window_set_override_redirect
gdk_window_set_accept_focus gdk_window_set_accept_focus
gdk_window_get_accept_focus
gdk_window_set_focus_on_map gdk_window_set_focus_on_map
gdk_window_get_focus_on_map
gdk_window_add_filter gdk_window_add_filter
gdk_window_remove_filter gdk_window_remove_filter
GdkFilterFunc GdkFilterFunc
@ -744,6 +758,7 @@ gdk_window_get_geometry
gdk_window_set_geometry_hints gdk_window_set_geometry_hints
gdk_window_set_icon_list gdk_window_set_icon_list
gdk_window_set_modal_hint gdk_window_set_modal_hint
gdk_window_get_modal_hint
gdk_window_set_type_hint gdk_window_set_type_hint
gdk_window_get_type_hint gdk_window_get_type_hint
gdk_window_set_skip_taskbar_hint gdk_window_set_skip_taskbar_hint
@ -759,10 +774,14 @@ gdk_window_get_type
gdk_window_get_origin gdk_window_get_origin
gdk_window_get_deskrelative_origin gdk_window_get_deskrelative_origin
gdk_window_get_root_coords gdk_window_get_root_coords
gdk_window_coords_from_parent
gdk_window_coords_to_parent
gdk_window_get_pointer gdk_window_get_pointer
GdkModifierType GdkModifierType
gdk_window_get_parent gdk_window_get_parent
gdk_window_get_effective_parent
gdk_window_get_toplevel gdk_window_get_toplevel
gdk_window_get_effective_toplevel
gdk_window_get_children gdk_window_get_children
gdk_window_peek_children gdk_window_peek_children
gdk_window_get_events gdk_window_get_events
@ -1061,11 +1080,17 @@ GdkDeviceKey
GdkDeviceAxis GdkDeviceAxis
GdkAxisUse GdkAxisUse
gdk_devices_list gdk_devices_list
gdk_device_get_name
gdk_device_set_source gdk_device_set_source
gdk_device_get_source
gdk_device_set_mode gdk_device_set_mode
gdk_device_get_mode
gdk_device_set_key gdk_device_set_key
gdk_device_get_key
gdk_device_set_axis_use gdk_device_set_axis_use
gdk_device_get_axis_use
gdk_device_get_core_pointer gdk_device_get_core_pointer
gdk_device_has_cursor
<SUBSECTION> <SUBSECTION>
gdk_device_get_state gdk_device_get_state

View File

@ -154,6 +154,8 @@ gtk_accel_label_accelerator_width
<TITLE>GtkAccessible</TITLE> <TITLE>GtkAccessible</TITLE>
GtkAccessible GtkAccessible
gtk_accessible_connect_widget_destroyed gtk_accessible_connect_widget_destroyed
gtk_accessible_get_widget
gtk_accessible_set_widget
<SUBSECTION Standard> <SUBSECTION Standard>
GTK_ACCESSIBLE GTK_ACCESSIBLE
@ -1379,6 +1381,7 @@ GTK_IS_ENTRY_BUFFER_CLASS
GTK_ENTRY_BUFFER_GET_CLASS GTK_ENTRY_BUFFER_GET_CLASS
GTK_ENTRY_BUFFER_MAX_SIZE GTK_ENTRY_BUFFER_MAX_SIZE
<SUBSECTION Private> <SUBSECTION Private>
GtkEntryBufferPrivate
gtk_entry_buffer_get_type gtk_entry_buffer_get_type
</SECTION> </SECTION>
@ -1754,6 +1757,7 @@ gtk_font_selection_dialog_set_preview_text
gtk_font_selection_dialog_get_apply_button gtk_font_selection_dialog_get_apply_button
gtk_font_selection_dialog_get_cancel_button gtk_font_selection_dialog_get_cancel_button
gtk_font_selection_dialog_get_ok_button gtk_font_selection_dialog_get_ok_button
gtk_font_selection_dialog_get_font_selection
<SUBSECTION Standard> <SUBSECTION Standard>
GTK_FONT_SELECTION_DIALOG GTK_FONT_SELECTION_DIALOG
@ -2627,6 +2631,7 @@ gtk_message_dialog_new_with_markup
gtk_message_dialog_set_markup gtk_message_dialog_set_markup
gtk_message_dialog_set_image gtk_message_dialog_set_image
gtk_message_dialog_get_image gtk_message_dialog_get_image
gtk_message_dialog_get_message_area
gtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_text
gtk_message_dialog_format_secondary_markup gtk_message_dialog_format_secondary_markup
<SUBSECTION Standard> <SUBSECTION Standard>
@ -2667,7 +2672,7 @@ GTK_INFO_BAR_GET_CLASS
<SUBSECTION Private> <SUBSECTION Private>
gtk_info_bar_get_type gtk_info_bar_get_type
GtkMessageAreaPrivate GtkInfoBarPrivate
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -3636,6 +3641,7 @@ GTK_SPINNER_CLASS
GTK_IS_SPINER_CLASS GTK_IS_SPINER_CLASS
GTK_SPINNER_GET_CLASS GTK_SPINNER_GET_CLASS
<SUBSECTION Private> <SUBSECTION Private>
GtkSpinnerPrivate
gtk_spinner_get_type gtk_spinner_get_type
</SECTION> </SECTION>
@ -3648,6 +3654,7 @@ gtk_statusbar_get_context_id
gtk_statusbar_push gtk_statusbar_push
gtk_statusbar_pop gtk_statusbar_pop
gtk_statusbar_remove gtk_statusbar_remove
gtk_statusbar_remove_all
gtk_statusbar_set_has_resize_grip gtk_statusbar_set_has_resize_grip
gtk_statusbar_get_has_resize_grip gtk_statusbar_get_has_resize_grip
gtk_statusbar_get_message_area gtk_statusbar_get_message_area
@ -4133,6 +4140,8 @@ gtk_text_view_get_accepts_tab
gtk_text_view_get_default_attributes gtk_text_view_get_default_attributes
gtk_text_view_im_context_filter_keypress gtk_text_view_im_context_filter_keypress
gtk_text_view_reset_im_context gtk_text_view_reset_im_context
gtk_text_view_get_hadjustment
gtk_text_view_get_vadjustment
GTK_TEXT_VIEW_PRIORITY_VALIDATE GTK_TEXT_VIEW_PRIORITY_VALIDATE
<SUBSECTION Standard> <SUBSECTION Standard>
GTK_TEXT_VIEW GTK_TEXT_VIEW
@ -4534,6 +4543,7 @@ GTK_TOOL_ITEM_GROUP_CLASS
GTK_IS_TOOL_ITEM_GROUP_CLASS GTK_IS_TOOL_ITEM_GROUP_CLASS
GTK_TOOL_ITEM_GROUP_GET_CLASS GTK_TOOL_ITEM_GROUP_GET_CLASS
<SUBSECTION Private> <SUBSECTION Private>
GtkToolItemGroupPrivate
gtk_tool_item_group_get_type gtk_tool_item_group_get_type
</SECTION> </SECTION>
@ -4676,6 +4686,7 @@ gtk_tree_path_append_index
gtk_tree_path_prepend_index gtk_tree_path_prepend_index
gtk_tree_path_get_depth gtk_tree_path_get_depth
gtk_tree_path_get_indices gtk_tree_path_get_indices
gtk_tree_path_get_indices_with_depth
gtk_tree_path_free gtk_tree_path_free
gtk_tree_path_copy gtk_tree_path_copy
gtk_tree_path_compare gtk_tree_path_compare
@ -5878,6 +5889,7 @@ gtk_window_get_urgency_hint
gtk_window_get_accept_focus gtk_window_get_accept_focus
gtk_window_get_focus_on_map gtk_window_get_focus_on_map
gtk_window_get_group gtk_window_get_group
gtk_window_has_group
gtk_window_get_window_type gtk_window_get_window_type
gtk_window_move gtk_window_move
gtk_window_parse_geometry gtk_window_parse_geometry

View File

@ -203,7 +203,9 @@ gdk_display_close (GdkDisplay *display)
* gdk_display_is_closed: * gdk_display_is_closed:
* @display: a #GdkDisplay * @display: a #GdkDisplay
* *
* Returns %TRUE if the display is closed. * Finds out if the display has been closed.
*
* Returns: %TRUE if the display is closed.
* *
* Since: 2.22 * Since: 2.22
*/ */

View File

@ -321,7 +321,9 @@ gdk_device_get_axis_use (GdkDevice *device,
* gdk_device_get_n_axes: * gdk_device_get_n_axes:
* @device: a #GdkDevice. * @device: a #GdkDevice.
* *
* Returns: the number of axes of this device. * Gets the number of axes of a device.
*
* Returns: the number of axes of @device
* *
* Since: 2.22 * Since: 2.22
**/ **/