| 114 "Gary Kramlich <amc_grim@users.sf.net>", |
114 "Gary Kramlich <amc_grim@users.sf.net>", |
| 115 NULL |
115 NULL |
| 116 }; |
116 }; |
| 117 |
117 |
| 118 return purple_plugin_info_new( |
118 return purple_plugin_info_new( |
| 119 "id", "core-pluginpref_example", |
119 "id", "core-pluginpref_example", |
| 120 "name", "Pluginpref Example", |
120 "name", "Pluginpref Example", |
| 121 "version", DISPLAY_VERSION, |
121 "version", DISPLAY_VERSION, |
| 122 "category", "Example", |
122 "category", "Example", |
| 123 "summary", "An example of how to use pluginprefs", |
123 "summary", "An example of how to use pluginprefs", |
| 124 "description", "An example of how to use pluginprefs", |
124 "description", "An example of how to use pluginprefs", |
| 125 "authors", authors, |
125 "authors", authors, |
| 126 "website", PURPLE_WEBSITE, |
126 "website", PURPLE_WEBSITE, |
| 127 "abi-version", PURPLE_ABI_VERSION, |
127 "abi-version", PURPLE_ABI_VERSION, |
| 128 "preferences-frame", get_plugin_pref_frame, |
128 "pref-frame-cb", get_plugin_pref_frame, |
| 129 NULL |
129 NULL |
| 130 ); |
130 ); |
| 131 } |
131 } |
| 132 |
132 |
| 133 static gboolean |
133 static gboolean |