~charlesk/libappindicator/lp-1083425

« back to all changes in this revision

Viewing changes to bindings/vala/appindicator-0.1-custom.vala

  • Committer: Lars Uebernickel
  • Date: 2012-10-11 10:47:03 UTC
  • mfrom: (243.1.1 libappindicator)
  • Revision ID: lars.uebernickel@canonical.com-20121011104703-ffhqidu9ee03q9ub
Merge lp:~robert-ancell/libappindicator/lp-1065310

Fix Vala classes not being able to inherit from Indicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
*/
24
24
 
25
25
namespace AppIndicator {
26
 
  [CCode (type_check_function = "IS_APP_INDICATOR")]
 
26
  [CCode (type_check_function = "IS_APP_INDICATOR", type_id = "app_indicator_get_type ()")]
27
27
  public class Indicator : GLib.Object {
28
28
  }
29
29
}