| 150 0, /**< flags */ |
150 0, /**< flags */ |
| 151 NULL, /**< dependencies */ |
151 NULL, /**< dependencies */ |
| 152 GAIM_PRIORITY_DEFAULT, /**< priority */ |
152 GAIM_PRIORITY_DEFAULT, /**< priority */ |
| 153 |
153 |
| 154 "dbus-example", /**< id */ |
154 "dbus-example", /**< id */ |
| 155 N_("DBus"), /**< name */ |
155 N_("DBus Example"), /**< name */ |
| 156 VERSION, /**< version */ |
156 VERSION, /**< version */ |
| 157 /** summary */ |
157 /** summary */ |
| 158 N_("DBus Plugin Example"), |
158 N_("DBus Plugin Example"), |
| 159 /** description */ |
159 /** description */ |
| 160 N_("DBus Plugin Example"), |
160 N_("DBus Plugin Example"), |