libpurple/plugins/dbus-example.c

branch
meson
changeset 38498
f956b9e3f8e6
parent 37136
cfa7c57f9ca5
equal deleted inserted replaced
38497:fcf50c9e4138 38498:f956b9e3f8e6
71 DBUS_EXPORT const char *dbus_example_get_buddy_name(PurpleBuddy *buddy); 71 DBUS_EXPORT const char *dbus_example_get_buddy_name(PurpleBuddy *buddy);
72 72
73 /* This file has been generated by the #dbus-analize-functions.py 73 /* This file has been generated by the #dbus-analize-functions.py
74 script. It contains dbus wrappers for the four functions declared 74 script. It contains dbus wrappers for the four functions declared
75 above. */ 75 above. */
76 #include "dbus-example-bindings.c" 76 #include "dbus-example-bindings.ch"
77 77
78 /* This is the PurpleText object we want to make publicly visible. */ 78 /* This is the PurpleText object we want to make publicly visible. */
79 static PurpleText hello; 79 static PurpleText hello;
80 80
81 /* Here come the definitions of the four exported functions. */ 81 /* Here come the definitions of the four exported functions. */

mercurial