Skip to content
zero-panel.h 598 B
Newer Older
#ifndef _ZERO_PANEL_H_
#define _ZERO_PANEL_H_

/**
 * this generated header provides
 * zero_panel_proxy_new_sync()
 * zero_panel_proxy_new_for_bus_sync()
 * zero_panel_call_foo_sync
 * zero_panel_call_foo
 * zero_panel_complete_foo
 * etc
 *
 * see https://developer.gnome.org/gio/stable/gdbus-codegen.html
 */
#include "zero-panel-generated.h"

G_BEGIN_DECLS

#define ZERO_PANEL_WELL_KNOWN_NAME "com.emacsos.zero.Panel1"
#define ZERO_PANEL_OBJECT_PATH "/com/emacsos/zero/Panel1"
#define ZERO_PANEL_INTERFACE_NAME "com.emacsos.zero.Panel1.PanelInterface"

G_END_DECLS

#endif /* _ZERO_PANEL_H_ */