|
2 | 2 | <!-- This file was automatically generated from C sources - DO NOT EDIT! |
3 | 3 | To affect the contents of this file, edit the original C definitions, |
4 | 4 | and/or use gtk-doc annotations. --> |
5 | | -<repository xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0" version="1.2"> |
| 5 | +<repository xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:doc="http://www.gtk.org/introspection/doc/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0" version="1.2"> |
6 | 6 | <include name="GLib" version="2.0"/> |
7 | 7 | <package name="gobject-2.0"/> |
8 | 8 | <c:include name="glib-object.h"/> |
| 9 | + <doc:format name="gi-docgen"/> |
9 | 10 | <namespace name="GObject" version="2.0" shared-library="libgobject-2.0.so.0" c:identifier-prefixes="G" c:symbol-prefixes="gobject,g"> |
10 | 11 | <alias name="SignalCMarshaller" c:type="GSignalCMarshaller"> |
11 | 12 | <doc xml:space="preserve">This is the signature of marshaller functions, required to marshall |
@@ -9974,19 +9975,22 @@ You may not attach these to signals created with the %G_SIGNAL_NO_HOOKS flag.</d |
9974 | 9975 | <member name="no_hooks" value="64" c:identifier="G_SIGNAL_NO_HOOKS"> |
9975 | 9976 | <doc xml:space="preserve">No emissions hooks are supported for this signal.</doc> |
9976 | 9977 | </member> |
9977 | | - <member name="must_collect" value="128" c:identifier="G_SIGNAL_MUST_COLLECT"> |
9978 | | - <doc xml:space="preserve">Varargs signal emission will always collect the |
9979 | | - arguments, even if there are no signal handlers connected. Since 2.30.</doc> |
| 9978 | + <member name="must_collect" value="128" c:identifier="G_SIGNAL_MUST_COLLECT" version="2.30"> |
| 9979 | + <doc xml:space="preserve">Varargs signal emission will always collect the arguments, even if there |
| 9980 | +are no signal handlers connected.</doc> |
9980 | 9981 | </member> |
9981 | | - <member name="deprecated" value="256" c:identifier="G_SIGNAL_DEPRECATED"> |
9982 | | - <doc xml:space="preserve">The signal is deprecated and will be removed |
9983 | | - in a future version. A warning will be generated if it is connected while |
9984 | | - running with G_ENABLE_DIAGNOSTIC=1. Since 2.32.</doc> |
| 9982 | + <member name="deprecated" value="256" c:identifier="G_SIGNAL_DEPRECATED" version="2.32"> |
| 9983 | + <doc xml:space="preserve">The signal is deprecated and will be removed in a future version. |
| 9984 | + |
| 9985 | +A warning will be generated if it is connected while running with |
| 9986 | +`G_ENABLE_DIAGNOSTIC=1`.</doc> |
9985 | 9987 | </member> |
9986 | | - <member name="accumulator_first_run" value="131072" c:identifier="G_SIGNAL_ACCUMULATOR_FIRST_RUN"> |
9987 | | - <doc xml:space="preserve">Only used in #GSignalAccumulator accumulator |
9988 | | - functions for the #GSignalInvocationHint::run_type field to mark the first |
9989 | | - call to the accumulator function for a signal emission. Since 2.68.</doc> |
| 9988 | + <member name="accumulator_first_run" value="131072" c:identifier="G_SIGNAL_ACCUMULATOR_FIRST_RUN" version="2.68"> |
| 9989 | + <doc xml:space="preserve">The signal accumulator was invoked for the first time. |
| 9990 | + |
| 9991 | +This flag is only used in [ [email protected]][accumulator functions] |
| 9992 | +for the `run_type` field of the [ [email protected]], to |
| 9993 | +mark the first call to the accumulator function for a signal emission.</doc> |
9990 | 9994 | </member> |
9991 | 9995 | </bitfield> |
9992 | 9996 | <class name="SignalGroup" c:symbol-prefix="signal_group" c:type="GSignalGroup" version="2.72" parent="Object" glib:type-name="GSignalGroup" glib:get-type="g_signal_group_get_type"> |
|
0 commit comments