comparison: plugins/idle.c
plugins/idle.c
- changeset 9943
- b54a762f60fa
- parent 9015
- 3c27e9074fa2
- child 11033
- dc68e074f10d
equal
deleted
inserted
replaced
| 8 #include "connection.h" |
8 #include "connection.h" |
| 9 #include "debug.h" |
9 #include "debug.h" |
| 10 #include "plugin.h" |
10 #include "plugin.h" |
| 11 #include "request.h" |
11 #include "request.h" |
| 12 #include "server.h" |
12 #include "server.h" |
| |
13 #include "version.h" |
| 13 |
14 |
| 14 #define IDLE_PLUGIN_ID "gtk-idle" |
15 #define IDLE_PLUGIN_ID "gtk-idle" |
| 15 |
16 |
| 16 |
17 |
| 17 static void |
18 static void |
| 83 } |
84 } |
| 84 |
85 |
| 85 |
86 |
| 86 static GaimPluginInfo info = |
87 static GaimPluginInfo info = |
| 87 { |
88 { |
| 88 GAIM_PLUGIN_API_VERSION, |
89 GAIM_PLUGIN_MAGIC, |
| |
90 GAIM_MAJOR_VERSION, |
| |
91 GAIM_MINOR_VERSION, |
| 89 GAIM_PLUGIN_STANDARD, |
92 GAIM_PLUGIN_STANDARD, |
| 90 NULL, |
93 NULL, |
| 91 0, |
94 0, |
| 92 NULL, |
95 NULL, |
| 93 GAIM_PRIORITY_DEFAULT, |
96 GAIM_PRIORITY_DEFAULT, |