introspection: Add annotations

Reduce the amount of warnings coming from g-ir-scanner.
This commit is contained in:
Emmanuele Bassi
2010-09-03 12:14:50 +01:00
parent 67792b8750
commit 3e74f42f07
16 changed files with 61 additions and 36 deletions

View File

@ -984,7 +984,8 @@ connect_each_object (gpointer key,
* This function allows to control how the signal handlers are
* going to be connected to their respective signals. It is meant
* primarily for language bindings to allow resolving the function
* names using the native API.
* names using the native API, but it can also be used on platforms
* that do not support GModule.
*
* Applications should use clutter_script_connect_signals().
*