diff options
-rw-r--r-- | bindings/vala/appindicator-0.1-custom.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/vala/appindicator-0.1-custom.vala b/bindings/vala/appindicator-0.1-custom.vala index 96152a2..9fa51eb 100644 --- a/bindings/vala/appindicator-0.1-custom.vala +++ b/bindings/vala/appindicator-0.1-custom.vala @@ -23,7 +23,7 @@ */ namespace AppIndicator { - [CCode (type_check_function = "IS_APP_INDICATOR")] + [CCode (type_check_function = "IS_APP_INDICATOR", type_id = "app_indicator_get_type ()")] public class Indicator : GLib.Object { } } |