]> Pileus Git - ~andy/gtk/blobdiff - docs/CODING-STYLE
stylecontext: Do invalidation on first resize container
[~andy/gtk] / docs / CODING-STYLE
index 7b2e8f23fd54e52bf05298c922e00dd8689566e1..ae6e9fbc7c223e93b4049fe2f46f1db6134a5ee2 100644 (file)
@@ -421,10 +421,10 @@ definitions should be vertically aligned in three columns:
 The maximum width of each column is given by the longest element in the
 column:
 
-  void                  gtk_type_set_property (GtkType      *type,
-                                               const gchar  *value,
-                                               GError      **error);
-  G_CONST_RETURN gchar *gtk_type_get_property (GtkType      *type);
+  void         gtk_type_set_property (GtkType      *type,
+                                      const gchar  *value,
+                                      GError      **error);
+  const gchar *gtk_type_get_property (GtkType      *type);
 
 It is also possible to align the columns to the next tab: