| 89 /* This one should open your web browser of choice. */ |
89 /* This one should open your web browser of choice. */ |
| 90 purple_notify_uri(notify_example, "https://www.pidgin.im/"); |
90 purple_notify_uri(notify_example, "https://www.pidgin.im/"); |
| 91 } |
91 } |
| 92 |
92 |
| 93 static GList * |
93 static GList * |
| 94 plugin_actions(PurplePlugin *plugin, gpointer context) |
94 plugin_actions(PurplePlugin *plugin) |
| 95 { |
95 { |
| 96 GList *actions = NULL; |
96 GList *actions = NULL; |
| 97 |
97 |
| 98 /* Here we take advantage of return values to avoid the need for a temp variable */ |
98 /* Here we take advantage of return values to avoid the need for a temp variable */ |
| 99 actions = g_list_prepend(actions, |
99 actions = g_list_prepend(actions, |