~midori/midori/fix-1094858

« back to all changes in this revision

Viewing changes to katze/katze-item.h

  • Committer: Christian Dywan
  • Date: 2010-01-17 17:14:48 UTC
  • Revision ID: git-v1:07d4964e90da03173f302c1fda8379a30fc60e5c
Add G_GNUC_CONST to all Katze type functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
};
57
57
 
58
58
GType
59
 
katze_item_get_type               (void);
 
59
katze_item_get_type               (void) G_GNUC_CONST;
60
60
 
61
61
KatzeItem*
62
62
katze_item_new                    (void);