diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2011-03-10 13:25:55 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2011-03-10 13:25:55 +0100 |
commit | 3b3faee6d2299d1554cfc27e829bef7f5775ce62 (patch) | |
tree | 1c64cc647c42c003473a336c0f40fe07e731385f /gdk/Makefile.am | |
parent | f3cd3c3dd00bcca96c0e223ea836456215ad07d1 (diff) | |
download | gtk+-3b3faee6d2299d1554cfc27e829bef7f5775ce62.tar.gz |
Fix gdk_keyval_name() and gdk_keyval_from_name() annotations
Backport annotations from master (which fixes the keyval_name() crash due to
the wrong default transfer annotation), and ensure that the g-ir-scanner
includes them.
https://launchnpad.net/bugs/732484
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 06de1a4338..a6cfc47ebf 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -193,6 +193,7 @@ if HAVE_INTROSPECTION introspection_files = \ $(filter-out gdkkeysyms-compat.h, $(gdk_public_h_sources)) \ $(gdk_c_sources) \ + gdkkeynames.c \ gdkenumtypes.c \ gdkenumtypes.h |