~kalikiana/midori/beetle

« back to all changes in this revision

Viewing changes to midori/midori-extension.h

  • Committer: Christian Dywan
  • Date: 2010-01-17 17:14:48 UTC
  • Revision ID: git-v1:2d8c8bebf57f9a8f6aaa0a52ca98a1620918bac8
Add G_GNUC_CONST to all Midori type functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
};
47
47
 
48
48
GType
49
 
midori_extension_get_type            (void);
 
49
midori_extension_get_type            (void) G_GNUC_CONST;
50
50
 
51
51
gboolean
52
52
midori_extension_is_prepared         (MidoriExtension* extension);