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

« back to all changes in this revision

Viewing changes to build/src/lm-applet-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_APPLET_PRIVATE_H__
 
4
#define __LM_APPLET_PRIVATE_H__
 
5
 
 
6
#include "lm-applet.h"
 
7
 
 
8
#ifdef __cplusplus
 
9
extern "C" {
 
10
#endif /* __cplusplus */
 
11
 
 
12
 
 
13
#line 26 "src/lm-applet.gob"
 
14
 
 
15
#include <gtk/gtk.h>
 
16
 
 
17
#line 18 "lm-applet-private.h"
 
18
struct _LMAppletPrivate {
 
19
#line 132 "src/lm-applet.gob"
 
20
        GArray * host_colors;
 
21
#line 139 "src/lm-applet.gob"
 
22
        GtkSizeGroup * tooltip_flag_size_group;
 
23
#line 141 "src/lm-applet.gob"
 
24
        GtkWidget * preferences_dialog;
 
25
#line 142 "src/lm-applet.gob"
 
26
        GtkWidget * about_dialog;
 
27
#line 144 "src/lm-applet.gob"
 
28
        unsigned int reconfigure_timeout_id;
 
29
#line 30 "lm-applet-private.h"
 
30
};
 
31
 
 
32
#ifdef __cplusplus
 
33
}
 
34
#endif /* __cplusplus */
 
35
 
 
36
#endif