| 14 |
14 |
| 15 static void |
15 static void |
| 16 echo_hi(GaimConnection *gc) |
16 echo_hi(GaimConnection *gc) |
| 17 { |
17 { |
| 18 /* this doesn't do much, just lets you know who we are :) */ |
18 /* this doesn't do much, just lets you know who we are :) */ |
| 19 gaim_gtkdialogs_about(NULL, NULL); |
19 gaim_gtkdialogs_about(); |
| 20 } |
20 } |
| 21 |
21 |
| 22 static gboolean |
22 static gboolean |
| 23 reverse(GaimAccount *account, char **who, char **message, |
23 reverse(GaimAccount *account, char **who, char **message, |
| 24 GaimConversation *conv, int *flags) |
24 GaimConversation *conv, int *flags) |
| 104 plugin_load, /**< load */ |
104 plugin_load, /**< load */ |
| 105 NULL, /**< unload */ |
105 NULL, /**< unload */ |
| 106 NULL, /**< destroy */ |
106 NULL, /**< destroy */ |
| 107 |
107 |
| 108 NULL, /**< ui_info */ |
108 NULL, /**< ui_info */ |
| 109 NULL /**< extra_info */ |
109 NULL, /**< extra_info */ |
| |
110 NULL, /**< prefs_info */ |
| |
111 NULL /**< actions */ |
| 110 }; |
112 }; |
| 111 |
113 |
| 112 static void |
114 static void |
| 113 init_plugin(GaimPlugin *plugin) |
115 init_plugin(GaimPlugin *plugin) |
| 114 { |
116 { |