~kamstrup/dee/shared-model-txn-notify

« back to all changes in this revision

Viewing changes to dee/dee-serializable.h

  • Committer: Tarmac
  • Author(s): Mikkel Kamstrup Erlandsen
  • Date: 2011-12-14 15:38:29 UTC
  • mfrom: (318.1.2 filter-models-ng)
  • Revision ID: tarmac-20111214153829-hsbv17prnd82gv4g
Remove  G_GNUC_CONST for all dee_*_get_type() functions. It is outright wrong to put that on get_type() function and have just been dragged on since forever in fear of breaking ABI.

Also fixes some compilation warnings in the test suite. Fixes: . Appoved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  void     (*_dee_serializable_5) (void);
74
74
};
75
75
 
76
 
GType           dee_serializable_get_type          (void) G_GNUC_CONST;
 
76
GType           dee_serializable_get_type          (void);
77
77
 
78
78
void            dee_serializable_register_parser   (GType                     type,
79
79
                                                    const GVariantType       *vtype,