Documentation fixes

This commit is contained in:
Matthias Clasen 2010-05-25 19:27:42 -04:00
parent f5e21ceb00
commit c7a48881c6
5 changed files with 9 additions and 21 deletions

View File

@ -2735,6 +2735,7 @@ gtk_recent_action_get_type
<TITLE>GtkRuler</TITLE>
GtkRuler
GtkRulerMetric
gtk_ruler_new
gtk_ruler_set_metric
gtk_ruler_set_range
gtk_ruler_get_metric
@ -5476,22 +5477,6 @@ GtkCallbackMarshal
GtkArg
<SUBSECTION Private>
GTK_TYPE_IDENTIFIER
GTK_TYPE_UINT
GTK_TYPE_ULONG
GTK_TYPE_LONG
GTK_TYPE_STRING
GTK_TYPE_INT
GTK_TYPE_NONE
GTK_TYPE_FLOAT
GTK_TYPE_FLAGS
GTK_TYPE_ENUM
GTK_TYPE_UCHAR
GTK_TYPE_POINTER
GTK_TYPE_BOOL
GTK_TYPE_CHAR
GTK_TYPE_BOXED
GTK_TYPE_DOUBLE
GTK_TYPE_INVALID
gtk_identifier_get_type
</SECTION>
@ -5557,8 +5542,6 @@ GtkSortType
GtkDragResult
<SUBSECTION Private>
GtkMenuCallback
GtkMenuEntry
GTK_PATH_PRIO_MASK
</SECTION>

View File

@ -152,9 +152,11 @@ gdk_display_class_init (GdkDisplayClass *class)
object_class->dispose = gdk_display_dispose;
/**
* GdkDisplay::opened.
* GdkDisplay::opened:
* @display: the object on which the signal is emitted
*
* The ::opened signal is emitted when the connection to the windowing
* system for @display is opened.
*/
signals[OPENED] =
g_signal_new (g_intern_static_string ("opened"),

View File

@ -1075,7 +1075,6 @@ gtk_icon_size_register_alias (const gchar *alias,
/**
* gtk_icon_size_from_name:
* @name: the name to look up.
* @returns: the icon size with the given name.
*
* Looks up the icon size associated with @name.
*

View File

@ -7954,7 +7954,7 @@ gtk_widget_set_events (GtkWidget *widget,
/**
* gtk_widget_set_device_events:
* @widget: a #GtkWidget
* #device: a #GdkDevice
* @device: a #GdkDevice
* @events: event mask
*
* Sets the device event mask (see #GdkEventMask) for a widget. The event

View File

@ -183,6 +183,10 @@ test_type (gconstpointer data)
strcmp (pspec->name, "image") == 0)
continue;
if (g_type_is_a (type, GTK_TYPE_PANED) &&
strcmp (pspec->name, "max-position") == 0)
continue;
if (g_type_is_a (type, GTK_TYPE_PRINT_OPERATION) &&
strcmp (pspec->name, "job-name") == 0)
continue;