Documented the messaging protocol
This commit is contained in:
parent
b03c75d3f4
commit
d2d75cebd7
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009-2012 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2009-2013 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Panel */
|
/* This file is part of DeforaOS Desktop Panel */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -69,8 +69,8 @@ typedef struct _PanelAppletDefinition
|
||||||
|
|
||||||
typedef enum _PanelMessage
|
typedef enum _PanelMessage
|
||||||
{
|
{
|
||||||
PANEL_MESSAGE_SHOW = 0,
|
PANEL_MESSAGE_SHOW = 0, /* PanelMessageShow, gboolean visible */
|
||||||
PANEL_MESSAGE_EMBED
|
PANEL_MESSAGE_EMBED /* Window */
|
||||||
} PanelMessage;
|
} PanelMessage;
|
||||||
|
|
||||||
typedef enum _PanelMessageShow
|
typedef enum _PanelMessageShow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user