| 129 gaim_perl_get_plugin_frame(GaimPlugin *plugin) |
129 gaim_perl_get_plugin_frame(GaimPlugin *plugin) |
| 130 { |
130 { |
| 131 /* Sets up the Perl Stack for our call back into the script to run the |
131 /* Sets up the Perl Stack for our call back into the script to run the |
| 132 * plugin_pref... sub */ |
132 * plugin_pref... sub */ |
| 133 GaimPluginPrefFrame *ret_frame; |
133 GaimPluginPrefFrame *ret_frame; |
| |
134 int count; |
| 134 dSP; |
135 dSP; |
| 135 int count; |
|
| 136 |
136 |
| 137 ENTER; |
137 ENTER; |
| 138 SAVETMPS; |
138 SAVETMPS; |
| 139 /* Some perl magic to run perl_plugin_pref_frame_SV perl sub and |
139 /* Some perl magic to run perl_plugin_pref_frame_SV perl sub and |
| 140 * return the frame */ |
140 * return the frame */ |