~ubuntu-branches/debian/sid/link-monitor-applet/sid

« back to all changes in this revision

Viewing changes to build/src/lm-bar-graph-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Adriaan Peeters
  • Date: 2008-03-30 22:26:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080330222613-5aubcuo9mgg2n7st
Tags: upstream-3.0
ImportĀ upstreamĀ versionĀ 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Generated by GOB (v2.0.15)   (do not edit directly) */
 
2
 
 
3
#ifndef __LM_BAR_GRAPH_PRIVATE_H__
 
4
#define __LM_BAR_GRAPH_PRIVATE_H__
 
5
 
 
6
#include "lm-bar-graph.h"
 
7
 
 
8
#ifdef __cplusplus
 
9
extern "C" {
 
10
#endif /* __cplusplus */
 
11
 
 
12
struct _LMBarGraphPrivate {
 
13
#line 49 "src/lm-bar-graph.gob"
 
14
        LMApplet * applet;
 
15
#line 52 "src/lm-bar-graph.gob"
 
16
        LMBarGraphOrientation orientation;
 
17
#line 18 "lm-bar-graph-private.h"
 
18
};
 
19
 
 
20
#ifdef __cplusplus
 
21
}
 
22
#endif /* __cplusplus */
 
23
 
 
24
#endif