#include <glib/glist.h>
#include "mw_common.h"
Go to the source code of this file.
Data Structures | |
| struct | mwPlaceHandler |
Defines | |
| #define | SERVICE_PLACE 0x80000022 |
| Type identifier for the place service. | |
Functions | |
| int | mwPlace_close (struct mwPlace *place) |
| void | mwPlace_free (struct mwPlace *place) |
| const GList * | mwPlace_getSections (struct mwPlace *place) |
| mwPlace * | mwPlace_new (struct mwServicePlace *place, const char *title, const char *name) |
| int | mwPlace_open (struct mwPlace *place) |
| mwServicePlace * | mwServicePlace_new (struct mwSession *session, struct mwPlaceHandler *handler) |
|
|
Type identifier for the place service.
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
1.3.9.1