Documentation updates.

This commit is contained in:
Matthias Clasen 2002-10-11 01:04:45 +00:00
parent c711f604d3
commit 5591c434f8
15 changed files with 89 additions and 16 deletions

View File

@ -1,5 +1,9 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_pager_hint):
* gdk/gdkdisplay.c (gdk_display_set_pointer_hooks): Fix
doc comments.
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
* gtk/gtknotebook.c (gtk_notebook_get_n_pages):
* gtk/gtkwindow.c (gtk_window_set_icon_from_file):

View File

@ -1,5 +1,9 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_pager_hint):
* gdk/gdkdisplay.c (gdk_display_set_pointer_hooks): Fix
doc comments.
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
* gtk/gtknotebook.c (gtk_notebook_get_n_pages):
* gtk/gtkwindow.c (gtk_window_set_icon_from_file):

View File

@ -1,5 +1,9 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_pager_hint):
* gdk/gdkdisplay.c (gdk_display_set_pointer_hooks): Fix
doc comments.
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
* gtk/gtknotebook.c (gtk_notebook_get_n_pages):
* gtk/gtkwindow.c (gtk_window_set_icon_from_file):

View File

@ -1,5 +1,9 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_pager_hint):
* gdk/gdkdisplay.c (gdk_display_set_pointer_hooks): Fix
doc comments.
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
* gtk/gtknotebook.c (gtk_notebook_get_n_pages):
* gtk/gtkwindow.c (gtk_window_set_icon_from_file):

View File

@ -1,5 +1,9 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_pager_hint):
* gdk/gdkdisplay.c (gdk_display_set_pointer_hooks): Fix
doc comments.
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
* gtk/gtknotebook.c (gtk_notebook_get_n_pages):
* gtk/gtkwindow.c (gtk_window_set_icon_from_file):

View File

@ -1,5 +1,9 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_pager_hint):
* gdk/gdkdisplay.c (gdk_display_set_pointer_hooks): Fix
doc comments.
* gtk/gtkiconfactory.c (gtk_icon_size_lookup_for_settings):
* gtk/gtknotebook.c (gtk_notebook_get_n_pages):
* gtk/gtkwindow.c (gtk_window_set_icon_from_file):

View File

@ -1,5 +1,7 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing symbols.
* gdk/gdk-sections.txt: Add some missing symbols.
* gdk/Makefile.am (IGNORE_HFILES): Add gdkintl.h and gdkmarshalers.h.

View File

@ -48,9 +48,9 @@ gdk_pixbuf_error_get_type
<SECTION>
<FILE>refcounting</FILE>
GdkPixbufDestroyNotify
gdk_pixbuf_ref
gdk_pixbuf_unref
GdkPixbufDestroyNotify
</SECTION>
<SECTION>
@ -98,7 +98,6 @@ gdk_pixbuf_fill
<SECTION>
<FILE>animation</FILE>
GdkPixbufFrame
GdkPixbufAnimation
GdkPixbufAnimationIter
gdk_pixbuf_animation_new_from_file
@ -123,6 +122,8 @@ GDK_PIXBUF_ANIMATION_ITER
GDK_TYPE_PIXBUF_ANIMATION_ITER
<SUBSECTION Private>
gdk_pixbuf_non_anim_new
gdk_pixbuf_animation_get_type
gdk_pixbuf_animation_iter_get_type
</SECTION>
@ -148,6 +149,7 @@ gdk_interp_type_get_type
<TITLE>GdkPixbufLoader</TITLE>
gdk_pixbuf_loader_new
gdk_pixbuf_loader_new_with_type
gdk_pixbuf_loader_get_format
gdk_pixbuf_loader_write
gdk_pixbuf_loader_set_size
gdk_pixbuf_loader_get_pixbuf
@ -168,11 +170,34 @@ gdk_pixbuf_loader_get_type
<SECTION>
<TITLE>Module Interface</TITLE>
<FILE>module_interface</FILE>
ModuleFillVtableFunc
ModuleSizeFunc
ModulePreparedNotifyFunc
ModuleUpdatedNotifyFunc
gdk_pixbuf_set_option
gdk_pixbuf_get_formats
gdk_pixbuf_format_get_name
gdk_pixbuf_format_get_description
gdk_pixbuf_format_get_mime_types
gdk_pixbuf_format_get_extensions
gdk_pixbuf_format_is_writable
GdkPixbufFormat
GdkPixbufFormatFlags
GdkPixbufModulePattern
GdkPixbufModuleFillVtableFunc
GdkPixbufModuleFillInfoFunc
GdkPixbufModuleSizeFunc
GdkPixbufModulePreparedFunc
GdkPixbufModuleUpdatedFunc
GdkPixbufModule
<SUBSECTION Animation>
GdkPixbufAnimationClass
GdkPixbufAnimationIterClass
<SUBSECTION Standard>
GDK_PIXBUF_ANIMATION_GET_CLASS
GDK_IS_PIXBUF_ANIMATION_ITER_CLASS
GDK_PIXBUF_ANIMATION_ITER_CLASS
GDK_IS_PIXBUF_ANIMATION_CLASS
GDK_PIXBUF_ANIMATION_ITER_GET_CLASS
GDK_PIXBUF_ANIMATION_CLASS
</SECTION>
<SECTION>

View File

@ -24,6 +24,8 @@ CFILE_GLOB=$(top_srcdir)/gdk/*.c
# Header files to ignore when scanning
IGNORE_HFILES= \
gdkintl.h \
gdkmarshalers.h \
gdkkeysyms.h \
gdkinternals.h \
gdkprivate.h \

View File

@ -134,7 +134,11 @@ gdk_display_peek_event
gdk_display_put_event
gdk_display_add_client_message_filter
gdk_display_set_double_click_time
gdk_display_set_sm_client_id
gdk_display_get_pointer
gdk_display_get_window_at_pointer
GdkDisplayPointerHooks
gdk_display_set_pointer_hooks
<SUBSECTION Standard>
GDK_DISPLAY_OBJECT
GDK_IS_DISPLAY
@ -179,13 +183,13 @@ gdk_screen_get_rgb_visual
gdk_screen_get_root_window
gdk_screen_get_display
gdk_screen_get_number
gdk_screen_get_window_at_pointer
gdk_screen_get_width
gdk_screen_get_height
gdk_screen_get_width_mm
gdk_screen_get_height_mm
gdk_screen_list_visuals
gdk_screen_get_toplevel_windows
gdk_screen_make_display_name
gdk_screen_get_n_monitors
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_point
@ -394,10 +398,6 @@ gdk_string_height
gdk_text_height
gdk_char_height
<SUBSECTION>
gdk_font_full_name_get
gdk_font_full_name_free
<SUBSECTION>
GdkWChar
gdk_wcstombs
@ -434,6 +434,7 @@ gdk_draw_point
gdk_draw_points
gdk_draw_line
gdk_draw_lines
gdk_draw_pixbuf
gdk_draw_segments
GdkSegment
gdk_draw_rectangle
@ -603,6 +604,8 @@ gdk_window_stick
gdk_window_unstick
gdk_window_maximize
gdk_window_unmaximize
gdk_window_fullscreen
gdk_window_unfullscreen
gdk_window_move
gdk_window_resize
gdk_window_move_resize
@ -663,6 +666,8 @@ gdk_window_set_geometry_hints
gdk_window_set_icon_list
gdk_window_set_modal_hint
gdk_window_set_type_hint
gdk_window_set_skip_taskbar_hint
gdk_window_set_skip_pager_hint
gdk_window_get_position
gdk_window_get_root_origin
gdk_window_get_frame_extents
@ -963,6 +968,7 @@ gdk_event_peek
gdk_event_get
gdk_event_get_graphics_expose
gdk_event_put
gdk_event_new
gdk_event_copy
gdk_event_free
gdk_event_get_time
@ -984,6 +990,8 @@ gdk_add_client_message_filter
<SUBSECTION>
gdk_get_show_events
gdk_set_show_events
gdk_event_set_screen
gdk_event_get_screen
<SUBSECTION>
gdk_setting_get
@ -1086,6 +1094,7 @@ gdk_drop_reply
gdk_drag_context_new
gdk_drag_drop
gdk_drag_find_window
gdk_drag_find_window_for_screen
gdk_drag_context_ref
gdk_drag_begin
gdk_drag_motion
@ -1143,7 +1152,6 @@ GDK_GC_XGC
GDK_GC_GET_XGC
GDK_WINDOW_XWINDOW
gdkx_visual_get
gdkx_visual_get_for_screen
gdkx_colormap_get
gdk_pixmap_foreign_new
gdk_pixmap_foreign_new_for_display
@ -1161,11 +1169,16 @@ gdk_x11_lookup_xdisplay
gdk_x11_get_server_time
gdk_net_wm_supports
gdk_x11_screen_supports_net_wm_hint
gdk_x11_screen_get_window_manager_name
gdk_x11_screen_lookup_visual
gdk_x11_colormap_foreign_new
gdk_x11_colormap_get_xcolormap
gdk_x11_colormap_get_xdisplay
gdk_x11_cursor_get_xcursor
gdk_x11_cursor_get_xdisplay
gdk_x11_display_get_xdisplay
gdk_x11_display_grab
gdk_x11_display_ungrab
gdk_x11_drawable_get_xdisplay
gdk_x11_drawable_get_xid
gdk_x11_font_get_name

View File

@ -1,3 +1,11 @@
2002-10-11 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_format): Remove
unused variable.
* gdk-pixbuf-io.h: Remove unused typedef
GdkPixbufModuleGetSignatureFunc.
2002-10-04 jacob berkman <jacob@ximian.com>
* queryloaders.c (query_module): make legal C

View File

@ -106,7 +106,6 @@ struct _GdkPixbufModule {
typedef void (* GdkPixbufModuleFillVtableFunc) (GdkPixbufModule *module);
typedef void (* GdkPixbufModuleFillInfoFunc) (GdkPixbufFormat *info);
typedef const GdkPixbufModulePattern *(* GdkPixbufModuleGetSignatureFunc) (void);
/* key/value pairs that can be attached by the pixbuf loader */

View File

@ -660,7 +660,6 @@ GdkPixbufFormat *
gdk_pixbuf_loader_get_format (GdkPixbufLoader *loader)
{
GdkPixbufLoaderPrivate *priv;
gboolean retval = TRUE;
g_return_val_if_fail (loader != NULL, NULL);
g_return_val_if_fail (GDK_IS_PIXBUF_LOADER (loader), NULL);

View File

@ -493,6 +493,7 @@ gdk_display_get_window_at_pointer (GdkDisplay *display,
/**
* gdk_display_set_pointer_hooks:
* @display: a #GdkDisplay
* @new_hooks: a table of pointers to functions for getting
* quantities related to the current pointer position,
* or %NULL to restore the default table.

View File

@ -1755,7 +1755,7 @@ gdk_window_set_skip_taskbar_hint (GdkWindow *window,
/**
* gdk_window_set_skip_pager_hint:
* @window: a toplevel #GdkWindow
* @skips_taskbar: %TRUE to skip the pager
* @skips_pager: %TRUE to skip the pager
*
* Toggles whether a window should appear in a pager (workspace
* switcher, or other desktop utility program that displays a small