libpurple/plugins/helloworld.c

branch
soc.2013.gobjectification.plugins
changeset 36794
ab220f8db631
parent 36790
224906e4600c
child 36801
70047858a8fd
equal deleted inserted replaced
36793:c220f2cdca01 36794:ab220f8db631
43 # endif 43 # endif
44 #endif 44 #endif
45 45
46 #include <notify.h> 46 #include <notify.h>
47 #include <plugins.h> 47 #include <plugins.h>
48 #include <version.h>
49 48
50 /* This function is the callback for the plugin action we added. All we're 49 /* This function is the callback for the plugin action we added. All we're
51 * doing here is displaying a message. When the user selects the plugin 50 * doing here is displaying a message. When the user selects the plugin
52 * action, this function is called. */ 51 * action, this function is called. */
53 static void 52 static void

mercurial