Skip to content

Commit

Permalink
2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Jan 11, 2010
1 parent 76ae6a8 commit c54219d
Show file tree
Hide file tree
Showing 226 changed files with 56,778 additions and 49,487 deletions.
5 changes: 5 additions & 0 deletions docs/reference/gdk-pixbuf/tmpl/animation.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ An opaque struct representing a simple animation.
</para>


<!-- ##### ARG GdkPixbufSimpleAnim:loop ##### -->
<para>

</para>

<!-- ##### FUNCTION gdk_pixbuf_simple_anim_new ##### -->
<para>

Expand Down
9 changes: 9 additions & 0 deletions docs/reference/gdk/tmpl/gdkscreen.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@ when GDK gets multihead support.
@Returns:


<!-- ##### FUNCTION gdk_screen_get_primary_monitor ##### -->
<para>

</para>

@screen:
@Returns:


<!-- ##### FUNCTION gdk_screen_get_monitor_geometry ##### -->
<para>

Expand Down
9 changes: 5 additions & 4 deletions docs/reference/gdk/tmpl/input_devices.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,11 @@ Specifies how an axis of a device is used.

<!-- ##### FUNCTION gdk_device_get_state ##### -->

@device:
@window:
@axes:
@mask:

@device:
@window:
@axes:
@mask:


<!-- ##### FUNCTION gdk_device_get_history ##### -->
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/gdk/tmpl/keys.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,16 @@ Returns: %PANGO_DIRECTION_LTR or %PANGO_DIRECTION_RTL.
@Returns:


<!-- ##### FUNCTION gdk_keymap_map_virtual_modifiers ##### -->
<para>

</para>

@keymap:
@state:
@Returns:


<!-- ##### FUNCTION gdk_keyval_name ##### -->
<para>
Converts a key value into a symbolic name.
Expand Down
30 changes: 30 additions & 0 deletions docs/reference/gdk/tmpl/pixmaps.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,45 @@ for the new pixmap. Can be %NULL, if the depth is given.
<!-- ##### FUNCTION gdk_pixmap_create_from_xpm ##### -->


@drawable:
@mask:
@transparent_color:
@filename:
@Returns:


<!-- ##### FUNCTION gdk_pixmap_colormap_create_from_xpm ##### -->


@drawable:
@colormap:
@mask:
@transparent_color:
@filename:
@Returns:


<!-- ##### FUNCTION gdk_pixmap_create_from_xpm_d ##### -->


@drawable:
@mask:
@transparent_color:
@data:
@Returns:


<!-- ##### FUNCTION gdk_pixmap_colormap_create_from_xpm_d ##### -->


@drawable:
@colormap:
@mask:
@transparent_color:
@data:
@Returns:


<!-- ##### MACRO gdk_pixmap_ref ##### -->
<para>
Deprecated equivalent of g_object_ref().
Expand Down
23 changes: 23 additions & 0 deletions docs/reference/gtk/tmpl/gtkaction.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ and should not be accessed directly.

</para>

<!-- ##### ARG GtkAction:always-show-image ##### -->
<para>

</para>

<!-- ##### ARG GtkAction:gicon ##### -->
<para>

Expand Down Expand Up @@ -337,6 +342,24 @@ and should not be accessed directly.
@proxy:


<!-- ##### FUNCTION gtk_action_get_always_show_image ##### -->
<para>

</para>

@action:
@Returns:


<!-- ##### FUNCTION gtk_action_set_always_show_image ##### -->
<para>

</para>

@action:
@always_show:


<!-- ##### FUNCTION gtk_action_get_accel_path ##### -->
<para>

Expand Down
8 changes: 8 additions & 0 deletions docs/reference/gtk/tmpl/gtkentry.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ The #GtkEntry-struct struct contains only private data.
@entry: the object which received the signal.
@arg1:

<!-- ##### SIGNAL GtkEntry::preedit-changed ##### -->
<para>

</para>

@entry: the object which received the signal.
@arg1:

<!-- ##### SIGNAL GtkEntry::toggle-overwrite ##### -->
<para>

Expand Down
20 changes: 20 additions & 0 deletions docs/reference/gtk/tmpl/gtknotebook.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,26 @@ Deprecated compatibility macro.
@Returns:


<!-- ##### FUNCTION gtk_notebook_set_action_widget ##### -->
<para>

</para>

@notebook:
@widget:
@pack_type:


<!-- ##### FUNCTION gtk_notebook_get_action_widget ##### -->
<para>

</para>

@notebook:
@pack_type:
@Returns:


<!-- ##### USER_FUNCTION GtkNotebookWindowCreationFunc ##### -->
<para>
A function used by GtkNotebook when a detachable tab is dropped
Expand Down
13 changes: 13 additions & 0 deletions docs/reference/gtk/tmpl/gtkobject.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@ if all references are released.

</para>

<!-- ##### MACRO GTK_OBJECT_TYPE ##### -->
<para>

</para>



<!-- ##### MACRO GTK_OBJECT_TYPE_NAME ##### -->
<para>

</para>



<!-- ##### ENUM GtkObjectFlags ##### -->
<para>
Expand Down
13 changes: 13 additions & 0 deletions docs/reference/gtk/tmpl/gtkprintcontext.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,16 @@ Printing support was added in GTK+ 2.10.
@Returns:


<!-- ##### FUNCTION gtk_print_context_get_hard_margins ##### -->
<para>

</para>

@context:
@top:
@bottom:
@left:
@right:
@Returns:


13 changes: 13 additions & 0 deletions docs/reference/gtk/tmpl/gtkprinter.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,19 @@ Printing support was added in GTK+ 2.10.
@Returns:


<!-- ##### FUNCTION gtk_printer_get_hard_margins ##### -->
<para>

</para>

@printer:
@top:
@bottom:
@left:
@right:
@Returns:


<!-- ##### USER_FUNCTION GtkPrinterFunc ##### -->
<para>
The type of function passed to gtk_enumerate_printers().
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/gtk/tmpl/gtkprogressbar.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ directions for the visible progress bar.
<!-- ##### FUNCTION gtk_progress_bar_new_with_adjustment ##### -->


@adjustment:
@Returns:


<!-- ##### FUNCTION gtk_progress_bar_set_bar_style ##### -->
<para>
Sets the style of the #GtkProgressBar. The default style is
Expand Down
3 changes: 3 additions & 0 deletions docs/reference/gtk/tmpl/gtkradiobutton.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,7 @@ gtk_radio_button_get_group().
<!-- ##### FUNCTION gtk_radio_button_get_group ##### -->


@radio_button:
@Returns:


6 changes: 6 additions & 0 deletions docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Creates a new #GtkRadioMenuItem.

<!-- ##### FUNCTION gtk_radio_menu_item_new_with_label ##### -->


@group:
@label:
@Returns:


<!-- ##### FUNCTION gtk_radio_menu_item_new_with_mnemonic ##### -->
<para>

Expand Down
5 changes: 5 additions & 0 deletions docs/reference/gtk/tmpl/gtksettings.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ GtkSettings instance for the default screen.

</para>

<!-- ##### ARG GtkSettings:gtk-auto-mnemonics ##### -->
<para>

</para>

<!-- ##### ARG GtkSettings:gtk-button-images ##### -->
<para>

Expand Down
7 changes: 4 additions & 3 deletions docs/reference/gtk/tmpl/gtkspinbutton.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,10 @@ GTK_SPIN_END</entry>

</para>


@adjustment:

@spin_button:
@adjustment:
@climb_rate:
@digits:


<!-- ##### FUNCTION gtk_spin_button_new ##### -->
Expand Down
9 changes: 9 additions & 0 deletions docs/reference/gtk/tmpl/gtkstatusbar.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,12 @@ below.
@Returns:


<!-- ##### FUNCTION gtk_statusbar_get_message_area ##### -->
<para>

</para>

@statusbar:
@Returns:


12 changes: 12 additions & 0 deletions docs/reference/gtk/tmpl/gtkstyle.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ Returns whether the style is attached to a window.

</para>

@style:
@window:
@set_bg:
@state_type:
@area:
@x:
@y:
@width:
@height:


<!-- ##### MACRO gtk_style_apply_default_pixmap ##### -->
Expand Down Expand Up @@ -840,6 +849,9 @@ Does the same as gtk_style_apply_default_background().
@style:
@window:
@state_type:
@area:
@widget:
@detail:
@step:
@x:
@y:
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/gtk/tmpl/gtktextview.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ types related to the text widget and how they work together.
@textview: the object which received the signal.
@arg1:

<!-- ##### SIGNAL GtkTextView::preedit-changed ##### -->
<para>

</para>

@textview: the object which received the signal.
@arg1:

<!-- ##### SIGNAL GtkTextView::select-all ##### -->
<para>

Expand Down
Loading

0 comments on commit c54219d

Please sign in to comment.