~ubuntu-branches/ubuntu/lucid/gtk+2.0/lucid-proposed

« back to all changes in this revision

Viewing changes to gtk/Gtk-2.0.gir

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-11 18:28:01 UTC
  • mfrom: (1.11.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100311182801-wqr2drmus369zy6r
Tags: 2.19.7-0ubuntu1
* New upstream version
  - Bug fixes:
  611707 Move documentation from templates to inline comments
  69872 GTK_WIDGET_SET_FLAGS should be deprecated
  612066 empathy hangs when clicked on information about contact...
         (lp: #532947)
  557420 Some compose sequences don't work anymore...
  569042 gailbooleancell does not seem to attend to changes...
  600992 File chooser reference counting issues
  610905 gtk_drag_source_set need instrospection hint
  611051 Search Entry Clear Icon not accessible
  611217 Incorrect translator comment
  611317 Document targets in drag and drop
  611319 gtk_window_set_transient_for undocumented NULL value for parent
  611658 Update documentation for gtkvscrollbar
  611662 Update documentation for gtkvseparator
  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
  611831 Move documentation to inline comments: GtkVBox
  612119 Do not scroll when middle pasting
  - Translation updates
* debian/patches/071_no_offscreen_widgets_grabbing.patch,
  debian/patches/091_bugzilla_tooltip_refresh.patch:
  - new version update
  - increased the alpha value for tooltips to 85%
* debian/rules:
  - updated the shlibs

Show diffs side-by-side

added added

removed removed

Lines of Context:
4595
4595
              glib:nick="shrink"/>
4596
4596
      <member name="fill" value="4" c:identifier="GTK_FILL" glib:nick="fill"/>
4597
4597
    </bitfield>
4598
 
    <constant name="BINARY_AGE" value="1906">
 
4598
    <constant name="BINARY_AGE" value="1907">
4599
4599
      <type name="int"/>
4600
4600
    </constant>
4601
4601
    <constant name="BUTTONBOX_DEFAULT" value="-1">
5749
5749
              c:identifier="gtk_builder_get_object"
5750
5750
              doc="Gets the object named @name. Note that this function does not
5751
5751
increment the reference count of the returned object.
5752
 
found in the object tree."
 
5752
it could not be found in the object tree."
5753
5753
              version="2.12">
5754
 
        <return-value transfer-ownership="full">
 
5754
        <return-value transfer-ownership="none"
 
5755
                      doc="the object named @name or %NULL if">
5755
5756
          <type name="GObject.Object" c:type="GObject*"/>
5756
5757
        </return-value>
5757
5758
        <parameters>
10868
10869
               glib:type-name="GtkCellEditable"
10869
10870
               glib:get-type="gtk_cell_editable_get_type"
10870
10871
               glib:type-struct="CellEditableIface">
10871
 
      <prerequisite name="GObject.InitiallyUnowned"/>
10872
 
      <prerequisite name="Object"/>
10873
10872
      <prerequisite name="Widget"/>
10874
10873
      <virtual-method name="start_editing" invoker="start_editing">
10875
10874
        <return-value transfer-ownership="none">
21816
21815
               c:type="GtkFileChooser"
21817
21816
               glib:type-name="GtkFileChooser"
21818
21817
               glib:get-type="gtk_file_chooser_get_type">
21819
 
      <prerequisite name="GObject.InitiallyUnowned"/>
21820
 
      <prerequisite name="Object"/>
21821
21818
      <prerequisite name="Widget"/>
21822
21819
      <method name="set_action"
21823
21820
              c:identifier="gtk_file_chooser_set_action"
34032
34029
    <constant name="MAX_COMPOSE_LEN" value="7">
34033
34030
      <type name="int"/>
34034
34031
    </constant>
34035
 
    <constant name="MICRO_VERSION" value="6">
 
34032
    <constant name="MICRO_VERSION" value="7">
34036
34033
      <type name="int"/>
34037
34034
    </constant>
34038
34035
    <constant name="MINOR_VERSION" value="19">
65565
65562
               glib:type-name="GtkToolShell"
65566
65563
               glib:get-type="gtk_tool_shell_get_type"
65567
65564
               glib:type-struct="ToolShellIface">
65568
 
      <prerequisite name="GObject.InitiallyUnowned"/>
65569
 
      <prerequisite name="Object"/>
65570
65565
      <prerequisite name="Widget"/>
65571
65566
      <virtual-method name="get_icon_size" invoker="get_icon_size">
65572
65567
        <return-value transfer-ownership="full">
74609
74604
      <implements name="Atk.ImplementorIface"/>
74610
74605
      <implements name="Buildable"/>
74611
74606
      <implements name="Orientable"/>
74612
 
      <constructor name="new" c:identifier="gtk_vbox_new">
 
74607
      <constructor name="new"
 
74608
                   c:identifier="gtk_vbox_new"
 
74609
                   doc="Creates a new #GtkVBox.">
74613
74610
        <return-value transfer-ownership="full">
74614
74611
          <type name="VBox" c:type="GtkWidget*"/>
74615
74612
        </return-value>
74744
74741
    </record>
74745
74742
    <class name="VScale"
74746
74743
           c:type="GtkVScale"
 
74744
           doc="The #GtkVScale struct contains private data only, and
 
74745
should be accessed using the functions below."
74747
74746
           parent="Scale"
74748
74747
           glib:type-name="GtkVScale"
74749
74748
           glib:get-type="gtk_vscale_get_type"
74751
74750
      <implements name="Atk.ImplementorIface"/>
74752
74751
      <implements name="Buildable"/>
74753
74752
      <implements name="Orientable"/>
74754
 
      <constructor name="new" c:identifier="gtk_vscale_new">
 
74753
      <constructor name="new"
 
74754
                   c:identifier="gtk_vscale_new"
 
74755
                   doc="Creates a new #GtkVScale.">
74755
74756
        <return-value transfer-ownership="full">
74756
74757
          <type name="VScale" c:type="GtkWidget*"/>
74757
74758
        </return-value>
74800
74801
    </record>
74801
74802
    <class name="VScrollbar"
74802
74803
           c:type="GtkVScrollbar"
 
74804
           doc="The #GtkVScrollbar struct contains private data and should be accessed
 
74805
using the functions below."
74803
74806
           parent="Scrollbar"
74804
74807
           glib:type-name="GtkVScrollbar"
74805
74808
           glib:get-type="gtk_vscrollbar_get_type"
74835
74838
    </record>
74836
74839
    <class name="VSeparator"
74837
74840
           c:type="GtkVSeparator"
 
74841
           doc="The #GtkVSeparator struct contains private data only, and
 
74842
should be accessed using the functions below."
74838
74843
           parent="Separator"
74839
74844
           glib:type-name="GtkVSeparator"
74840
74845
           glib:get-type="gtk_vseparator_get_type"
74842
74847
      <implements name="Atk.ImplementorIface"/>
74843
74848
      <implements name="Buildable"/>
74844
74849
      <implements name="Orientable"/>
74845
 
      <constructor name="new" c:identifier="gtk_vseparator_new">
 
74850
      <constructor name="new"
 
74851
                   c:identifier="gtk_vseparator_new"
 
74852
                   doc="Creates a new #GtkVSeparator.">
74846
74853
        <return-value transfer-ownership="full">
74847
74854
          <type name="VSeparator" c:type="GtkWidget*"/>
74848
74855
        </return-value>
80651
80658
              doc="Retrieves the current focused widget within the window.
80652
80659
Note that this is the widget that would have the focus
80653
80660
if the toplevel window focused; if the toplevel window
80654
 
is not focused then  &lt;literal&gt;GTK_WIDGET_HAS_FOCUS (widget)&lt;/literal&gt; will
 
80661
is not focused then  &lt;literal&gt;gtk_widget_has_focus (widget)&lt;/literal&gt; will
80655
80662
not be %TRUE for the widget.">
80656
80663
        <return-value transfer-ownership="none"
80657
80664
                      doc="the currently focused widget, or %NULL if there is none.">
80708
80715
main window. gtk_dialog_new_with_buttons() and other convenience
80709
80716
functions in GTK+ will sometimes call
80710
80717
gtk_window_set_transient_for() on your behalf.
 
80718
Passing %NULL for @parent unsets the current transient window.
80711
80719
On Windows, this function puts the child window on top of the parent,
80712
80720
much as the window manager would have done on X.">
80713
80721
        <return-value transfer-ownership="none">
80717
80725
          <parameter name="parent"
80718
80726
                     transfer-ownership="none"
80719
80727
                     allow-none="1"
80720
 
                     doc="parent window">
 
80728
                     doc="parent window, or %NULL">
80721
80729
            <type name="Window" c:type="GtkWindow*"/>
80722
80730
          </parameter>
80723
80731
        </parameters>
83233
83241
    </function>
83234
83242
    <function name="drag_dest_set"
83235
83243
              c:identifier="gtk_drag_dest_set"
83236
 
              doc="the drop types that this @widget will accept. Later you can access the list
83237
 
with gtk_drag_dest_get_target_list() and gtk_drag_dest_find_target().
 
83244
              doc="indicating the drop types that this @widget will accept, or %NULL.
 
83245
Later you can access the list with gtk_drag_dest_get_target_list()
 
83246
and gtk_drag_dest_find_target().
83238
83247
Sets a widget as a potential drop destination, and adds default behaviors.
83239
83248
The default behaviors listed in @flags have an effect similar
83240
83249
to installing default handlers for the widget&apos;s drag-and-drop signals
83280
83289
        <parameter name="flags" transfer-ownership="none">
83281
83290
          <type name="DestDefaults" c:type="GtkDestDefaults"/>
83282
83291
        </parameter>
83283
 
        <parameter name="targets" transfer-ownership="none">
83284
 
          <type name="TargetEntry" c:type="GtkTargetEntry*"/>
 
83292
        <parameter name="targets"
 
83293
                   transfer-ownership="none"
 
83294
                   allow-none="1"
 
83295
                   doc="a pointer to an array of #GtkTargetEntry&lt;!-- --&gt;s">
 
83296
          <array length="3" c:type="GtkTargetEntry*">
 
83297
            <type name="TargetEntry"/>
 
83298
          </array>
83285
83299
        </parameter>
83286
83300
        <parameter name="n_targets" transfer-ownership="none">
83287
83301
          <type name="int" c:type="gint"/>
83436
83450
        <parameter name="pixmap" transfer-ownership="none">
83437
83451
          <type name="Gdk.Pixmap" c:type="GdkPixmap*"/>
83438
83452
        </parameter>
83439
 
        <parameter name="mask" transfer-ownership="none">
 
83453
        <parameter name="mask"
 
83454
                   transfer-ownership="none"
 
83455
                   allow-none="1"
 
83456
                   doc="the transparency mask for an image, or %NULL">
83440
83457
          <type name="Gdk.Bitmap" c:type="GdkBitmap*"/>
83441
83458
        </parameter>
83442
83459
        <parameter name="hot_x" transfer-ownership="none">
83655
83672
        </parameter>
83656
83673
      </parameters>
83657
83674
    </function>
83658
 
    <function name="drag_source_set" c:identifier="gtk_drag_source_set">
 
83675
    <function name="drag_source_set"
 
83676
              c:identifier="gtk_drag_source_set"
 
83677
              doc="may be %NULL
 
83678
Sets up a widget so that GTK+ will start a drag operation when the user
 
83679
clicks and drags on the widget. The widget must have a window.">
83659
83680
      <return-value transfer-ownership="none">
83660
83681
        <type name="none" c:type="void"/>
83661
83682
      </return-value>
83666
83687
        <parameter name="start_button_mask" transfer-ownership="none">
83667
83688
          <type name="Gdk.ModifierType" c:type="GdkModifierType"/>
83668
83689
        </parameter>
83669
 
        <parameter name="targets" transfer-ownership="none">
83670
 
          <type name="TargetEntry" c:type="GtkTargetEntry*"/>
 
83690
        <parameter name="targets"
 
83691
                   transfer-ownership="none"
 
83692
                   allow-none="1"
 
83693
                   doc="the table of targets that the drag will support,">
 
83694
          <array length="3" c:type="GtkTargetEntry*">
 
83695
            <type name="TargetEntry"/>
 
83696
          </array>
83671
83697
        </parameter>
83672
83698
        <parameter name="n_targets" transfer-ownership="none">
83673
83699
          <type name="int" c:type="gint"/>