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

« back to all changes in this revision

Viewing changes to build/src/lm-cell-renderer-color-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_CELL_RENDERER_COLOR_PRIVATE_H__
 
4
#define __LM_CELL_RENDERER_COLOR_PRIVATE_H__
 
5
 
 
6
#include "lm-cell-renderer-color.h"
 
7
 
 
8
#ifdef __cplusplus
 
9
extern "C" {
 
10
#endif /* __cplusplus */
 
11
 
 
12
struct _LMCellRendererColorPrivate {
 
13
#line 33 "src/lm-cell-renderer-color.gob"
 
14
        GdkGC * gc;
 
15
#line 35 "src/lm-cell-renderer-color.gob"
 
16
        gboolean has_color;
 
17
#line 36 "src/lm-cell-renderer-color.gob"
 
18
        GdkColor color;
 
19
#line 20 "lm-cell-renderer-color-private.h"
 
20
};
 
21
 
 
22
#ifdef __cplusplus
 
23
}
 
24
#endif /* __cplusplus */
 
25
 
 
26
#endif