libpurple/plugins/dbus-example.c

branch
soc.2013.gobjectification.plugins
changeset 36957
95cfd176b193
parent 36928
ae920fa34143
parent 35072
cb3673616d90
child 37136
cfa7c57f9ca5
equal deleted inserted replaced
36956:4808d6391e69 36957:95cfd176b193
33 * You should have received a copy of the GNU General Public License 33 * You should have received a copy of the GNU General Public License
34 * along with this program; if not, write to the Free Software 34 * along with this program; if not, write to the Free Software
35 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 35 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
36 */ 36 */
37 37
38 /* When writing a third-party plugin, do not include libpurple's internal.h
39 * included below. This file is for internal libpurple use only. We're including
40 * it here for our own convenience. */
38 #include "internal.h" 41 #include "internal.h"
39 #include "purple.h" 42
43 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */
44 #include <purple.h>
40 45
41 #include <stdio.h> 46 #include <stdio.h>
42 #include <stdlib.h> 47 #include <stdlib.h>
43 #include <string.h> 48 #include <string.h>
44 49

mercurial