libpurple/core.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 37070
774b0a0593f0
parent 35487
494f09f7f331
child 37113
cb24b99a09ea
equal deleted inserted replaced
37093:dae3c140ebaa 37094:84873ce721dc
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21
22 #ifndef _PURPLE_CORE_H_
23 #define _PURPLE_CORE_H_
21 /** 24 /**
22 * SECTION:core 25 * SECTION:core
23 * @section_id: libpurple-core 26 * @section_id: libpurple-core
24 * @short_description: <filename>core.h</filename> 27 * @short_description: <filename>core.h</filename>
25 * @title: Startup and Shutdown of libpurple 28 * @title: Startup and Shutdown of libpurple
26 * @see_also: <link linkend="chapter-signals-core">Core signals</link> 29 * @see_also: <link linkend="chapter-signals-core">Core signals</link>
27 */ 30 */
28
29 #ifndef _PURPLE_CORE_H_
30 #define _PURPLE_CORE_H_
31 31
32 #include <glib.h> 32 #include <glib.h>
33 33
34 typedef struct PurpleCore PurpleCore; 34 typedef struct PurpleCore PurpleCore;
35 typedef struct _PurpleCoreUiOps PurpleCoreUiOps; 35 typedef struct _PurpleCoreUiOps PurpleCoreUiOps;

mercurial