comparison pidgin/plugins/timestamp_format.c @ 16678:3d41d0d7fb9b

Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:34:04 +0000
parents 765cfc73182f
children 422bcef3154c
comparison
equal deleted inserted replaced
16677:30829e806dae 16678:3d41d0d7fb9b
124 } 124 }
125 125
126 static PurplePluginUiInfo prefs_info = { 126 static PurplePluginUiInfo prefs_info = {
127 get_plugin_pref_frame, 127 get_plugin_pref_frame,
128 0, /* page num (Reserved) */ 128 0, /* page num (Reserved) */
129 NULL /* frame (Reserved) */ 129 NULL,/* frame (Reserved) */
130
131 /* padding */
132 NULL,
133 NULL,
134 NULL,
135 NULL
130 }; 136 };
131 137
132 static PurplePluginInfo info = 138 static PurplePluginInfo info =
133 { 139 {
134 PURPLE_PLUGIN_MAGIC, 140 PURPLE_PLUGIN_MAGIC,
157 NULL, /**< destroy */ 163 NULL, /**< destroy */
158 164
159 NULL, /**< ui_info */ 165 NULL, /**< ui_info */
160 NULL, /**< extra_info */ 166 NULL, /**< extra_info */
161 &prefs_info, /**< prefs_info */ 167 &prefs_info, /**< prefs_info */
162 NULL /**< actions */ 168 NULL, /**< actions */
169
170 /* padding */
171 NULL,
172 NULL,
173 NULL,
174 NULL
163 }; 175 };
164 176
165 static void 177 static void
166 init_plugin(PurplePlugin *plugin) 178 init_plugin(PurplePlugin *plugin)
167 { 179 {