~midori/midori/fix-1094858

« back to all changes in this revision

Viewing changes to katze/katze-scrolled.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:
48
48
};
49
49
 
50
50
GType
51
 
katze_scrolled_get_type         (void);
 
51
katze_scrolled_get_type         (void) G_GNUC_CONST;
52
52
 
53
53
GtkWidget*
54
54
katze_scrolled_new              (GtkAdjustment* hadjustment,