libpurple/plugins/notify_example.c

branch
soc.2013.gobjectification.plugins
changeset 36742
5d43951cabc0
parent 36741
c96edeed7ea7
child 36782
64936dae41a3
equal deleted inserted replaced
36741:c96edeed7ea7 36742:5d43951cabc0
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,

mercurial