~ubuntu-branches/ubuntu/oneiric/cairo-dock/oneiric

« back to all changes in this revision

Viewing changes to src/implementations/cairo-dock-graph.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-09-07 20:31:25 UTC
  • mto: (18.1.1 cairo-dock) (19.1.1 cairo-dock)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100907203125-a91ch8odv2r6ziic
Tags: upstream-2.2.0~0rc1
ImportĀ upstreamĀ versionĀ 2.2.0~0rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
/**
31
31
*@file cairo-dock-graph.h This class defines the Graph, which derives from the DataRenderer.
32
 
* All you need to know is the attributes that define a Graph, the API to use is the common API for DataRenderer, i ncairo-dock-data-renderer.h.
33
 
*/ 
 
32
* All you need to know is the attributes that define a Graph, the API to use is the common API for DataRenderer, defined in cairo-dock-data-renderer.h.
 
33
*/
34
34
 
35
35
/// Types of graph.
36
36
typedef enum {
80
80
        } CairoDockGraph;
81
81
 
82
82
 
83
 
CairoDockGraph *cairo_dock_new_graph (void);
 
83
void cairo_dock_register_data_renderer_graph (void);
84
84
 
85
85
 
86
86
G_END_DECLS