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

« back to all changes in this revision

Viewing changes to dee/dee-peer.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:
94
94
 *
95
95
 * Return value: the #GType of #DeePeer
96
96
 **/
97
 
GType             dee_peer_get_type         (void) G_GNUC_CONST;
 
97
GType             dee_peer_get_type         (void);
98
98
 
99
99
DeePeer*          dee_peer_new              (const gchar* swarm_name);
100
100