~midori/midori/fix-1094858

« back to all changes in this revision

Viewing changes to katze/katze-separatoraction.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:
36
36
typedef struct _KatzeSeparatorActionClass    KatzeSeparatorActionClass;
37
37
 
38
38
GType
39
 
katze_separator_action_get_type              (void);
 
39
katze_separator_action_get_type              (void) G_GNUC_CONST;
40
40
 
41
41
G_END_DECLS
42
42