INDICATE_TYPE_INDICATOR
#define INDICATE_TYPE_INDICATOR (indicate_indicator_get_type ())
INDICATE_INDICATOR
#define INDICATE_INDICATOR(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_INDICATOR, IndicateIndicator))
INDICATE_IS_INDICATOR
#define INDICATE_IS_INDICATOR(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), INDICATE_TYPE_INDICATOR))
INDICATE_INDICATOR_CLASS
#define INDICATE_INDICATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATE_TYPE_INDICATOR, IndicateIndicatorClass))
INDICATE_IS_INDICATOR_CLASS
#define INDICATE_IS_INDICATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATE_TYPE_INDICATOR))
INDICATE_INDICATOR_GET_CLASS
#define INDICATE_INDICATOR_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), INDICATE_TYPE_INDICATOR, IndicateIndicatorClass))
INDICATE_INDICATOR_SIGNAL_HIDE
#define INDICATE_INDICATOR_SIGNAL_HIDE "hide"
INDICATE_INDICATOR_SIGNAL_SHOW
#define INDICATE_INDICATOR_SIGNAL_SHOW "show"
INDICATE_INDICATOR_SIGNAL_DISPLAY
#define INDICATE_INDICATOR_SIGNAL_DISPLAY "user-display"
INDICATE_INDICATOR_SIGNAL_MODIFIED
#define INDICATE_INDICATOR_SIGNAL_MODIFIED "modified"
IndicateIndicator
IndicateIndicatorClass
IndicateIndicator
struct _IndicateIndicator {
GObject parent;
};
IndicateIndicatorClass
struct _IndicateIndicatorClass {
GObjectClass parent_class;
void (*hide) (IndicateIndicator * indicator, gpointer data);
void (*show) (IndicateIndicator * indicator, gpointer data);
void (*user_display) (IndicateIndicator * indicator, gpointer data);
void (*modified) (IndicateIndicator * indicator, gchar * property, gpointer data);
const gchar * (*get_type) (IndicateIndicator * indicator);
void (*set_property) (IndicateIndicator * indicator, const gchar * key, const gchar * data);
const gchar * (*get_property) (IndicateIndicator * indicator, const gchar * key);
GPtrArray * (*list_properties) (IndicateIndicator * indicator);
};
indicate_indicator_get_type
GType
void
indicate_indicator_new
IndicateIndicator *
void
indicate_indicator_set_property
void
IndicateIndicator * indicator, const gchar * property_name, const gchar * property_value
indicate_indicator_show
void
IndicateIndicator * indicator
indicate_indicator_hide
void
IndicateIndicator * indicator
indicate_indicator_is_visible
gboolean
IndicateIndicator * indicator
indicate_indicator_get_id
guint
IndicateIndicator * indicator
indicate_indicator_get_indicator_type
const gchar *
IndicateIndicator * indicator
indicate_indicator_user_display
void
IndicateIndicator * indicator
indicate_indicator_set_property
void
IndicateIndicator * indicator, const gchar * key, const gchar * data
indicate_indicator_set_property_icon
void
IndicateIndicator * indicator, const gchar * key, const GdkPixbuf * data
indicate_indicator_set_property_time
void
IndicateIndicator * indicator, const gchar * key, GTimeVal * time
indicate_indicator_get_property
const gchar *
IndicateIndicator * indicator, const gchar * key
indicate_indicator_list_properties
GPtrArray *
IndicateIndicator * indicator
INDICATE_TYPE_LISTENER
#define INDICATE_TYPE_LISTENER (indicate_listener_get_type ())
INDICATE_LISTENER
#define INDICATE_LISTENER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_LISTENER, IndicateListener))
INDICATE_IS_LISTENER
#define INDICATE_IS_LISTENER(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), INDICATE_TYPE_LISTENER))
INDICATE_LISTENER_CLASS
#define INDICATE_LISTENER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATE_TYPE_LISTENER, IndicateListenerClass))
INDICATE_IS_LISTENER_CLASS
#define INDICATE_IS_LISTENER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATE_TYPE_LISTENER))
INDICATE_LISTENER_GET_CLASS
#define INDICATE_LISTENER_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), INDICATE_TYPE_LISTENER, IndicateListenerClass))
INDICATE_LISTENER_SIGNAL_INDICATOR_ADDED
#define INDICATE_LISTENER_SIGNAL_INDICATOR_ADDED "indicator-added"
INDICATE_LISTENER_SIGNAL_INDICATOR_REMOVED
#define INDICATE_LISTENER_SIGNAL_INDICATOR_REMOVED "indicator-removed"
INDICATE_LISTENER_SIGNAL_INDICATOR_MODIFIED
#define INDICATE_LISTENER_SIGNAL_INDICATOR_MODIFIED "indicator-modified"
INDICATE_LISTENER_SIGNAL_SERVER_ADDED
#define INDICATE_LISTENER_SIGNAL_SERVER_ADDED "server-added"
INDICATE_LISTENER_SIGNAL_SERVER_REMOVED
#define INDICATE_LISTENER_SIGNAL_SERVER_REMOVED "server-removed"
INDICATE_LISTENER_SERVER_DBUS_NAME
#define INDICATE_LISTENER_SERVER_DBUS_NAME(server) ((gchar *)server)
INDICATE_LISTENER_INDICATOR_ID
#define INDICATE_LISTENER_INDICATOR_ID(indicator) (GPOINTER_TO_UINT(indicator))
IndicateListenerServer
typedef gchar IndicateListenerServer;
IndicateListenerIndicator
typedef guint IndicateListenerIndicator;
IndicateListener
IndicateListener
struct _IndicateListener {
GObject parent;
};
IndicateListenerClass
IndicateListenerClass
struct _IndicateListenerClass {
GObjectClass parent;
/* Signals */
void (* indicator_added) (IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * type);
void (* indicator_removed) (IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * type);
void (* indicator_modified) (IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * type, gchar * property);
void (* server_added) (IndicateListenerServer * server, gchar * type);
void (* server_removed) (IndicateListenerServer * server, gchar * type);
};
indicate_listener_get_type
GType
void
indicate_listener_get_property_cb
void
IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, gchar * propertydata, gpointer data
indicate_listener_get_property_time_cb
void
IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, GTimeVal * propertydata, gpointer data
indicate_listener_get_property_icon_cb
void
IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, GdkPixbuf * propertydata, gpointer data
indicate_listener_get_server_property_cb
void
IndicateListener * listener, IndicateListenerServer * server, gchar * value, gpointer data
indicate_listener_new
IndicateListener *
void
indicate_listener_ref_default
IndicateListener *
void
indicate_listener_get_property
void
IndicateListener * listener,IndicateListenerServer * server,IndicateListenerIndicator * indicator,gchar * property,indicate_listener_get_property_cb callback,gpointer data
indicate_listener_get_property_time
void
IndicateListener * listener,IndicateListenerServer * server,IndicateListenerIndicator * indicator,gchar * property,indicate_listener_get_property_time_cb callback,gpointer data
indicate_listener_get_property_icon
void
IndicateListener * listener,IndicateListenerServer * server,IndicateListenerIndicator * indicator,gchar * property,indicate_listener_get_property_icon_cb callback,gpointer data
indicate_listener_display
void
IndicateListener * listener,IndicateListenerServer * server,IndicateListenerIndicator * indicator
indicate_listener_server_get_type
void
IndicateListener * listener,IndicateListenerServer * server,indicate_listener_get_server_property_cb callback,gpointer data
indicate_listener_server_get_desktop
void
IndicateListener * listener,IndicateListenerServer * server,indicate_listener_get_server_property_cb callback,gpointer data
indicate_listener_marshal_VOID__UINT_STRING
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
indicate_listener_marshal_VOID__POINTER_POINTER_STRING
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
indicate_listener_marshal_VOID__POINTER_POINTER_STRING_STRING
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
indicate_listener_marshal_VOID__POINTER_STRING
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
org_freedesktop_indicator_get_indicator_count
gboolean
DBusGProxy *proxy, guint* OUT_indicator_count, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorCount", error, G_TYPE_INVALID, G_TYPE_UINT, OUT_indicator_count, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_count_reply
void
DBusGProxy *proxy, guint OUT_indicator_count, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_count_async
DBusGProxyCall *
DBusGProxy *proxy, org_freedesktop_indicator_get_indicator_count_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorCount", org_freedesktop_indicator_get_indicator_count_async_callback, stuff, g_free, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_count_by_type
gboolean
DBusGProxy *proxy, const char * IN_type, guint* OUT_indicator_count, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorCountByType", error, G_TYPE_STRING, IN_type, G_TYPE_INVALID, G_TYPE_UINT, OUT_indicator_count, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_count_by_type_reply
void
DBusGProxy *proxy, guint OUT_indicator_count, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_count_by_type_async
DBusGProxyCall *
DBusGProxy *proxy, const char * IN_type, org_freedesktop_indicator_get_indicator_count_by_type_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorCountByType", org_freedesktop_indicator_get_indicator_count_by_type_async_callback, stuff, g_free, G_TYPE_STRING, IN_type, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_list
gboolean
DBusGProxy *proxy, GArray** OUT_indicators, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorList", error, G_TYPE_INVALID, dbus_g_type_get_collection ("GArray", G_TYPE_INT), OUT_indicators, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_list_reply
void
DBusGProxy *proxy, GArray *OUT_indicators, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_list_async
DBusGProxyCall *
DBusGProxy *proxy, org_freedesktop_indicator_get_indicator_list_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorList", org_freedesktop_indicator_get_indicator_list_async_callback, stuff, g_free, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_list_by_type
gboolean
DBusGProxy *proxy, const char * IN_type, GArray** OUT_indicators, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorListByType", error, G_TYPE_STRING, IN_type, G_TYPE_INVALID, dbus_g_type_get_collection ("GArray", G_TYPE_INT), OUT_indicators, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_list_by_type_reply
void
DBusGProxy *proxy, GArray *OUT_indicators, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_list_by_type_async
DBusGProxyCall *
DBusGProxy *proxy, const char * IN_type, org_freedesktop_indicator_get_indicator_list_by_type_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorListByType", org_freedesktop_indicator_get_indicator_list_by_type_async_callback, stuff, g_free, G_TYPE_STRING, IN_type, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_property
gboolean
DBusGProxy *proxy, const guint IN_id, const char * IN_property, char ** OUT_value, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorProperty", error, G_TYPE_UINT, IN_id, G_TYPE_STRING, IN_property, G_TYPE_INVALID, G_TYPE_STRING, OUT_value, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_property_reply
void
DBusGProxy *proxy, char * OUT_value, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_property_async
DBusGProxyCall *
DBusGProxy *proxy, const guint IN_id, const char * IN_property, org_freedesktop_indicator_get_indicator_property_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorProperty", org_freedesktop_indicator_get_indicator_property_async_callback, stuff, g_free, G_TYPE_UINT, IN_id, G_TYPE_STRING, IN_property, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_property_group
gboolean
DBusGProxy *proxy, const guint IN_id, const char ** IN_properties, char *** OUT_values, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorPropertyGroup", error, G_TYPE_UINT, IN_id, G_TYPE_STRV, IN_properties, G_TYPE_INVALID, G_TYPE_STRV, OUT_values, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_property_group_reply
void
DBusGProxy *proxy, char * *OUT_values, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_property_group_async
DBusGProxyCall *
DBusGProxy *proxy, const guint IN_id, const char ** IN_properties, org_freedesktop_indicator_get_indicator_property_group_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorPropertyGroup", org_freedesktop_indicator_get_indicator_property_group_async_callback, stuff, g_free, G_TYPE_UINT, IN_id, G_TYPE_STRV, IN_properties, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_properties
gboolean
DBusGProxy *proxy, const guint IN_id, char *** OUT_properties, GError **error){return dbus_g_proxy_call (proxy, "GetIndicatorProperties", error, G_TYPE_UINT, IN_id, G_TYPE_INVALID, G_TYPE_STRV, OUT_properties, G_TYPE_INVALID
org_freedesktop_indicator_get_indicator_properties_reply
void
DBusGProxy *proxy, char * *OUT_properties, GError *error, gpointer userdata
org_freedesktop_indicator_get_indicator_properties_async
DBusGProxyCall *
DBusGProxy *proxy, const guint IN_id, org_freedesktop_indicator_get_indicator_properties_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "GetIndicatorProperties", org_freedesktop_indicator_get_indicator_properties_async_callback, stuff, g_free, G_TYPE_UINT, IN_id, G_TYPE_INVALID
org_freedesktop_indicator_show_indicator_to_user
gboolean
DBusGProxy *proxy, const guint IN_id, GError **error){return dbus_g_proxy_call (proxy, "ShowIndicatorToUser", error, G_TYPE_UINT, IN_id, G_TYPE_INVALID, G_TYPE_INVALID
org_freedesktop_indicator_show_indicator_to_user_reply
void
DBusGProxy *proxy, GError *error, gpointer userdata
org_freedesktop_indicator_show_indicator_to_user_async
DBusGProxyCall *
DBusGProxy *proxy, const guint IN_id, org_freedesktop_indicator_show_indicator_to_user_reply callback, gpointer userdata){DBusGAsyncData *stuff;stuff = g_new (DBusGAsyncData, 1
dbus_g_proxy_begin_call
return
proxy, "ShowIndicatorToUser", org_freedesktop_indicator_show_indicator_to_user_async_callback, stuff, g_free, G_TYPE_UINT, IN_id, G_TYPE_INVALID
INDICATE_TYPE_SERVER
#define INDICATE_TYPE_SERVER (indicate_server_get_type ())
INDICATE_SERVER
#define INDICATE_SERVER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_SERVER, IndicateServer))
INDICATE_IS_SERVER
#define INDICATE_IS_SERVER(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), INDICATE_TYPE_SERVER))
INDICATE_SERVER_CLASS
#define INDICATE_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATE_TYPE_SERVER, IndicateServerClass))
INDICATE_IS_SERVER_CLASS
#define INDICATE_IS_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATE_TYPE_SERVER))
INDICATE_SERVER_GET_CLASS
#define INDICATE_SERVER_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), INDICATE_TYPE_SERVER, IndicateServerClass))
INDICATE_SERVER_INDICATOR_NULL
#define INDICATE_SERVER_INDICATOR_NULL (0)
INDICATE_SERVER_SIGNAL_INDICATOR_ADDED
#define INDICATE_SERVER_SIGNAL_INDICATOR_ADDED "indicator-added"
INDICATE_SERVER_SIGNAL_INDICATOR_REMOVED
#define INDICATE_SERVER_SIGNAL_INDICATOR_REMOVED "indicator-removed"
INDICATE_SERVER_SIGNAL_INDICATOR_MODIFIED
#define INDICATE_SERVER_SIGNAL_INDICATOR_MODIFIED "indicator-modified"
INDICATE_SERVER_SIGNAL_SERVER_SHOW
#define INDICATE_SERVER_SIGNAL_SERVER_SHOW "server-show"
INDICATE_SERVER_SIGNAL_SERVER_HIDE
#define INDICATE_SERVER_SIGNAL_SERVER_HIDE "server-hide"
INDICATE_SERVER_SIGNAL_SERVER_DISPLAY
#define INDICATE_SERVER_SIGNAL_SERVER_DISPLAY "server-display"
IndicateServer
IndicateServer
struct _IndicateServer {
GObject parent;
};
IndicateServerClass
IndicateServerClass
struct _IndicateServerClass {
GObjectClass parent;
/* Signals */
void (* indicator_added) (IndicateServer * server, guint id, gchar * type);
void (* indicator_removed) (IndicateServer * server, guint id, gchar * type);
void (* indicator_modified) (IndicateServer * server, guint id, gchar * property);
void (* server_show) (IndicateServer * server, gchar * type);
void (* server_hide) (IndicateServer * server, gchar * type);
void (* server_display) (IndicateServer * server);
/* Virtual Functions */
gboolean (*get_indicator_count) (IndicateServer * server, guint * count, GError **error);
gboolean (*get_indicator_count_by_type) (IndicateServer * server, gchar * type, guint * count, GError **error);
gboolean (*get_indicator_list) (IndicateServer * server, GArray ** indicators, GError ** error);
gboolean (*get_indicator_list_by_type) (IndicateServer * server, gchar * type, guint ** indicators, GError ** error);
gboolean (*get_indicator_property) (IndicateServer * server, guint id, gchar * property, gchar ** value, GError **error);
gboolean (*get_indicator_property_group) (IndicateServer * server, guint id, GPtrArray * properties, gchar *** value, GError **error);
gboolean (*get_indicator_properties) (IndicateServer * server, guint id, gchar *** properties, GError **error);
gboolean (*show_indicator_to_user) (IndicateServer * server, guint id, GError ** error);
guint (*get_next_id) (IndicateServer * server);
};
indicate_server_get_type
GType
void
indicate_server_new
IndicateServer *
void
indicate_server_set_dbus_object
void
const gchar * obj
indicate_server_set_desktop_file
void
IndicateServer * server, const gchar * path
indicate_server_set_type
void
IndicateServer * server, const gchar * type
indicate_server_show
void
IndicateServer * server
indicate_server_hide
void
IndicateServer * server
indicate_server_get_next_id
guint
IndicateServer * server
indicate_server_add_indicator
void
IndicateServer * server, IndicateIndicator * indicator
indicate_server_remove_indicator
void
IndicateServer * server, IndicateIndicator * indicator
indicate_server_ref_default
IndicateServer *
void
indicate_server_set_default
void
IndicateServer * server
indicate_server_get_indicator_count
gboolean
IndicateServer * server, guint * count, GError **error
indicate_server_get_indicator_count_by_type
gboolean
IndicateServer * server, gchar * type, guint * count, GError **error
indicate_server_get_indicator_list
gboolean
IndicateServer * server, GArray ** indicators, GError ** error
indicate_server_get_indicator_list_by_type
gboolean
IndicateServer * server, gchar * type, guint ** indicators, GError ** error
indicate_server_get_indicator_property
gboolean
IndicateServer * server, guint id, gchar * property, gchar ** value, GError **error
indicate_server_get_indicator_property_group
gboolean
IndicateServer * server, guint id, GPtrArray * properties, gchar *** value, GError **error
indicate_server_get_indicator_properties
gboolean
IndicateServer * server, guint id, gchar *** properties, GError **error
indicate_server_show_indicator_to_user
gboolean
IndicateServer * server, guint id, GError ** error
indicate_server_emit_indicator_added
void
IndicateServer *server, guint id, const gchar *type
indicate_server_emit_indicator_removed
void
IndicateServer *server, guint id, const gchar *type
indicate_server_emit_indicator_modified
void
IndicateServer *server, guint id, const gchar *property
indicate_server_emit_server_display
void
IndicateServer *server
INDICATE_TYPE_INDICATOR_MESSAGE
#define INDICATE_TYPE_INDICATOR_MESSAGE (indicate_indicator_message_get_type ())
INDICATE_INDICATOR_MESSAGE
#define INDICATE_INDICATOR_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATE_TYPE_INDICATOR_MESSAGE, IndicateIndicatorMessage))
INDICATE_INDICATOR_MESSAGE_CLASS
#define INDICATE_INDICATOR_MESSAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), INDICATE_TYPE_INDICATOR_MESSAGE, IndicateIndicatorMessageClass))
INDICATE_IS_INDICATOR_MESSAGE
#define INDICATE_IS_INDICATOR_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), INDICATE_TYPE_INDICATOR_MESSAGE))
INDICATE_IS_INDICATOR_MESSAGE_CLASS
#define INDICATE_IS_INDICATOR_MESSAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), INDICATE_TYPE_INDICATOR_MESSAGE))
INDICATE_INDICATOR_MESSAGE_GET_CLASS
#define INDICATE_INDICATOR_MESSAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), INDICATE_TYPE_INDICATOR_MESSAGE, IndicateIndicatorMessageClass))
IndicateIndicatorMessage
IndicateIndicatorMessageClass
IndicateIndicatorMessageClass
struct _IndicateIndicatorMessageClass
{
IndicateIndicatorClass parent_class;
};
IndicateIndicatorMessage
struct _IndicateIndicatorMessage
{
IndicateIndicator parent;
};
indicate_indicator_message_get_type
GType
void
indicate_indicator_message_new
IndicateIndicatorMessage *
void
g_marshal_value_peek_boolean
#define g_marshal_value_peek_boolean(v) g_value_get_boolean (v)
g_marshal_value_peek_char
#define g_marshal_value_peek_char(v) g_value_get_char (v)
g_marshal_value_peek_uchar
#define g_marshal_value_peek_uchar(v) g_value_get_uchar (v)
g_marshal_value_peek_int
#define g_marshal_value_peek_int(v) g_value_get_int (v)
g_marshal_value_peek_uint
#define g_marshal_value_peek_uint(v) g_value_get_uint (v)
g_marshal_value_peek_long
#define g_marshal_value_peek_long(v) g_value_get_long (v)
g_marshal_value_peek_ulong
#define g_marshal_value_peek_ulong(v) g_value_get_ulong (v)
g_marshal_value_peek_int64
#define g_marshal_value_peek_int64(v) g_value_get_int64 (v)
g_marshal_value_peek_uint64
#define g_marshal_value_peek_uint64(v) g_value_get_uint64 (v)
g_marshal_value_peek_enum
#define g_marshal_value_peek_enum(v) g_value_get_enum (v)
g_marshal_value_peek_flags
#define g_marshal_value_peek_flags(v) g_value_get_flags (v)
g_marshal_value_peek_float
#define g_marshal_value_peek_float(v) g_value_get_float (v)
g_marshal_value_peek_double
#define g_marshal_value_peek_double(v) g_value_get_double (v)
g_marshal_value_peek_string
#define g_marshal_value_peek_string(v) (char*) g_value_get_string (v)
g_marshal_value_peek_param
#define g_marshal_value_peek_param(v) g_value_get_param (v)
g_marshal_value_peek_boxed
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
g_marshal_value_peek_pointer
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
g_marshal_value_peek_object
#define g_marshal_value_peek_object(v) g_value_get_object (v)
g_marshal_value_peek_boolean
#define g_marshal_value_peek_boolean(v) (v)->data[0].v_int
g_marshal_value_peek_char
#define g_marshal_value_peek_char(v) (v)->data[0].v_int
g_marshal_value_peek_uchar
#define g_marshal_value_peek_uchar(v) (v)->data[0].v_uint
g_marshal_value_peek_int
#define g_marshal_value_peek_int(v) (v)->data[0].v_int
g_marshal_value_peek_uint
#define g_marshal_value_peek_uint(v) (v)->data[0].v_uint
g_marshal_value_peek_long
#define g_marshal_value_peek_long(v) (v)->data[0].v_long
g_marshal_value_peek_ulong
#define g_marshal_value_peek_ulong(v) (v)->data[0].v_ulong
g_marshal_value_peek_int64
#define g_marshal_value_peek_int64(v) (v)->data[0].v_int64
g_marshal_value_peek_uint64
#define g_marshal_value_peek_uint64(v) (v)->data[0].v_uint64
g_marshal_value_peek_enum
#define g_marshal_value_peek_enum(v) (v)->data[0].v_long
g_marshal_value_peek_flags
#define g_marshal_value_peek_flags(v) (v)->data[0].v_ulong
g_marshal_value_peek_float
#define g_marshal_value_peek_float(v) (v)->data[0].v_float
g_marshal_value_peek_double
#define g_marshal_value_peek_double(v) (v)->data[0].v_double
g_marshal_value_peek_string
#define g_marshal_value_peek_string(v) (v)->data[0].v_pointer
g_marshal_value_peek_param
#define g_marshal_value_peek_param(v) (v)->data[0].v_pointer
g_marshal_value_peek_boxed
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
g_marshal_value_peek_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
g_marshal_value_peek_object
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_STRING_POINTER_POINTER
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_STRING_POINTER_POINTER
void
GClosure *closure,GValue *return_value G_GNUC_UNUSED,guint n_param_values,const GValue *param_values,gpointer invocation_hint G_GNUC_UNUSED,gpointer marshal_data){typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_STRING_POINTER_POINTER) (gpointer data1,guint arg_1,gpointer arg_2,gpointer arg_3,gpointer arg_4,gpointer data2
dbus_glib_marshal_indicate_server_BOOLEAN__POINTER_POINTER
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
dbus_glib_marshal_indicate_server_BOOLEAN__POINTER_POINTER
void
GClosure *closure,GValue *return_value G_GNUC_UNUSED,guint n_param_values,const GValue *param_values,gpointer invocation_hint G_GNUC_UNUSED,gpointer marshal_data){typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_POINTER) (gpointer data1,gpointer arg_1,gpointer arg_2,gpointer data2
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_BOXED_POINTER_POINTER
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_BOXED_POINTER_POINTER
void
GClosure *closure,GValue *return_value G_GNUC_UNUSED,guint n_param_values,const GValue *param_values,gpointer invocation_hint G_GNUC_UNUSED,gpointer marshal_data){typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_BOXED_POINTER_POINTER) (gpointer data1,guint arg_1,gpointer arg_2,gpointer arg_3,gpointer arg_4,gpointer data2
dbus_glib_marshal_indicate_server_BOOLEAN__STRING_POINTER_POINTER
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
dbus_glib_marshal_indicate_server_BOOLEAN__STRING_POINTER_POINTER
void
GClosure *closure,GValue *return_value G_GNUC_UNUSED,guint n_param_values,const GValue *param_values,gpointer invocation_hint G_GNUC_UNUSED,gpointer marshal_data){typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_POINTER_POINTER) (gpointer data1,gpointer arg_1,gpointer arg_2,gpointer arg_3,gpointer data2
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_POINTER_POINTER
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_POINTER_POINTER
void
GClosure *closure,GValue *return_value G_GNUC_UNUSED,guint n_param_values,const GValue *param_values,gpointer invocation_hint G_GNUC_UNUSED,gpointer marshal_data){typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_POINTER_POINTER) (gpointer data1,guint arg_1,gpointer arg_2,gpointer arg_3,gpointer data2
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_POINTER
void
GClosure *closure,GValue *return_value,guint n_param_values,const GValue *param_values,gpointer invocation_hint,gpointer marshal_data
dbus_glib_marshal_indicate_server_BOOLEAN__UINT_POINTER
void
GClosure *closure,GValue *return_value G_GNUC_UNUSED,guint n_param_values,const GValue *param_values,gpointer invocation_hint G_GNUC_UNUSED,gpointer marshal_data){typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_POINTER) (gpointer data1,guint arg_1,gpointer arg_2,gpointer data2