diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2021-10-05 10:39:49 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2021-10-05 10:39:49 +0200 |
commit | f042c043a776e72ab95f4efa626ce942b5fc1c19 (patch) | |
tree | 7baf7370c3c4435af7c44fa4b41eb87da344fe5e /glib/src/glib_extra_objects.defs | |
parent | e93e7d00ee196d2b867e6b0e3f8fa2615f18708c (diff) | |
download | glibmm-f042c043a776e72ab95f4efa626ce942b5fc1c19.tar.gz |
Glib, Gio: Regenerate docs.xml and .defs files
using gtk files from glib 2.70.0.
And update gio_docs_override.xml and glib_extra_objects.defs.
Diffstat (limited to 'glib/src/glib_extra_objects.defs')
-rw-r--r-- | glib/src/glib_extra_objects.defs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glib/src/glib_extra_objects.defs b/glib/src/glib_extra_objects.defs index 2171e9e0..0bf01b3b 100644 --- a/glib/src/glib_extra_objects.defs +++ b/glib/src/glib_extra_objects.defs @@ -6,6 +6,12 @@ ; that are mentioned in documentation text. ; (DocsParser.pm:substitute_function(), which uses GtkDefs.pm:lookup_object().) +(define-object Binding + (in-module "Glib") + (c-name "GBinding") + (gtype-id "G_TYPE_BINDING") +) + (define-object ByteArray (in-module "Glib") (c-name "GByteArray") |