[Pkg-cli-libs-commits] [gtk-sharp3] 02/03: Merge tag 'upstream/2.99.2'

Mirco Bauer meebey at moszumanska.debian.org
Wed Dec 4 22:59:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

meebey pushed a commit to branch master
in repository gtk-sharp3.

commit c9468a49b93037daabf4d7dde1f20c846e3cffd9
Merge: 2b7568c 82278b4
Author: Mirco Bauer <meebey at meebey.net>
Date:   Wed Dec 4 22:47:56 2013 +0100

    Merge tag 'upstream/2.99.2'
    
    Upstream version 2.99.2

 Makefile.in                                        |    2 +-
 Makefile.include                                   |    6 +-
 NEWS                                               |   59 +
 README                                             |    6 +-
 aclocal.m4                                         |    6 +-
 atk/Atk.metadata                                   |    4 +
 atk/Makefile.in                                    |    8 +-
 atk/glue/Makefile.in                               |    2 +-
 cairo/Context.cs                                   |  159 +-
 cairo/Device.cs                                    |   23 +-
 cairo/FontFace.cs                                  |   18 +-
 cairo/FontOptions.cs                               |   58 +-
 cairo/Gradient.cs                                  |    3 +
 cairo/ImageSurface.cs                              |   20 +-
 cairo/LinearGradient.cs                            |    1 +
 cairo/Makefile.in                                  |    2 +-
 cairo/PSSurface.cs                                 |    4 +
 cairo/Path.cs                                      |    5 +-
 cairo/Pattern.cs                                   |   34 +-
 cairo/PdfSurface.cs                                |    1 +
 cairo/Region.cs                                    |   39 +-
 cairo/ScaledFont.cs                                |   21 +-
 cairo/SolidPattern.cs                              |    1 +
 cairo/Surface.cs                                   |   39 +-
 cairo/SurfacePattern.cs                            |   10 +-
 cairo/SvgSurface.cs                                |    1 +
 cairo/XcbSurface.cs                                |    1 +
 cairo/XlibSurface.cs                               |   37 +-
 config.guess                                       |  184 +-
 config.sub                                         |   97 +-
 configure                                          |   35 +-
 configure.ac                                       |   11 +-
 depcomp                                            |    3 +-
 doc/Makefile.in                                    |    2 +-
 doc/en/Atk/Action.xml                              |  181 --
 doc/en/Atk/ActionAdapter.xml                       |   50 +-
 doc/en/Atk/ActiveDescendantChangedHandler.xml      |    4 +-
 doc/en/Atk/BoundsChangedHandler.xml                |    4 +-
 doc/en/Atk/ChildrenChangedHandler.xml              |    4 +-
 doc/en/Atk/ColumnDeletedHandler.xml                |    4 +-
 doc/en/Atk/ColumnInsertedHandler.xml               |    4 +-
 doc/en/Atk/Component.xml                           |  357 ----
 doc/en/Atk/ComponentAdapter.xml                    |   50 +-
 doc/en/Atk/DocumentAdapter.xml                     |   50 +-
 doc/en/Atk/EditableTextAdapter.xml                 |   50 +-
 doc/en/Atk/FocusEventHandler.xml                   |    4 +-
 doc/en/Atk/Hyperlink.xml                           |    6 +-
 doc/en/Atk/HyperlinkImplAdapter.xml                |   50 +-
 doc/en/Atk/HypertextAdapter.xml                    |   50 +-
 doc/en/Atk/{ActionImplementor.xml => IAction.xml}  |   24 +-
 ...ctionImplementor.xml => IActionImplementor.xml} |   19 +-
 .../{ComponentImplementor.xml => IComponent.xml}   |   44 +-
 ...ntImplementor.xml => IComponentImplementor.xml} |   26 +-
 doc/en/Atk/{Document.xml => IDocument.xml}         |   42 +-
 ...entImplementor.xml => IDocumentImplementor.xml} |   18 +-
 ...itableTextImplementor.xml => IEditableText.xml} |   24 +-
 ...itableText.xml => IEditableTextImplementor.xml} |  108 +-
 .../Atk/{HyperlinkImpl.xml => IHyperlinkImpl.xml}  |   19 +-
 ...plementor.xml => IHyperlinkImplImplementor.xml} |   13 +-
 doc/en/Atk/{Hypertext.xml => IHypertext.xml}       |   47 +-
 ...xtImplementor.xml => IHypertextImplementor.xml} |   15 +-
 doc/en/Atk/{Image.xml => IImage.xml}               |   85 +-
 ...{ImageImplementor.xml => IImageImplementor.xml} |   17 +-
 doc/en/Atk/{Implementor.xml => IImplementor.xml}   |   21 +-
 ...Implementor.xml => IImplementorImplementor.xml} |   13 +-
 .../{SelectionImplementor.xml => ISelection.xml}   |   37 +-
 ...onImplementor.xml => ISelectionImplementor.xml} |   19 +-
 ...treamableContent.xml => IStreamableContent.xml} |   41 +-
 ...entor.xml => IStreamableContentImplementor.xml} |   16 +-
 doc/en/Atk/{Table.xml => ITable.xml}               |  315 +--
 ...{TableImplementor.xml => ITableImplementor.xml} |   39 +-
 doc/en/Atk/{TextImplementor.xml => IText.xml}      |   95 +-
 .../{TextImplementor.xml => ITextImplementor.xml}  |   29 +-
 doc/en/Atk/{Value.xml => IValue.xml}               |   26 +-
 ...{ValueImplementor.xml => IValueImplementor.xml} |   13 +-
 doc/en/Atk/ImageAdapter.xml                        |   50 +-
 doc/en/Atk/ImplementorAdapter.xml                  |   50 +-
 doc/en/Atk/LinkSelectedHandler.xml                 |    4 +-
 doc/en/Atk/Misc.xml                                |   12 +-
 doc/en/Atk/NoOpObject.xml                          |   48 +-
 doc/en/Atk/Object+ChildrenChangedDetail.xml        |   41 +
 doc/en/Atk/Plug.xml                                |   22 +-
 doc/en/Atk/PropertyChangeEventHandler.xml          |    4 +-
 doc/en/Atk/RowDeletedHandler.xml                   |    4 +-
 doc/en/Atk/RowInsertedHandler.xml                  |    4 +-
 doc/en/Atk/Selection.xml                           |  193 --
 doc/en/Atk/SelectionAdapter.xml                    |   50 +-
 doc/en/Atk/Socket.xml                              |   22 +-
 doc/en/Atk/StateChangeHandler.xml                  |    4 +-
 doc/en/Atk/StreamableContentAdapter.xml            |   50 +-
 doc/en/Atk/TableAdapter.xml                        |   50 +-
 doc/en/Atk/Text.xml                                |  555 -----
 doc/en/Atk/TextAdapter.xml                         |   50 +-
 doc/en/Atk/TextCaretMovedHandler.xml               |    4 +-
 doc/en/Atk/TextChangedHandler.xml                  |    4 +-
 doc/en/Atk/ValueAdapter.xml                        |   50 +-
 doc/en/GLib/AcceptCertificateArgs.xml              |   10 +-
 doc/en/GLib/AcceptCertificateHandler.xml           |   12 +-
 doc/en/GLib/ActionAdapter.xml                      |   48 +-
 doc/en/GLib/ActionAddedArgs.xml                    |   24 +-
 doc/en/GLib/ActionAddedHandler.xml                 |   26 +-
 doc/en/GLib/ActionEnabledChangedArgs.xml           |   24 +-
 doc/en/GLib/ActionEnabledChangedHandler.xml        |   26 +-
 doc/en/GLib/ActionGroupAdapter.xml                 |   48 +-
 doc/en/GLib/ActionRemovedArgs.xml                  |   24 +-
 doc/en/GLib/ActionRemovedHandler.xml               |   26 +-
 doc/en/GLib/ActionStateChangedArgs.xml             |   24 +-
 doc/en/GLib/ActionStateChangedHandler.xml          |   26 +-
 doc/en/GLib/ActivatedArgs.xml                      |   10 +-
 doc/en/GLib/ActivatedHandler.xml                   |   12 +-
 doc/en/GLib/AppInfoAdapter.xml                     |  138 +-
 doc/en/GLib/AppLaunchContext.xml                   |   64 +-
 doc/en/GLib/Application.xml                        |   68 +-
 doc/en/GLib/ApplicationCommandLine.xml             |   12 +-
 doc/en/GLib/ApplicationFlags.xml                   |   24 +-
 doc/en/GLib/ApplicationImpl.xml                    |    6 +-
 doc/en/GLib/AskPasswordHandler.xml                 |    4 +-
 doc/en/GLib/AskQuestionArgs.xml                    |    4 +-
 doc/en/GLib/AskQuestionHandler.xml                 |    4 +-
 doc/en/GLib/AsyncInitableAdapter.xml               |   54 +-
 doc/en/GLib/AsyncReadyCallback.xml                 |    4 +-
 doc/en/GLib/AsyncResultAdapter.xml                 |   54 +-
 doc/en/GLib/AuthenticatedPeerAuthorizedArgs.xml    |   10 +-
 doc/en/GLib/AuthenticatedPeerAuthorizedHandler.xml |   12 +-
 doc/en/GLib/BufferedInputStream.xml                |   28 +-
 doc/en/GLib/BufferedOutputStream.xml               |   12 +-
 doc/en/GLib/Bus.xml                                |    6 +-
 doc/en/GLib/Cancellable.xml                        |   49 +-
 doc/en/GLib/ChangeEventArgs.xml                    |   10 +-
 doc/en/GLib/ChangeEventHandler.xml                 |   12 +-
 doc/en/GLib/ChangedArgs.xml                        |   24 +-
 doc/en/GLib/ChangedHandler.xml                     |   26 +-
 doc/en/GLib/CharsetConverter.xml                   |   20 +-
 doc/en/GLib/ClosedArgs.xml                         |   10 +-
 doc/en/GLib/ClosedHandler.xml                      |   12 +-
 doc/en/GLib/CommandLineArgs.xml                    |   10 +-
 doc/en/GLib/CommandLineHandler.xml                 |   12 +-
 doc/en/GLib/{Credentials.xml => Cond.xml}          |  102 +-
 doc/en/GLib/{Content.xml => ContentType.xml}       |  111 +-
 doc/en/GLib/ConverterAdapter.xml                   |   48 +-
 doc/en/GLib/ConverterInputStream.xml               |   24 +-
 doc/en/GLib/ConverterOutputStream.xml              |   24 +-
 doc/en/GLib/Credentials.xml                        |   12 +-
 doc/en/GLib/{Dbus.xml => DBus.xml}                 |  174 +-
 doc/en/GLib/DBusAuth.xml                           |   21 +-
 doc/en/GLib/DBusAuthMechanism.xml                  |   25 +-
 doc/en/GLib/DBusAuthMechanismAnon.xml              |    6 +-
 doc/en/GLib/DBusAuthMechanismExternal.xml          |    6 +-
 doc/en/GLib/DBusAuthMechanismSha1.xml              |    6 +-
 doc/en/GLib/DBusAuthObserver.xml                   |   16 +-
 doc/en/GLib/DBusConnection.xml                     |   76 +-
 doc/en/GLib/DBusMessage.xml                        |   12 +-
 doc/en/GLib/DBusMethodInvocation.xml               |   12 +-
 doc/en/GLib/DBusProxy.xml                          |  109 +-
 doc/en/GLib/DBusServer.xml                         |   46 +-
 doc/en/GLib/DataInputStream.xml                    |   30 +-
 doc/en/GLib/DataOutputStream.xml                   |   12 +-
 doc/en/GLib/Date.xml                               |  787 +++++++
 doc/en/GLib/DateTime.xml                           |  854 ++++++++
 doc/en/GLib/DesktopAppInfo.xml                     |   40 +-
 doc/en/GLib/DriveAdapter.xml                       |   86 +-
 doc/en/GLib/DriveChangedArgs.xml                   |   16 +-
 doc/en/GLib/DriveChangedHandler.xml                |   12 +-
 doc/en/GLib/DriveConnectedArgs.xml                 |   16 +-
 doc/en/GLib/DriveConnectedHandler.xml              |   12 +-
 doc/en/GLib/DriveDisconnectedArgs.xml              |   16 +-
 doc/en/GLib/DriveDisconnectedHandler.xml           |   12 +-
 doc/en/GLib/DriveEjectButtonArgs.xml               |   16 +-
 doc/en/GLib/DriveEjectButtonHandler.xml            |   12 +-
 doc/en/GLib/DriveStopButtonArgs.xml                |   16 +-
 doc/en/GLib/DriveStopButtonHandler.xml             |   12 +-
 doc/en/GLib/DummyProxyResolver.xml                 |   18 +-
 doc/en/GLib/Emblem.xml                             |   48 +-
 doc/en/GLib/EmblemedIcon.xml                       |   52 +-
 doc/en/GLib/FileAdapter.xml                        |  370 ++--
 doc/en/GLib/FileDescriptorBasedAdapter.xml         |   48 +-
 doc/en/GLib/FileEnumerator.xml                     |   77 +-
 doc/en/GLib/FileFactory.xml                        |   30 +-
 doc/en/GLib/FileIOStream.xml                       |   30 +-
 doc/en/GLib/FileIcon.xml                           |   50 +-
 doc/en/GLib/FileInfo.xml                           |   18 +-
 doc/en/GLib/FileInputStream.xml                    |   34 +-
 doc/en/GLib/FileMonitor.xml                        |   52 +-
 doc/en/GLib/FileOutputStream.xml                   |   34 +-
 doc/en/GLib/FilenameCompleter.xml                  |   16 +-
 doc/en/GLib/FilterInputStream.xml                  |   12 +-
 doc/en/GLib/FilterOutputStream.xml                 |   12 +-
 doc/en/GLib/GInterfaceAdapter.xml                  |   13 +-
 doc/en/GLib/GLibSynchronizationContext.xml         |   67 +
 doc/en/GLib/GPropertiesChangedArgs.xml             |   10 +-
 doc/en/GLib/GPropertiesChangedHandler.xml          |   12 +-
 doc/en/GLib/GSignalArgs.xml                        |   10 +-
 doc/en/GLib/GSignalHandler.xml                     |   12 +-
 doc/en/GLib/GioGlobal.xml                          |   26 +-
 doc/en/GLib/{Action.xml => IAction.xml}            |    6 +-
 doc/en/GLib/{ActionGroup.xml => IActionGroup.xml}  |    6 +-
 ...Implementor.xml => IActionGroupImplementor.xml} |    6 +-
 ...ctionImplementor.xml => IActionImplementor.xml} |    6 +-
 doc/en/GLib/{AppInfo.xml => IAppInfo.xml}          |  191 +-
 .../GLib/{AsyncInitable.xml => IAsyncInitable.xml} |   12 +-
 ...plementor.xml => IAsyncInitableImplementor.xml} |   12 +-
 doc/en/GLib/{AsyncResult.xml => IAsyncResult.xml}  |   12 +-
 ...Implementor.xml => IAsyncResultImplementor.xml} |   12 +-
 doc/en/GLib/{Converter.xml => IConverter.xml}      |    6 +-
 ...erImplementor.xml => IConverterImplementor.xml} |    6 +-
 doc/en/GLib/{Drive.xml => IDrive.xml}              |   86 +-
 doc/en/GLib/{File.xml => IFile.xml}                |  438 ++--
 ...escriptorBased.xml => IFileDescriptorBased.xml} |    6 +-
 ...tor.xml => IFileDescriptorBasedImplementor.xml} |    6 +-
 doc/en/GLib/{Icon.xml => IIcon.xml}                |   16 +-
 doc/en/GLib/{Initable.xml => IInitable.xml}        |    6 +-
 ...bleImplementor.xml => IInitableImplementor.xml} |    6 +-
 .../GLib/{LoadableIcon.xml => ILoadableIcon.xml}   |   20 +-
 ...mplementor.xml => ILoadableIconImplementor.xml} |   20 +-
 doc/en/GLib/{Mount.xml => IMount.xml}              |  108 +-
 doc/en/GLib/{GioGlobal.xml => IOError.xml}         |   34 +-
 doc/en/GLib/IOExtensionPoint.xml                   |    6 +-
 doc/en/GLib/IOModule.xml                           |   47 +-
 doc/en/GLib/IOSchedulerJob.xml                     |   37 +
 doc/en/GLib/IOStream.xml                           |   30 +-
 ...bleInputStream.xml => IPollableInputStream.xml} |   24 +-
 ...tor.xml => IPollableInputStreamImplementor.xml} |   24 +-
 ...eOutputStream.xml => IPollableOutputStream.xml} |   24 +-
 ...or.xml => IPollableOutputStreamImplementor.xml} |   24 +-
 doc/en/GLib/{Proxy.xml => IProxy.xml}              |   12 +-
 ...{ProxyImplementor.xml => IProxyImplementor.xml} |   12 +-
 .../GLib/{ProxyResolver.xml => IProxyResolver.xml} |   12 +-
 ...plementor.xml => IProxyResolverImplementor.xml} |   12 +-
 doc/en/GLib/{Seekable.xml => ISeekable.xml}        |   18 +-
 ...ocketConnectable.xml => ISocketConnectable.xml} |    6 +-
 ...entor.xml => ISocketConnectableImplementor.xml} |    6 +-
 ...ientConnection.xml => ITlsClientConnection.xml} |   18 +-
 ...tor.xml => ITlsClientConnectionImplementor.xml} |   18 +-
 ...rverConnection.xml => ITlsServerConnection.xml} |    6 +-
 ...tor.xml => ITlsServerConnectionImplementor.xml} |    6 +-
 doc/en/GLib/{Volume.xml => IVolume.xml}            |   84 +-
 doc/en/GLib/IconAdapter.xml                        |   48 +-
 doc/en/GLib/IncomingArgs.xml                       |   10 +-
 doc/en/GLib/IncomingHandler.xml                    |   12 +-
 doc/en/GLib/InetAddress.xml                        |   79 +-
 doc/en/GLib/InetSocketAddress.xml                  |   12 +-
 doc/en/GLib/InitableAdapter.xml                    |   48 +-
 doc/en/GLib/InputStream.xml                        |   60 +-
 doc/en/GLib/Io.xml                                 |  152 --
 doc/en/GLib/LoadableIconAdapter.xml                |   64 +-
 doc/en/GLib/LocalDirectoryMonitor.xml              |   12 +-
 doc/en/GLib/LocalFileEnumerator.xml                |    6 +-
 doc/en/GLib/LocalFileIOStream.xml                  |    6 +-
 doc/en/GLib/MainContext.xml                        |   28 +
 doc/en/GLib/Marshaller.xml                         |  126 +-
 doc/en/GLib/MemoryInputStream.xml                  |   18 +-
 doc/en/GLib/MemoryOutputStream.xml                 |   18 +-
 doc/en/GLib/MountAdapter.xml                       |  114 +-
 doc/en/GLib/MountAddedArgs.xml                     |   16 +-
 doc/en/GLib/MountAddedHandler.xml                  |   12 +-
 doc/en/GLib/MountChangedArgs.xml                   |   16 +-
 doc/en/GLib/MountChangedHandler.xml                |   12 +-
 doc/en/GLib/MountOperation.xml                     |   20 +-
 doc/en/GLib/MountPreUnmountArgs.xml                |   16 +-
 doc/en/GLib/MountPreUnmountHandler.xml             |   12 +-
 doc/en/GLib/MountRemovedArgs.xml                   |   16 +-
 doc/en/GLib/MountRemovedHandler.xml                |   12 +-
 doc/en/{Gtk/Spinner.xml => GLib/Mutex.xml}         |   79 +-
 doc/en/GLib/NativeVolumeMonitor.xml                |   12 +-
 doc/en/GLib/NetworkAddress.xml                     |   30 +-
 doc/en/GLib/NetworkService.xml                     |   18 +-
 doc/en/GLib/NewConnectionArgs.xml                  |   10 +-
 doc/en/GLib/NewConnectionHandler.xml               |   12 +-
 doc/en/GLib/Object.xml                             |   44 +
 doc/en/GLib/ObjectManager.xml                      |   15 +-
 doc/en/GLib/OpenedArgs.xml                         |   16 +-
 doc/en/GLib/OpenedHandler.xml                      |   12 +-
 doc/en/GLib/OutputStream.xml                       |   76 +-
 doc/en/GLib/Permission.xml                         |   36 +-
 doc/en/GLib/PollFD.xml                             |  193 ++
 doc/en/GLib/PollableInputStreamAdapter.xml         |   68 +-
 doc/en/GLib/PollableOutputStreamAdapter.xml        |   68 +-
 doc/en/GLib/ProxyAdapter.xml                       |   62 +-
 doc/en/GLib/ProxyAddress.xml                       |   12 +-
 doc/en/GLib/ProxyAddressEnumerator.xml             |   18 +-
 doc/en/GLib/ProxyResolverAdapter.xml               |   62 +-
 doc/en/{Gtk/Spinner.xml => GLib/RecMutex.xml}      |   79 +-
 doc/en/GLib/ReplyArgs.xml                          |    4 +-
 doc/en/GLib/ReplyHandler.xml                       |    4 +-
 doc/en/GLib/Resolver.xml                           |   84 +-
 doc/en/GLib/RunArgs.xml                            |   10 +-
 doc/en/GLib/RunHandler.xml                         |   12 +-
 doc/en/GLib/SeekableAdapter.xml                    |   73 +-
 doc/en/GLib/SeekableImplementor.xml                |   61 -
 doc/en/GLib/Settings.xml                           |   64 +-
 doc/en/GLib/SettingsSchema.xml                     |   12 +-
 doc/en/GLib/ShowProcessesArgs.xml                  |   10 +-
 doc/en/GLib/ShowProcessesHandler.xml               |   12 +-
 doc/en/GLib/Simple.xml                             |   71 -
 doc/en/GLib/SimpleAction.xml                       |   46 +-
 doc/en/GLib/SimpleActionGroup.xml                  |   46 +-
 doc/en/GLib/SimpleAsyncResult.xml                  |   66 +-
 doc/en/GLib/SimplePermission.xml                   |   12 +-
 doc/en/GLib/Socket.xml                             |  109 +-
 doc/en/GLib/SocketAddress.xml                      |   51 +-
 doc/en/GLib/SocketAddressEnumerator.xml            |   24 +-
 doc/en/GLib/SocketClient.xml                       |   67 +-
 doc/en/GLib/SocketConnectableAdapter.xml           |   50 +-
 doc/en/GLib/SocketConnection.xml                   |   57 +-
 doc/en/GLib/SocketControlMessage.xml               |   12 +-
 doc/en/GLib/SocketFamily.xml                       |   70 +
 doc/en/GLib/SocketInputStream.xml                  |   30 +-
 doc/en/GLib/SocketListener.xml                     |   24 +-
 doc/en/GLib/SocketMsgFlags.xml                     |   70 +
 doc/en/GLib/SocketOutputStream.xml                 |   30 +-
 doc/en/GLib/SocketService.xml                      |   16 +-
 doc/en/GLib/SocketSourceFunc.xml                   |   25 +
 doc/en/GLib/Socks4Proxy.xml                        |    6 +-
 doc/en/GLib/Socks4aProxy.xml                       |   18 +-
 doc/en/GLib/Socks5Proxy.xml                        |   18 +-
 doc/en/GLib/Source.xml                             |  479 ++++-
 doc/en/GLib/SourceCallbackFuncs.xml                |  104 +
 doc/en/GLib/SourceDummyMarshal.xml                 |   19 +
 doc/en/GLib/SourceFunc.xml                         |   23 +
 doc/en/GLib/SourceFuncs.xml                        |  104 +
 doc/en/GLib/SrvTarget.xml                          |    6 +-
 doc/en/GLib/TcpConnection.xml                      |   12 +-
 doc/en/GLib/TcpWrapperConnection.xml               |   17 +-
 doc/en/GLib/ThemedIcon.xml                         |   26 +-
 doc/en/GLib/ThreadedResolver.xml                   |   12 +-
 doc/en/GLib/ThreadedSocketService.xml              |   16 +-
 doc/en/GLib/TimeVal.xml                            |  184 ++
 doc/en/{Gtk/CssProvider.xml => GLib/TimeZone.xml}  |  160 +-
 doc/en/GLib/TlsCertificate.xml                     |   30 +-
 doc/en/GLib/TlsClientConnectionAdapter.xml         |   62 +-
 doc/en/GLib/TlsConnection.xml                      |   47 +-
 doc/en/GLib/TlsServerConnectionAdapter.xml         |   50 +-
 doc/en/GLib/UnixConnection.xml                     |   12 +-
 doc/en/GLib/UnixCredentialsMessage.xml             |   12 +-
 doc/en/GLib/UnixFDList.xml                         |   12 +-
 doc/en/GLib/UnixFDMessage.xml                      |   17 +-
 doc/en/GLib/UnixResolver.xml                       |   12 +-
 doc/en/GLib/UnixSocketAddress.xml                  |   12 +-
 doc/en/GLib/Vfs.xml                                |   60 +-
 doc/en/GLib/VolumeAdapter.xml                      |   88 +-
 doc/en/GLib/VolumeAddedArgs.xml                    |   16 +-
 doc/en/GLib/VolumeAddedHandler.xml                 |   12 +-
 doc/en/GLib/VolumeChangedArgs.xml                  |   16 +-
 doc/en/GLib/VolumeChangedHandler.xml               |   12 +-
 doc/en/GLib/VolumeMonitor.xml                      |  238 +--
 doc/en/GLib/VolumeRemovedArgs.xml                  |   16 +-
 doc/en/GLib/VolumeRemovedHandler.xml               |   12 +-
 doc/en/GLib/WritableChangeEventArgs.xml            |   10 +-
 doc/en/GLib/WritableChangeEventHandler.xml         |   12 +-
 doc/en/GLib/WritableChangedArgs.xml                |   10 +-
 doc/en/GLib/WritableChangedHandler.xml             |   12 +-
 doc/en/GLib/ZlibCompressor.xml                     |   18 +-
 doc/en/GLib/ZlibDecompressor.xml                   |   18 +-
 doc/en/Gdk/AppLaunchContext.xml                    |   18 +-
 doc/en/Gdk/AreaUpdatedHandler.xml                  |    4 +-
 doc/en/Gdk/BRESINFO.xml                            |  126 --
 doc/en/Gdk/CapStyle.xml                            |   76 -
 doc/en/Gdk/Char.xml                                |  102 -
 doc/en/Gdk/ClosedHandler.xml                       |    4 +-
 doc/en/Gdk/Colormap.xml                            |  274 ---
 doc/en/Gdk/CreateSurfaceArgs.xml                   |   10 +-
 doc/en/Gdk/CreateSurfaceHandler.xml                |   12 +-
 doc/en/Gdk/DestroyNotify.xml                       |   21 -
 doc/en/Gdk/Device.xml                              |    4 +-
 doc/en/Gdk/DeviceAddedArgs.xml                     |   10 +-
 doc/en/Gdk/DeviceAddedHandler.xml                  |   12 +-
 doc/en/Gdk/DeviceAxis.xml                          |   87 -
 doc/en/Gdk/DeviceChangedArgs.xml                   |   10 +-
 doc/en/Gdk/DeviceChangedHandler.xml                |   12 +-
 doc/en/Gdk/DeviceKey.xml                           |   74 -
 doc/en/Gdk/DeviceManager.xml                       |   24 +-
 doc/en/Gdk/DeviceRemovedArgs.xml                   |   10 +-
 doc/en/Gdk/DeviceRemovedHandler.xml                |   12 +-
 doc/en/Gdk/Display.xml                             |   22 +-
 doc/en/Gdk/DisplayOpenedHandler.xml                |    4 +-
 doc/en/Gdk/DisplayPointerHooks.xml                 |   48 -
 doc/en/Gdk/Drawable.xml                            | 1134 ----------
 doc/en/Gdk/EdgeTable.xml                           |  104 -
 doc/en/Gdk/EdgeTableEntry.xml                      |   34 -
 doc/en/Gdk/EventClient.xml                         |   73 -
 doc/en/Gdk/Fill.xml                                |   76 -
 doc/en/Gdk/FillRule.xml                            |   50 -
 doc/en/Gdk/Font.xml                                |  291 ---
 doc/en/Gdk/FontType.xml                            |   50 -
 doc/en/Gdk/Fontset.xml                             |   64 -
 doc/en/Gdk/FromEmbedderArgs.xml                    |   10 +-
 doc/en/Gdk/FromEmbedderHandler.xml                 |   12 +-
 doc/en/Gdk/Function.xml                            |  232 ---
 doc/en/Gdk/GC.xml                                  |  674 ------
 doc/en/Gdk/GCValues.xml                            |  337 ---
 doc/en/Gdk/GCValuesMask.xml                        |  258 ---
 doc/en/Gdk/Global.xml                              |   60 -
 doc/en/Gdk/Image.xml                               |  324 ---
 doc/en/Gdk/ImageType.xml                           |   63 -
 doc/en/Gdk/Input.xml                               |  108 -
 doc/en/Gdk/InputCondition.xml                      |   66 -
 doc/en/Gdk/InputFunction.xml                       |   27 -
 doc/en/Gdk/InvalidateMaybeRecurseChildFunc.xml     |   22 -
 doc/en/Gdk/JoinStyle.xml                           |   60 -
 doc/en/Gdk/Keymap.xml                              |    4 +-
 doc/en/Gdk/LineStyle.xml                           |   64 -
 doc/en/Gdk/OverlapType.xml                         |   63 -
 doc/en/Gdk/POINTBLOCK.xml                          |   34 -
 doc/en/Gdk/PangoAttrEmbossColor.xml                |   86 -
 doc/en/Gdk/PangoAttrEmbossed.xml                   |  154 --
 doc/en/Gdk/PangoAttrStipple.xml                    |  176 --
 doc/en/Gdk/PangoRenderer.xml                       |  170 --
 doc/en/Gdk/PickEmbeddedChildArgs.xml               |   10 +-
 doc/en/Gdk/PickEmbeddedChildHandler.xml            |   12 +-
 doc/en/Gdk/Pixbuf.xml                              |   12 +-
 doc/en/Gdk/Pixmap.xml                              |  434 ----
 doc/en/Gdk/PointerHooks.xml                        |   48 -
 doc/en/Gdk/Region.xml                              |  321 ---
 doc/en/Gdk/RegionBox.xml                           |  100 -
 doc/en/Gdk/Rgb.xml                                 |  224 --
 doc/en/Gdk/RgbCmap.xml                             |   89 -
 doc/en/Gdk/RgbDither.xml                           |   63 -
 doc/en/Gdk/ScanLineList.xml                        |   34 -
 doc/en/Gdk/ScanLineListBlock.xml                   |   34 -
 doc/en/Gdk/Screen.xml                              |    4 +-
 doc/en/Gdk/Segment.xml                             |  101 -
 doc/en/Gdk/SizePreparedHandler.xml                 |    4 +-
 doc/en/Gdk/Span.xml                                |   87 -
 doc/en/Gdk/SpanFunc.xml                            |   23 -
 doc/en/Gdk/Spawn.xml                               |  112 -
 doc/en/Gdk/SubwindowMode.xml                       |   50 -
 doc/en/Gdk/TextProperty.xml                        |   23 -
 doc/en/Gdk/ToEmbedderArgs.xml                      |   10 +-
 doc/en/Gdk/ToEmbedderHandler.xml                   |   12 +-
 doc/en/Gdk/Trapezoid.xml                           |  127 --
 doc/en/Gdk/Window.xml                              |   22 +-
 doc/en/Gdk/WindowClass.xml                         |   53 -
 doc/en/Gtk/AboutDialog.xml                         |    4 +-
 doc/en/Gtk/AboutDialogActivateLinkFunc.xml         |   37 -
 doc/en/Gtk/AccelMap.xml                            |   16 +-
 doc/en/Gtk/Action.xml                              |    6 +-
 doc/en/Gtk/ActivatableAdapter.xml                  |   48 +-
 doc/en/Gtk/ActivateLinkArgs.xml                    |   29 +-
 doc/en/Gtk/ActivateLinkHandler.xml                 |   31 +-
 doc/en/Gtk/AddEditableArgs.xml                     |   16 +-
 doc/en/Gtk/AddEditableHandler.xml                  |   12 +-
 doc/en/Gtk/AnchorType.xml                          |  230 --
 doc/en/Gtk/AppChooserAdapter.xml                   |   42 +-
 doc/en/Gtk/AppChooserButton.xml                    |   34 +-
 doc/en/Gtk/AppChooserDialog.xml                    |   36 +-
 doc/en/Gtk/AppChooserWidget.xml                    |   54 +-
 doc/en/Gtk/Application.xml                         |   12 +-
 doc/en/Gtk/ApplicationActivatedArgs.xml            |   16 +-
 doc/en/Gtk/ApplicationActivatedHandler.xml         |   12 +-
 doc/en/Gtk/ApplicationSelectedArgs.xml             |   16 +-
 doc/en/Gtk/ApplicationSelectedHandler.xml          |   12 +-
 doc/en/Gtk/Arg.xml                                 |  104 -
 doc/en/Gtk/Assistant.xml                           |   28 +-
 doc/en/Gtk/AttributesAppliedArgs.xml               |   16 +-
 doc/en/Gtk/AttributesAppliedHandler.xml            |   12 +-
 doc/en/Gtk/Box.xml                                 |    6 +-
 doc/en/Gtk/Builder.xml                             |   12 +-
 doc/en/Gtk/Button.xml                              |    6 +-
 doc/en/Gtk/CallbackMarshal.xml                     |   29 -
 doc/en/Gtk/CellArea.xml                            |   64 +-
 doc/en/Gtk/CellAreaBox.xml                         |   20 +-
 doc/en/Gtk/CellAreaContext.xml                     |   12 +-
 doc/en/Gtk/CellEditableAdapter.xml                 |   50 +-
 doc/en/Gtk/CellLayoutAdapter.xml                   |   50 +-
 doc/en/Gtk/CellLayoutDataFunc.xml                  |    6 +-
 doc/en/Gtk/CellRenderer.xml                        |   24 +-
 doc/en/Gtk/CellRendererAccel.xml                   |   20 +-
 doc/en/Gtk/CellRendererCombo.xml                   |   10 +-
 doc/en/Gtk/CellRendererPixbuf.xml                  |    6 +-
 doc/en/Gtk/CellRendererProgress.xml                |    6 +-
 doc/en/Gtk/CellRendererSpinner.xml                 |   12 +-
 doc/en/Gtk/CellView.xml                            |   14 +-
 doc/en/Gtk/ClientEventArgs.xml                     |   44 -
 doc/en/Gtk/ClientEventHandler.xml                  |   29 -
 doc/en/Gtk/Combo.xml                               |  375 ----
 doc/en/Gtk/ComboBox.xml                            |   46 +-
 doc/en/Gtk/ComboBoxEntry.xml                       |  145 --
 doc/en/Gtk/ComboBoxText.xml                        |   12 +-
 doc/en/Gtk/CreateWindowArgs.xml                    |   10 +-
 doc/en/Gtk/CreateWindowHandler.xml                 |   12 +-
 doc/en/Gtk/CssProvider.xml                         |   24 +-
 .../Gtk/CurrentParagraphAlignmentChangedArgs.xml   |   44 -
 .../CurrentParagraphAlignmentChangedHandler.xml    |   29 -
 .../Gtk/CurrentParagraphIndentationChangedArgs.xml |   44 -
 .../CurrentParagraphIndentationChangedHandler.xml  |   29 -
 doc/en/Gtk/CurrentParagraphStyleChangedArgs.xml    |   44 -
 doc/en/Gtk/CurrentParagraphStyleChangedHandler.xml |   29 -
 doc/en/Gtk/CursorMoveArgs.xml                      |   56 -
 doc/en/Gtk/CursorMoveHandler.xml                   |   29 -
 doc/en/Gtk/CursorOnMatchArgs.xml                   |   16 +-
 doc/en/Gtk/CursorOnMatchHandler.xml                |   12 +-
 doc/en/Gtk/Curve.xml                               |  309 ---
 doc/en/Gtk/CurveType.xml                           |   60 -
 doc/en/Gtk/CustomItemActivatedArgs.xml             |   10 +-
 doc/en/Gtk/CustomItemActivatedHandler.xml          |   12 +-
 doc/en/Gtk/CustomPaperUnixDialog.xml               |   12 +-
 doc/en/Gtk/CycleFocusArgs.xml                      |   10 +-
 doc/en/Gtk/CycleFocusHandler.xml                   |   12 +-
 doc/en/Gtk/DamageEventArgs.xml                     |   10 +-
 doc/en/Gtk/DamageEventHandler.xml                  |   12 +-
 doc/en/Gtk/DeletedTextArgs.xml                     |   10 +-
 doc/en/Gtk/DeletedTextHandler.xml                  |   12 +-
 doc/en/Gtk/DestroyNotify.xml                       |   24 -
 doc/en/Gtk/DisableDeviceArgs.xml                   |   44 -
 doc/en/Gtk/DisableDeviceHandler.xml                |   29 -
 doc/en/Gtk/DragFailedArgs.xml                      |   10 +-
 doc/en/Gtk/DragFailedHandler.xml                   |   12 +-
 doc/en/Gtk/Draw.xml                                |  691 -------
 doc/en/Gtk/DrawGdkArgs.xml                         |   84 -
 doc/en/Gtk/DrawGdkHandler.xml                      |   31 -
 doc/en/Gtk/DrawPrintArgs.xml                       |   45 -
 doc/en/Gtk/DrawPrintHandler.xml                    |   31 -
 doc/en/Gtk/DrawnArgs.xml                           |   10 +-
 doc/en/Gtk/DrawnHandler.xml                        |   12 +-
 doc/en/Gtk/EditableAdapter.xml                     |   50 +-
 doc/en/Gtk/EditingStartedArgs.xml                  |    6 +-
 doc/en/Gtk/EnableDeviceArgs.xml                    |   44 -
 doc/en/Gtk/EnableDeviceHandler.xml                 |   29 -
 doc/en/Gtk/Entry.xml                               |   44 +-
 doc/en/Gtk/EntryBuffer.xml                         |   20 +-
 doc/en/Gtk/EntryCompletion.xml                     |   41 +-
 doc/en/Gtk/ExposeEventArgs.xml                     |   44 -
 doc/en/Gtk/ExposeEventHandler.xml                  |   29 -
 doc/en/Gtk/FileChooserAdapter.xml                  |   84 +-
 doc/en/Gtk/FileChooserButton.xml                   |   58 +-
 doc/en/Gtk/FileChooserDialog.xml                   |   85 +-
 doc/en/Gtk/FileChooserWidget.xml                   |   54 +-
 doc/en/Gtk/FileSelection+FSButton.xml              |   45 -
 doc/en/Gtk/FileSelection.xml                       |  498 -----
 doc/en/Gtk/FocusChangedArgs.xml                    |   10 +-
 doc/en/Gtk/FocusChangedHandler.xml                 |   12 +-
 doc/en/Gtk/FocusHomeOrEndArgs.xml                  |   10 +-
 doc/en/Gtk/FocusHomeOrEndHandler.xml               |   12 +-
 doc/en/Gtk/FrameArgs.xml                           |   10 +-
 doc/en/Gtk/FrameEventArgs.xml                      |   44 -
 doc/en/Gtk/FrameEventHandler.xml                   |   29 -
 doc/en/Gtk/FrameHandler.xml                        |   12 +-
 doc/en/Gtk/Function.xml                            |   22 -
 doc/en/Gtk/GammaCurve.xml                          |   84 -
 doc/en/Gtk/Gc.xml                                  |   67 -
 doc/en/Gtk/Grid.xml                                |   18 +-
 doc/en/Gtk/HRuler.xml                              |   81 -
 doc/en/Gtk/HTML.xml                                | 2186 --------------------
 doc/en/Gtk/HTMLBeginFlags.xml                      |  104 -
 doc/en/Gtk/HTMLClassProperties.xml                 |   36 -
 doc/en/Gtk/HTMLCommandType.xml                     | 2052 ------------------
 doc/en/Gtk/HTMLCursorSkipType.xml                  |   81 -
 doc/en/Gtk/HTMLEditorAPI.xml                       |   48 -
 doc/en/Gtk/HTMLEditorEventType.xml                 |   71 -
 doc/en/Gtk/HTMLEmbedded.xml                        |  339 ---
 doc/en/Gtk/HTMLFontStyle.xml                       |  232 ---
 doc/en/Gtk/HTMLFontStyleShift.xml                  |  110 -
 doc/en/Gtk/HTMLParagraphAlignment.xml              |   58 -
 doc/en/Gtk/HTMLParagraphStyle.xml                  |  188 --
 doc/en/Gtk/HTMLPrintCalcHeight.xml                 |   27 -
 doc/en/Gtk/HTMLPrintCallback.xml                   |   33 -
 doc/en/Gtk/HTMLPrintDrawFunc.xml                   |   30 -
 doc/en/Gtk/HTMLSaveReceiverFn.xml                  |   26 -
 doc/en/Gtk/HTMLStream.xml                          |  176 --
 doc/en/Gtk/HTMLStreamCloseFunc.xml                 |   25 -
 doc/en/Gtk/HTMLStreamStatus.xml                    |   46 -
 doc/en/Gtk/HTMLStreamTypesFunc.xml                 |   24 -
 doc/en/Gtk/HTMLStreamWriteFunc.xml                 |   27 -
 doc/en/Gtk/{Activatable.xml => IActivatable.xml}   |    6 +-
 ...Implementor.xml => IActivatableImplementor.xml} |    6 +-
 doc/en/Gtk/{AppChooser.xml => IAppChooser.xml}     |   12 +-
 doc/en/Gtk/{CellEditable.xml => ICellEditable.xml} |   56 +-
 ...mplementor.xml => ICellEditableImplementor.xml} |   13 +-
 doc/en/Gtk/{CellLayout.xml => ICellLayout.xml}     |  114 +-
 ...tImplementor.xml => ICellLayoutImplementor.xml} |   20 +-
 doc/en/Gtk/{Editable.xml => IEditable.xml}         |  112 +-
 ...bleImplementor.xml => IEditableImplementor.xml} |   18 +-
 doc/en/Gtk/{FileChooser.xml => IFileChooser.xml}   |  575 ++---
 doc/en/Gtk/{Orientable.xml => IOrientable.xml}     |    6 +-
 ...eImplementor.xml => IOrientableImplementor.xml} |    6 +-
 ...ationPreview.xml => IPrintOperationPreview.xml} |   13 +-
 ...r.xml => IPrintOperationPreviewImplementor.xml} |   15 +-
 .../Gtk/{RecentChooser.xml => IRecentChooser.xml}  |   35 +-
 ...plementor.xml => IRecentChooserImplementor.xml} |   22 +-
 doc/en/Gtk/{Scrollable.xml => IScrollable.xml}     |    6 +-
 ...eImplementor.xml => IScrollableImplementor.xml} |    6 +-
 .../Gtk/{StyleProvider.xml => IStyleProvider.xml}  |    6 +-
 ...plementor.xml => IStyleProviderImplementor.xml} |    6 +-
 doc/en/Gtk/{ToolShell.xml => IToolShell.xml}       |    6 +-
 ...llImplementor.xml => IToolShellImplementor.xml} |    6 +-
 ...eeDragDestImplementor.xml => ITreeDragDest.xml} |   19 +-
 ...mplementor.xml => ITreeDragDestImplementor.xml} |   14 +-
 .../{TreeDragSource.xml => ITreeDragSource.xml}    |   45 +-
 ...lementor.xml => ITreeDragSourceImplementor.xml} |   15 +-
 doc/en/Gtk/{TreeModel.xml => ITreeModel.xml}       |  406 ++--
 ...elImplementor.xml => ITreeModelImplementor.xml} |   26 +-
 doc/en/Gtk/{TreeSortable.xml => ITreeSortable.xml} |   71 +-
 ...mplementor.xml => ITreeSortableImplementor.xml} |   15 +-
 doc/en/Gtk/IconPressArgs.xml                       |   10 +-
 doc/en/Gtk/IconPressHandler.xml                    |   12 +-
 doc/en/Gtk/IconReleaseArgs.xml                     |   10 +-
 doc/en/Gtk/IconReleaseHandler.xml                  |   12 +-
 doc/en/Gtk/IconTheme.xml                           |    6 +-
 doc/en/Gtk/IconView.xml                            |   36 +-
 doc/en/Gtk/IframeCreatedArgs.xml                   |   44 -
 doc/en/Gtk/IframeCreatedHandler.xml                |   29 -
 doc/en/Gtk/Image.xml                               |   24 +-
 doc/en/Gtk/InfoBar.xml                             |   20 +-
 doc/en/Gtk/Input.xml                               |   71 -
 doc/en/Gtk/InputDialog.xml                         |  186 --
 doc/en/Gtk/InsertedTextArgs.xml                    |   10 +-
 doc/en/Gtk/InsertedTextHandler.xml                 |   12 +-
 doc/en/Gtk/InsertionColorChangedArgs.xml           |   44 -
 doc/en/Gtk/InsertionColorChangedHandler.xml        |   29 -
 doc/en/Gtk/InsertionFontStyleChangedArgs.xml       |   44 -
 doc/en/Gtk/InsertionFontStyleChangedHandler.xml    |   29 -
 doc/en/Gtk/Item.xml                                |  219 --
 doc/en/Gtk/ItemFactory.xml                         |  546 -----
 doc/en/Gtk/ItemFactoryCallback.xml                 |   21 -
 doc/en/Gtk/ItemFactoryCallback1.xml                |   27 -
 doc/en/Gtk/ItemFactoryEntry.xml                    |  129 --
 doc/en/Gtk/Label.xml                               |    8 +-
 doc/en/Gtk/Layout.xml                              |    6 +-
 doc/en/Gtk/LinkButton.xml                          |   16 +-
 doc/en/Gtk/LinkButtonUriFunc.xml                   |   24 -
 doc/en/Gtk/LinkClickedArgs.xml                     |   44 -
 doc/en/Gtk/LinkClickedHandler.xml                  |   29 -
 doc/en/Gtk/ListStore.xml                           |   12 +-
 doc/en/Gtk/MatchSelectedArgs.xml                   |    6 +-
 doc/en/Gtk/MatchType.xml                           |  109 -
 doc/en/Gtk/Menu.xml                                |   20 +-
 doc/en/Gtk/MenuActivateArgs.xml                    |   10 +-
 doc/en/Gtk/MenuActivateHandler.xml                 |   12 +-
 doc/en/Gtk/MenuCallback.xml                        |   25 -
 doc/en/Gtk/MenuEntry.xml                           |  105 -
 doc/en/Gtk/MenuItem.xml                            |   14 +-
 doc/en/Gtk/MenuShell.xml                           |    8 +-
 doc/en/Gtk/MetricType.xml                          |   63 -
 doc/en/Gtk/ModifierStyle.xml                       |   16 +-
 doc/en/Gtk/MountOperation.xml                      |   12 +-
 doc/en/Gtk/MoveActiveArgs.xml                      |   10 +-
 doc/en/Gtk/MoveActiveHandler.xml                   |   12 +-
 doc/en/Gtk/MoveScrollArgs.xml                      |   10 +-
 doc/en/Gtk/MoveScrollHandler.xml                   |   12 +-
 doc/en/Gtk/MoveSelectedArgs.xml                    |   10 +-
 doc/en/Gtk/MoveSelectedHandler.xml                 |   12 +-
 doc/en/Gtk/MoveViewportArgs.xml                    |   10 +-
 doc/en/Gtk/MoveViewportHandler.xml                 |   12 +-
 doc/en/Gtk/NoExposeEventArgs.xml                   |   46 -
 doc/en/Gtk/NoExposeEventHandler.xml                |   29 -
 doc/en/Gtk/Notebook.xml                            |    8 +-
 doc/en/Gtk/NotebookWindowCreationFunc.xml          |   29 -
 doc/en/Gtk/NumerableIcon.xml                       |   30 +-
 doc/en/Gtk/Object.xml                              |  464 -----
 doc/en/Gtk/ObjectDeleteArgs.xml                    |   51 -
 doc/en/Gtk/ObjectDeleteHandler.xml                 |   24 -
 doc/en/Gtk/ObjectInsertedArgs.xml                  |   51 -
 doc/en/Gtk/ObjectInsertedHandler.xml               |   24 -
 doc/en/Gtk/ObjectRequestedArgs.xml                 |   46 -
 doc/en/Gtk/ObjectRequestedHandler.xml              |   31 -
 doc/en/Gtk/OffscreenWindow.xml                     |   12 +-
 doc/en/Gtk/OnCommandArgs.xml                       |   44 -
 doc/en/Gtk/OnCommandHandler.xml                    |   29 -
 doc/en/Gtk/OnUrlArgs.xml                           |   44 -
 doc/en/Gtk/OnUrlHandler.xml                        |   29 -
 doc/en/Gtk/OptionMenu.xml                          |  237 ---
 doc/en/Gtk/OrientableAdapter.xml                   |   48 +-
 doc/en/Gtk/PageHorizontallyArgs.xml                |   56 -
 doc/en/Gtk/PageHorizontallyHandler.xml             |   29 -
 doc/en/Gtk/PageSetup.xml                           |   12 +-
 doc/en/Gtk/PageSetupUnixDialog.xml                 |   12 +-
 doc/en/Gtk/Paned.xml                               |    6 +-
 doc/en/Gtk/PasteDoneArgs.xml                       |   10 +-
 doc/en/Gtk/PasteDoneHandler.xml                    |   12 +-
 doc/en/Gtk/PoppedDownArgs.xml                      |   10 +-
 doc/en/Gtk/PoppedDownHandler.xml                   |   12 +-
 doc/en/Gtk/PreeditChangedArgs.xml                  |   24 +-
 doc/en/Gtk/PreeditChangedHandler.xml               |   26 +-
 doc/en/Gtk/PreviewArgs.xml                         |    6 +-
 doc/en/Gtk/PreviewType.xml                         |   53 -
 doc/en/Gtk/PrintBackendError.xml                   |   27 -
 doc/en/Gtk/PrintContext.xml                        |   12 +-
 doc/en/Gtk/PrintFunc.xml                           |   26 -
 doc/en/Gtk/PrintOperation.xml                      |   77 +-
 doc/en/Gtk/PrintOperationPreviewAdapter.xml        |   50 +-
 doc/en/Gtk/PrintSettings.xml                       |   12 +-
 doc/en/Gtk/Printer.xml                             |   16 +-
 doc/en/Gtk/PrinterAddedArgs.xml                    |   41 -
 doc/en/Gtk/PrinterAddedHandler.xml                 |   28 -
 doc/en/Gtk/PrinterOption.xml                       |  180 --
 doc/en/Gtk/PrinterOptionSet.xml                    |  232 ---
 doc/en/Gtk/PrinterOptionSetFunc.xml                |   22 -
 doc/en/Gtk/PrinterOptionType.xml                   |  122 --
 doc/en/Gtk/PrinterOptionWidget.xml                 |  152 --
 doc/en/Gtk/PrinterRemovedArgs.xml                  |   41 -
 doc/en/Gtk/PrinterRemovedHandler.xml               |   28 -
 doc/en/Gtk/PrinterStatusChangedArgs.xml            |   41 -
 doc/en/Gtk/PrinterStatusChangedHandler.xml         |   28 -
 doc/en/Gtk/ProgressBar.xml                         |    6 +-
 doc/en/Gtk/ProgressBarOrientation.xml              |   72 -
 doc/en/Gtk/ProgressBarStyle.xml                    |   48 -
 doc/en/Gtk/QueryTooltipArgs.xml                    |   24 +-
 doc/en/Gtk/QueryTooltipHandler.xml                 |   26 +-
 doc/en/Gtk/Quit.xml                                |  128 --
 doc/en/Gtk/RadioAction.xml                         |    6 +-
 doc/en/Gtk/RadioButton.xml                         |   11 +-
 doc/en/Gtk/RadioMenuItem.xml                       |   38 +-
 doc/en/Gtk/RadioToolButton.xml                     |   65 +-
 doc/en/Gtk/RecentAction.xml                        |   25 +-
 doc/en/Gtk/RecentChooserAdapter.xml                |   57 +-
 doc/en/Gtk/RecentChooserDefault.xml                |   21 +-
 doc/en/Gtk/RecentChooserDialog.xml                 |   25 +-
 doc/en/Gtk/RecentChooserMenu.xml                   |   27 +-
 doc/en/Gtk/RecentChooserWidget.xml                 |   25 +-
 doc/en/Gtk/RecentFilter.xml                        |   12 +-
 doc/en/Gtk/RecentInfo.xml                          |   12 +-
 doc/en/Gtk/RecentManager.xml                       |   16 +-
 doc/en/Gtk/RedirectArgs.xml                        |   56 -
 doc/en/Gtk/RedirectHandler.xml                     |   29 -
 doc/en/Gtk/RemoveEditableArgs.xml                  |   16 +-
 doc/en/Gtk/RemoveEditableHandler.xml               |   12 +-
 doc/en/Gtk/RespondArgs.xml                         |   10 +-
 doc/en/Gtk/RespondHandler.xml                      |   12 +-
 doc/en/Gtk/Ruler.xml                               |  244 ---
 doc/en/Gtk/RulerMetric.xml                         |  113 -
 doc/en/Gtk/ScaleButton.xml                         |   30 +-
 doc/en/Gtk/ScrollAdjustmentsSetArgs.xml            |   80 -
 doc/en/Gtk/ScrollAdjustmentsSetHandler.xml         |   53 -
 doc/en/Gtk/ScrollArgs.xml                          |   68 -
 doc/en/Gtk/ScrollHandler.xml                       |   29 -
 doc/en/Gtk/ScrollableAdapter.xml                   |   48 +-
 doc/en/Gtk/Separator.xml                           |    6 +-
 doc/en/Gtk/SetBaseArgs.xml                         |   44 -
 doc/en/Gtk/SetBaseHandler.xml                      |   29 -
 doc/en/Gtk/SetBaseTargetArgs.xml                   |   44 -
 doc/en/Gtk/SetBaseTargetHandler.xml                |   29 -
 doc/en/Gtk/Settings.xml                            |    6 +-
 doc/en/Gtk/SideType.xml                            |   81 -
 doc/en/Gtk/SignalFunc.xml                          |   22 -
 doc/en/Gtk/SizeRequestedArgs.xml                   |   54 -
 doc/en/Gtk/SizeRequestedHandler.xml                |   29 -
 doc/en/Gtk/Spinner.xml                             |   12 +-
 doc/en/Gtk/StateFlagsChangedArgs.xml               |   10 +-
 doc/en/Gtk/StateFlagsChangedHandler.xml            |   12 +-
 doc/en/Gtk/StatusIcon.xml                          |   28 +-
 doc/en/Gtk/Style.xml                               |    5 +
 doc/en/Gtk/StyleContext.xml                        |   40 +-
 doc/en/Gtk/StyleProperties.xml                     |   18 +-
 doc/en/Gtk/StyleProviderAdapter.xml                |   48 +-
 doc/en/Gtk/SubmenuDirection.xml                    |   50 -
 doc/en/Gtk/SubmenuPlacement.xml                    |   50 -
 doc/en/Gtk/SubmitArgs.xml                          |   68 -
 doc/en/Gtk/SubmitHandler.xml                       |   29 -
 doc/en/Gtk/Switch.xml                              |   18 +-
 doc/en/Gtk/TargetPair.xml                          |  105 -
 doc/en/Gtk/TextBuffer.xml                          |    4 +-
 doc/en/Gtk/TextIter.xml                            |   26 +-
 doc/en/Gtk/TextView.xml                            |   22 +-
 doc/en/Gtk/ThemingEngine.xml                       |   12 +-
 doc/en/Gtk/Timeline.xml                            |   22 +-
 doc/en/Gtk/Timeout.xml                             |   97 -
 doc/en/Gtk/TitleChangedArgs.xml                    |   44 -
 doc/en/Gtk/TitleChangedHandler.xml                 |   29 -
 doc/en/Gtk/ToolItem.xml                            |    6 +-
 doc/en/Gtk/ToolItemGroup.xml                       |   18 +-
 doc/en/Gtk/ToolPalette.xml                         |   20 +-
 doc/en/Gtk/ToolShellAdapter.xml                    |   48 +-
 doc/en/Gtk/Toolbar.xml                             |   36 +-
 doc/en/Gtk/ToolbarChildType.xml                    |   90 -
 doc/en/Gtk/Tooltip.xml                             |   18 +-
 doc/en/Gtk/TooltipSetArgs.xml                      |   73 -
 doc/en/Gtk/TooltipSetHandler.xml                   |   31 -
 doc/en/Gtk/Tooltips.xml                            |  231 ---
 doc/en/Gtk/TooltipsData.xml                        |  165 --
 doc/en/Gtk/Tree.xml                                |   39 +-
 doc/en/Gtk/TreeCellDataFunc.xml                    |    4 +-
 doc/en/Gtk/TreeDragDest.xml                        |   63 -
 doc/en/Gtk/TreeDragDestAdapter.xml                 |   50 +-
 doc/en/Gtk/TreeDragSourceAdapter.xml               |   50 +-
 doc/en/Gtk/TreeIterCompareFunc.xml                 |    4 +-
 doc/en/Gtk/TreeMenu.xml                            |   22 +-
 doc/en/Gtk/TreeMenuHeaderFunc.xml                  |    4 +-
 doc/en/Gtk/TreeModelAdapter.xml                    |   50 +-
 doc/en/Gtk/TreeModelFilter.xml                     |   48 +-
 doc/en/Gtk/TreeModelFilterModifyFunc.xml           |    4 +-
 doc/en/Gtk/TreeModelFilterVisibleFunc.xml          |    4 +-
 doc/en/Gtk/TreeModelForeachFunc.xml                |    4 +-
 doc/en/Gtk/TreeModelSort.xml                       |   30 +-
 doc/en/Gtk/TreeRowReference.xml                    |   40 +-
 doc/en/Gtk/TreeSelection.xml                       |   35 +-
 doc/en/Gtk/TreeSelectionForeachFunc.xml            |    4 +-
 doc/en/Gtk/TreeSelectionFunc.xml                   |    4 +-
 doc/en/Gtk/TreeSortableAdapter.xml                 |   50 +-
 doc/en/Gtk/TreeStore.xml                           |   12 +-
 doc/en/Gtk/TreeView.xml                            |   38 +-
 doc/en/Gtk/TreeViewColumn.xml                      |   39 +-
 doc/en/Gtk/TreeViewRowSeparatorFunc.xml            |    4 +-
 doc/en/Gtk/TreeViewSearchEqualFunc.xml             |    4 +-
 doc/en/Gtk/UpdateCustomWidgetArgs.xml              |   10 +-
 doc/en/Gtk/UpdateCustomWidgetHandler.xml           |   12 +-
 doc/en/Gtk/UpdateType.xml                          |   64 -
 doc/en/Gtk/UrlRequestedArgs.xml                    |   56 -
 doc/en/Gtk/UrlRequestedHandler.xml                 |   29 -
 doc/en/Gtk/VRuler.xml                              |   81 -
 doc/en/Gtk/ValueChangedArgs.xml                    |   10 +-
 doc/en/Gtk/ValueChangedHandler.xml                 |   12 +-
 doc/en/Gtk/Viewport.xml                            |    6 +-
 doc/en/Gtk/VolumeButton.xml                        |   12 +-
 doc/en/Gtk/Widget.xml                              |  138 +-
 doc/en/Gtk/WidgetFlags.xml                         |  344 ---
 doc/en/Gtk/WidgetPath.xml                          |   12 +-
 doc/en/Gtk/Win32EmbedWidget.xml                    |   12 +-
 doc/en/Gtk/WindowGroup.xml                         |    6 +-
 doc/en/Gtk/WindowKeysForeachFunc.xml               |   29 -
 doc/en/index.xml                                   |  388 +---
 doc/en/ns-.xml                                     |    6 +
 gapi.xsd                                           |    1 +
 gdk/Keymap.cs                                      |    9 +-
 gdk/Makefile.in                                    |    8 +-
 gdk/Pixbuf.cs                                      |    5 +-
 generator/CallbackGen.cs                           |   10 +
 generator/ClassBase.cs                             |   21 +
 generator/ClassGen.cs                              |    3 +-
 generator/CodeGenerator.cs                         |    7 +-
 generator/Constant.cs                              |   87 +
 generator/FieldBase.cs                             |   39 +-
 generator/GObjectVM.cs                             |    2 +-
 generator/InterfaceGen.cs                          |   15 +-
 generator/LPUGen.cs                                |    2 +-
 generator/Makefile.am                              |   22 +-
 generator/Makefile.in                              |   30 +-
 generator/ManagedCallString.cs                     |   40 +-
 generator/Method.cs                                |   21 +-
 generator/MethodBody.cs                            |   21 +-
 generator/NativeStructGen.cs                       |  227 ++
 generator/ObjectField.cs                           |    2 +-
 generator/ObjectGen.cs                             |    6 +-
 generator/OpaqueGen.cs                             |    3 +-
 generator/Parameter.cs                             |   42 +
 generator/Parameters.cs                            |   58 +-
 generator/Parser.cs                                |   34 +-
 generator/ReturnValue.cs                           |   15 +-
 generator/Signal.cs                                |  107 +-
 generator/Signature.cs                             |   42 +
 generator/StructBase.cs                            |   73 +-
 generator/StructField.cs                           |   34 +-
 generator/SymbolTable.cs                           |   17 +
 generator/{ObjectField.cs => UnionGen.cs}          |   32 +-
 generator/VirtualMethod.cs                         |   19 +-
 {parser => generator}/gapi-fixup.cs                |   25 +-
 {parser => generator}/gapi3-fixup.in               |    0
 gio/Gio.metadata                                   |    7 +
 gio/Makefile.in                                    |    8 +-
 gio/glue/Makefile.in                               |    2 +-
 glib/Argv.cs                                       |   14 +-
 glib/Cond.cs                                       |   62 +
 glib/Date.cs                                       |  478 +++++
 glib/DateTime.cs                                   |  512 +++++
 glib/FileUtils.cs                                  |    4 +-
 glib/GException.cs                                 |    2 +-
 glib/GInterfaceAdapter.cs                          |    2 +-
 glib/GLibSharp.SourceDummyMarshalNative.cs         |   92 +
 glib/GLibSharp.SourceFuncNative.cs                 |   95 +
 glib/GString.cs                                    |    4 +-
 glib/GType.cs                                      |   22 +-
 glib/Global.cs                                     |   13 +-
 glib/IOChannel.cs                                  |   66 +-
 glib/Idle.cs                                       |    6 +-
 glib/InitiallyUnowned.cs                           |    8 +-
 glib/KeyFile.cs                                    |   89 +-
 glib/List.cs                                       |   12 +-
 glib/ListBase.cs                                   |    7 +-
 glib/Log.cs                                        |   18 +-
 glib/MainContext.cs                                |   26 +-
 glib/MainLoop.cs                                   |   12 +-
 glib/Makefile.am                                   |   21 +
 glib/Makefile.in                                   |   23 +-
 glib/ManagedValue.cs                               |    2 +-
 glib/Markup.cs                                     |    2 +-
 glib/Marshaller.cs                                 |  173 +-
 glib/Mutex.cs                                      |   55 +
 glib/NotifyHandler.cs                              |    2 +-
 glib/Object.cs                                     |   48 +-
 glib/ObjectManager.cs                              |    2 +-
 glib/ParamSpec.cs                                  |   38 +-
 glib/PollFD.cs                                     |   67 +
 glib/PtrArray.cs                                   |   21 +-
 glib/RecMutex.cs                                   |   55 +
 glib/SList.cs                                      |   12 +-
 glib/Signal.cs                                     |   18 +-
 glib/SignalClosure.cs                              |   16 +-
 glib/Source.cs                                     |  349 +++-
 glib/SourceCallbackFuncs.cs                        |   44 +
 glib/SourceDummyMarshal.cs                         |   10 +
 glib/SourceFunc.cs                                 |   10 +
 glib/SourceFuncs.cs                                |   46 +
 glib/Spawn.cs                                      |   22 +-
 glib/Thread.cs                                     |    6 +-
 glib/TimeVal.cs                                    |  105 +
 glib/TimeZone.cs                                   |  146 ++
 glib/Timeout.cs                                    |    8 +-
 glib/ToggleRef.cs                                  |   12 +-
 glib/Value.cs                                      |  118 +-
 glib/ValueArray.cs                                 |   18 +-
 glib/Variant.cs                                    |   44 +-
 glib/VariantType.cs                                |   52 +-
 gtk/Application.cs                                 |    4 +-
 gtk/Gtk.metadata                                   |    5 +-
 gtk/IconSet.cs                                     |    5 +-
 gtk/Makefile.in                                    |    8 +-
 gtk/SelectionData.cs                               |    5 +-
 gtk/glue/Makefile.in                               |    2 +-
 gtk/gui-thread-check/Makefile.in                   |    2 +-
 gtk/gui-thread-check/profiler/Makefile.in          |    2 +-
 gtk/gui-thread-check/profiler/gui-thread-check.c   |    7 +-
 gtkdotnet/Makefile.in                              |    2 +-
 ltmain.sh                                          |    4 +-
 pango/Context.cs                                   |    5 +-
 pango/Coverage.cs                                  |    5 +-
 pango/FontFamily.cs                                |    5 +-
 pango/FontMap.cs                                   |    5 +-
 pango/Layout.cs                                    |    5 +-
 pango/LayoutLine.cs                                |    2 +-
 pango/Makefile.in                                  |    8 +-
 pango/TabArray.cs                                  |    7 +-
 pango/glue/Makefile.in                             |    2 +-
 parser/Makefile.am                                 |   12 +-
 parser/Makefile.in                                 |   21 +-
 sample/CairoPng.cs                                 |   76 +
 sample/GtkDemo/Makefile.in                         |    2 +-
 sample/Makefile.am                                 |    6 +-
 sample/Makefile.in                                 |    8 +-
 sample/ManagedTreeViewDemo.cs                      |    2 +-
 sample/Scribble.cs                                 |    4 +
 sample/Subclass.cs                                 |    2 +-
 sample/gio/Makefile.in                             |    2 +-
 sample/gtk-gio/Makefile.in                         |    2 +-
 sample/opaquetest/Makefile.am                      |    2 +-
 sample/opaquetest/Makefile.in                      |    4 +-
 sample/pixmaps/Makefile.in                         |    2 +-
 sample/test/Makefile.in                            |    2 +-
 sample/valtest/Makefile.in                         |    2 +-
 sources/Makefile.in                                |    2 +-
 938 files changed, 16620 insertions(+), 34102 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gtk-sharp3.git



More information about the Pkg-cli-libs-commits mailing list