![]() |
![]() |
![]() |
libindicate Reference Manual | |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
#include <indicator.h> #define INDICATE_INDICATOR (object) #define INDICATE_INDICATOR_CLASS (klass) #define INDICATE_INDICATOR_GET_CLASS (object) #define INDICATE_INDICATOR_MESSAGE (obj) #define INDICATE_INDICATOR_MESSAGE_CLASS (klass) #define INDICATE_INDICATOR_MESSAGE_GET_CLASS(obj) #define INDICATE_INDICATOR_SIGNAL_DISPLAY #define INDICATE_INDICATOR_SIGNAL_HIDE #define INDICATE_INDICATOR_SIGNAL_MODIFIED #define INDICATE_INDICATOR_SIGNAL_SHOW #define INDICATE_IS_INDICATOR (object) #define INDICATE_IS_INDICATOR_CLASS (klass) #define INDICATE_IS_INDICATOR_MESSAGE (obj) #define INDICATE_IS_INDICATOR_MESSAGE_CLASS (klass) #define INDICATE_IS_LISTENER (object) #define INDICATE_IS_LISTENER_CLASS (klass) #define INDICATE_IS_SERVER (object) #define INDICATE_IS_SERVER_CLASS (klass) #define INDICATE_LISTENER (object) #define INDICATE_LISTENER_CLASS (klass) #define INDICATE_LISTENER_GET_CLASS (object) #define INDICATE_LISTENER_INDICATOR_ID (indicator) #define INDICATE_LISTENER_SERVER_DBUS_NAME (server) #define INDICATE_LISTENER_SIGNAL_INDICATOR_ADDED #define INDICATE_LISTENER_SIGNAL_INDICATOR_MODIFIED #define INDICATE_LISTENER_SIGNAL_INDICATOR_REMOVED #define INDICATE_LISTENER_SIGNAL_SERVER_ADDED #define INDICATE_LISTENER_SIGNAL_SERVER_REMOVED #define INDICATE_SERVER (object) #define INDICATE_SERVER_CLASS (klass) #define INDICATE_SERVER_GET_CLASS (object) #define INDICATE_TYPE_INDICATOR #define INDICATE_TYPE_INDICATOR_MESSAGE #define INDICATE_TYPE_LISTENER #define INDICATE_TYPE_SERVER IndicateIndicator; IndicateIndicatorClass; IndicateIndicatorMessage; IndicateIndicatorMessageClass; IndicateListener; IndicateListenerClass; IndicateListenerIndicator; IndicateListenerServer; IndicateServer; IndicateServerClass; return dbus_g_proxy_begin_call (proxy ); #define g_marshal_value_peek_boolean (v) #define g_marshal_value_peek_boxed (v) #define g_marshal_value_peek_char (v) #define g_marshal_value_peek_double (v) #define g_marshal_value_peek_enum (v) #define g_marshal_value_peek_flags (v) #define g_marshal_value_peek_float (v) #define g_marshal_value_peek_int (v) #define g_marshal_value_peek_int64 (v) #define g_marshal_value_peek_long (v) #define g_marshal_value_peek_object (v) #define g_marshal_value_peek_param (v) #define g_marshal_value_peek_pointer (v) #define g_marshal_value_peek_string (v) #define g_marshal_value_peek_uchar (v) #define g_marshal_value_peek_uint (v) #define g_marshal_value_peek_uint64 (v) #define g_marshal_value_peek_ulong (v) guint indicate_indicator_get_id (IndicateIndicator *indicator); const gchar * indicate_indicator_get_indicator_type (IndicateIndicator *indicator); const gchar * indicate_indicator_get_property (IndicateIndicator *indicator, const gchar *key); GType indicate_indicator_get_type (void); void indicate_indicator_hide (IndicateIndicator *indicator); gboolean indicate_indicator_is_visible (IndicateIndicator *indicator); GPtrArray * indicate_indicator_list_properties (IndicateIndicator *indicator); GType indicate_indicator_message_get_type (void); IndicateIndicatorMessage * indicate_indicator_message_new (void); IndicateIndicator * indicate_indicator_new (void); void indicate_indicator_set_property (IndicateIndicator *indicator, const gchar *key, const gchar *data); void indicate_indicator_show (IndicateIndicator *indicator); void indicate_indicator_user_display (IndicateIndicator *indicator); void indicate_listener_display (IndicateListener *listener, IndicateListenerServer *server, IndicateListenerIndicator *indicator); void indicate_listener_get_property (IndicateListener *listener, IndicateListenerServer *server, IndicateListenerIndicator *indicator, gchar *property, indicate_listener_get_property_cb callback, gpointer data); void (*indicate_listener_get_property_cb) (IndicateListener *listener, IndicateListenerServer *server, IndicateListenerIndicator *indicator, gchar *property, gchar *propertydata, gpointer data); GType indicate_listener_get_type (void); IndicateListener * indicate_listener_new (void); void indicate_server_add_indicator (IndicateServer *server, IndicateIndicator *indicator); void indicate_server_emit_indicator_added (IndicateServer *server, guint id, const gchar *type); void indicate_server_emit_indicator_modified (IndicateServer *server, guint id, const gchar *property); void indicate_server_emit_indicator_removed (IndicateServer *server, guint id, const gchar *type); guint indicate_server_get_next_id (IndicateServer *server); GType indicate_server_get_type (void); void indicate_server_hide (IndicateServer *server); IndicateServer * indicate_server_new (void); IndicateServer * indicate_server_ref_default (void); void indicate_server_remove_indicator (IndicateServer *server, IndicateIndicator *indicator); void indicate_server_set_dbus_object (const gchar *obj); void indicate_server_set_default (IndicateServer *server); void indicate_server_set_desktop_file (IndicateServer *server, const gchar *path); void indicate_server_show (IndicateServer *server); gboolean org_freedesktop_indicator_get_indicator_count (DBusGProxy *proxy, guint *OUT_indicator_count); DBusGProxyCall * org_freedesktop_indicator_get_indicator_count_async (DBusGProxy *proxy, org_freedesktop_indicator_get_indicator_count_reply callback); gboolean org_freedesktop_indicator_get_indicator_count_by_type (DBusGProxy *proxy, const char *IN_type, guint *OUT_indicator_count); DBusGProxyCall * org_freedesktop_indicator_get_indicator_count_by_type_async (DBusGProxy *proxy, const char *IN_type, org_freedesktop_indicator_get_indicator_count_by_type_reply callback); void (*org_freedesktop_indicator_get_indicator_count_by_type_reply) (DBusGProxy *proxy, guint OUT_indicator_count, GError *error, gpointer userdata); void (*org_freedesktop_indicator_get_indicator_count_reply) (DBusGProxy *proxy, guint OUT_indicator_count, GError *error, gpointer userdata); gboolean org_freedesktop_indicator_get_indicator_list (DBusGProxy *proxy, GArray **OUT_indicators); DBusGProxyCall * org_freedesktop_indicator_get_indicator_list_async (DBusGProxy *proxy, org_freedesktop_indicator_get_indicator_list_reply callback); gboolean org_freedesktop_indicator_get_indicator_list_by_type (DBusGProxy *proxy, const char *IN_type, GArray **OUT_indicators); DBusGProxyCall * org_freedesktop_indicator_get_indicator_list_by_type_async (DBusGProxy *proxy, const char *IN_type, org_freedesktop_indicator_get_indicator_list_by_type_reply callback); void (*org_freedesktop_indicator_get_indicator_list_by_type_reply) (DBusGProxy *proxy, GArray *OUT_indicators, GError *error, gpointer userdata); void (*org_freedesktop_indicator_get_indicator_list_reply) (DBusGProxy *proxy, GArray *OUT_indicators, GError *error, gpointer userdata); gboolean org_freedesktop_indicator_get_indicator_properties (DBusGProxy *proxy, const guint IN_id, char ***OUT_properties); DBusGProxyCall * org_freedesktop_indicator_get_indicator_properties_async (DBusGProxy *proxy, const guint IN_id, org_freedesktop_indicator_get_indicator_properties_reply callback); void (*org_freedesktop_indicator_get_indicator_properties_reply) (DBusGProxy *proxy, char * *OUT_properties, GError *error, gpointer userdata); gboolean org_freedesktop_indicator_get_indicator_property (DBusGProxy *proxy, const guint IN_id, const char *IN_property, char **OUT_value); DBusGProxyCall * org_freedesktop_indicator_get_indicator_property_async (DBusGProxy *proxy, const guint IN_id, const char *IN_property, org_freedesktop_indicator_get_indicator_property_reply callback); gboolean org_freedesktop_indicator_get_indicator_property_group (DBusGProxy *proxy, const guint IN_id, const char **IN_properties, char ***OUT_values); DBusGProxyCall * org_freedesktop_indicator_get_indicator_property_group_async (DBusGProxy *proxy, const guint IN_id, const char **IN_properties, org_freedesktop_indicator_get_indicator_property_group_reply callback); void (*org_freedesktop_indicator_get_indicator_property_group_reply) (DBusGProxy *proxy, char * *OUT_values, GError *error, gpointer userdata); void (*org_freedesktop_indicator_get_indicator_property_reply) (DBusGProxy *proxy, char *OUT_value, GError *error, gpointer userdata); gboolean org_freedesktop_indicator_show_indicator_to_user (DBusGProxy *proxy, const guint IN_id); DBusGProxyCall * org_freedesktop_indicator_show_indicator_to_user_async (DBusGProxy *proxy, const guint IN_id, org_freedesktop_indicator_show_indicator_to_user_reply callback); void (*org_freedesktop_indicator_show_indicator_to_user_reply) (DBusGProxy *proxy, GError *error, gpointer userdata);
GObject +----IndicateIndicator +----IndicateIndicatorMessage
GObject +----IndicateIndicator +----IndicateIndicatorMessage
GObject +----IndicateListener
GObject +----IndicateServer
"hide" : Run Last "modified" : Run Last "show" : Run Last "user-display" : Run Last "indicator-added" : Run Last "indicator-modified" : Run Last "indicator-removed" : Run Last "server-added" : Run Last "server-removed" : Run Last "indicator-added" : Run Last "indicator-modified" : Run Last "indicator-removed" : Run Last "interest-added" : Run Last "interest-removed" : Run Last "server-display" : Run Last "server-hide" : Run Last "server-show" : Run Last
#define INDICATE_INDICATOR(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_INDICATOR, IndicateIndicator))
|
#define INDICATE_INDICATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATE_TYPE_INDICATOR, IndicateIndicatorClass))
|
#define INDICATE_INDICATOR_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), INDICATE_TYPE_INDICATOR, IndicateIndicatorClass))
|
#define INDICATE_INDICATOR_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATE_TYPE_INDICATOR_MESSAGE, IndicateIndicatorMessage))
|
#define INDICATE_INDICATOR_MESSAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), INDICATE_TYPE_INDICATOR_MESSAGE, IndicateIndicatorMessageClass))
|
#define INDICATE_INDICATOR_MESSAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), INDICATE_TYPE_INDICATOR_MESSAGE, IndicateIndicatorMessageClass))
|
#define INDICATE_IS_INDICATOR(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), INDICATE_TYPE_INDICATOR))
|
#define INDICATE_IS_INDICATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATE_TYPE_INDICATOR))
|
#define INDICATE_IS_INDICATOR_MESSAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), INDICATE_TYPE_INDICATOR_MESSAGE))
|
#define INDICATE_IS_INDICATOR_MESSAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), INDICATE_TYPE_INDICATOR_MESSAGE))
|
#define INDICATE_IS_LISTENER(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), INDICATE_TYPE_LISTENER))
|
#define INDICATE_IS_LISTENER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATE_TYPE_LISTENER))
|
#define INDICATE_IS_SERVER(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), INDICATE_TYPE_SERVER))
|
#define INDICATE_IS_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), INDICATE_TYPE_SERVER))
|
#define INDICATE_LISTENER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_LISTENER, IndicateListener))
|
#define INDICATE_LISTENER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATE_TYPE_LISTENER, IndicateListenerClass))
|
#define INDICATE_LISTENER_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), INDICATE_TYPE_LISTENER, IndicateListenerClass))
|
#define INDICATE_LISTENER_INDICATOR_ID(indicator) (indicate_listener_indicator_get_id(indicator))
|
#define INDICATE_LISTENER_SERVER_DBUS_NAME(server) (indicate_listener_server_get_dbusname(server))
|
#define INDICATE_LISTENER_SIGNAL_INDICATOR_ADDED "indicator-added"
#define INDICATE_LISTENER_SIGNAL_INDICATOR_MODIFIED "indicator-modified"
#define INDICATE_LISTENER_SIGNAL_INDICATOR_REMOVED "indicator-removed"
#define INDICATE_LISTENER_SIGNAL_SERVER_REMOVED "server-removed"
#define INDICATE_SERVER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_SERVER, IndicateServer))
|
#define INDICATE_SERVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), INDICATE_TYPE_SERVER, IndicateServerClass))
|
#define INDICATE_SERVER_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), INDICATE_TYPE_SERVER, IndicateServerClass))
|
#define INDICATE_TYPE_INDICATOR_MESSAGE (indicate_indicator_message_get_type ())
typedef struct { 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); } IndicateIndicatorClass;
typedef struct { IndicateIndicatorClass parent_class; } IndicateIndicatorMessageClass;
typedef struct { 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); } IndicateListenerClass;
typedef struct { 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); void (* interest_added) (IndicateServer * server, IndicateInterests interest); void (* interest_removed) (IndicateServer * server, IndicateInterests interest); /* 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, GArray ** 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); gboolean (*show_interest) (IndicateServer * server, gchar * sender, IndicateInterests interest); gboolean (*remove_interest) (IndicateServer * server, gchar * sender, IndicateInterests interest); gboolean (*check_interest) (IndicateServer * server, IndicateInterests interest); /* Reserver for future use */ void (*indicate_server_reserved1)(void); void (*indicate_server_reserved2)(void); void (*indicate_server_reserved3)(void); void (*indicate_server_reserved4)(void); } IndicateServerClass;
guint indicate_indicator_get_id (IndicateIndicator *indicator);
|
|
Returns : |
const gchar * indicate_indicator_get_indicator_type (IndicateIndicator *indicator);
|
|
Returns : |
const gchar * indicate_indicator_get_property (IndicateIndicator *indicator, const gchar *key);
|
|
|
|
Returns : |
gboolean indicate_indicator_is_visible (IndicateIndicator *indicator);
|
|
Returns : |
GPtrArray * indicate_indicator_list_properties (IndicateIndicator *indicator);
|
|
Returns : |
IndicateIndicatorMessage * indicate_indicator_message_new (void);
Returns : |
void indicate_indicator_set_property (IndicateIndicator *indicator, const gchar *key, const gchar *data);
|
|
|
|
|
void indicate_indicator_user_display (IndicateIndicator *indicator);
|
void indicate_listener_display (IndicateListener *listener, IndicateListenerServer *server, IndicateListenerIndicator *indicator);
|
|
|
|
|
void indicate_listener_get_property (IndicateListener *listener, IndicateListenerServer *server, IndicateListenerIndicator *indicator, gchar *property, indicate_listener_get_property_cb callback, gpointer data);
|
|
|
|
|
|
|
|
|
|
|
void (*indicate_listener_get_property_cb) (IndicateListener *listener, IndicateListenerServer *server, IndicateListenerIndicator *indicator, gchar *property, gchar *propertydata, gpointer data);
|
|
|
|
|
|
|
|
|
|
|
void indicate_server_add_indicator (IndicateServer *server, IndicateIndicator *indicator);
|
|
|
void indicate_server_emit_indicator_added (IndicateServer *server, guint id, const gchar *type);
|
|
|
|
|
void indicate_server_emit_indicator_modified (IndicateServer *server, guint id, const gchar *property);
|
|
|
|
|
void indicate_server_emit_indicator_removed (IndicateServer *server, guint id, const gchar *type);
|
|
|
|
|
guint indicate_server_get_next_id (IndicateServer *server);
|
|
Returns : |
void indicate_server_remove_indicator (IndicateServer *server, IndicateIndicator *indicator);
|
|
|
void indicate_server_set_desktop_file (IndicateServer *server, const gchar *path);
|
|
|
gboolean org_freedesktop_indicator_get_indicator_count (DBusGProxy *proxy, guint *OUT_indicator_count);
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_count_async (DBusGProxy *proxy, org_freedesktop_indicator_get_indicator_count_reply callback);
|
|
|
|
Returns : |
gboolean org_freedesktop_indicator_get_indicator_count_by_type (DBusGProxy *proxy, const char *IN_type, guint *OUT_indicator_count);
|
|
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_count_by_type_async (DBusGProxy *proxy, const char *IN_type, org_freedesktop_indicator_get_indicator_count_by_type_reply callback);
|
|
|
|
|
|
Returns : |
void (*org_freedesktop_indicator_get_indicator_count_by_type_reply) (DBusGProxy *proxy, guint OUT_indicator_count, GError *error, gpointer userdata);
|
|
|
|
|
|
|
void (*org_freedesktop_indicator_get_indicator_count_reply) (DBusGProxy *proxy, guint OUT_indicator_count, GError *error, gpointer userdata);
|
|
|
|
|
|
|
gboolean org_freedesktop_indicator_get_indicator_list (DBusGProxy *proxy, GArray **OUT_indicators);
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_list_async (DBusGProxy *proxy, org_freedesktop_indicator_get_indicator_list_reply callback);
|
|
|
|
Returns : |
gboolean org_freedesktop_indicator_get_indicator_list_by_type (DBusGProxy *proxy, const char *IN_type, GArray **OUT_indicators);
|
|
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_list_by_type_async (DBusGProxy *proxy, const char *IN_type, org_freedesktop_indicator_get_indicator_list_by_type_reply callback);
|
|
|
|
|
|
Returns : |
void (*org_freedesktop_indicator_get_indicator_list_by_type_reply) (DBusGProxy *proxy, GArray *OUT_indicators, GError *error, gpointer userdata);
|
|
|
|
|
|
|
void (*org_freedesktop_indicator_get_indicator_list_reply) (DBusGProxy *proxy, GArray *OUT_indicators, GError *error, gpointer userdata);
|
|
|
|
|
|
|
gboolean org_freedesktop_indicator_get_indicator_properties (DBusGProxy *proxy, const guint IN_id, char ***OUT_properties);
|
|
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_properties_async (DBusGProxy *proxy, const guint IN_id, org_freedesktop_indicator_get_indicator_properties_reply callback);
|
|
|
|
|
|
Returns : |
void (*org_freedesktop_indicator_get_indicator_properties_reply) (DBusGProxy *proxy, char * *OUT_properties, GError *error, gpointer userdata);
|
|
|
|
|
|
|
gboolean org_freedesktop_indicator_get_indicator_property (DBusGProxy *proxy, const guint IN_id, const char *IN_property, char **OUT_value);
|
|
|
|
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_property_async (DBusGProxy *proxy, const guint IN_id, const char *IN_property, org_freedesktop_indicator_get_indicator_property_reply callback);
|
|
|
|
|
|
|
|
Returns : |
gboolean org_freedesktop_indicator_get_indicator_property_group (DBusGProxy *proxy, const guint IN_id, const char **IN_properties, char ***OUT_values);
|
|
|
|
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_get_indicator_property_group_async (DBusGProxy *proxy, const guint IN_id, const char **IN_properties, org_freedesktop_indicator_get_indicator_property_group_reply callback);
|
|
|
|
|
|
|
|
Returns : |
void (*org_freedesktop_indicator_get_indicator_property_group_reply) (DBusGProxy *proxy, char * *OUT_values, GError *error, gpointer userdata);
|
|
|
|
|
|
|
void (*org_freedesktop_indicator_get_indicator_property_reply) (DBusGProxy *proxy, char *OUT_value, GError *error, gpointer userdata);
|
|
|
|
|
|
|
gboolean org_freedesktop_indicator_show_indicator_to_user (DBusGProxy *proxy, const guint IN_id);
|
|
|
|
Returns : |
DBusGProxyCall * org_freedesktop_indicator_show_indicator_to_user_async (DBusGProxy *proxy, const guint IN_id, org_freedesktop_indicator_show_indicator_to_user_reply callback);
|
|
|
|
|
|
Returns : |
void (*org_freedesktop_indicator_show_indicator_to_user_reply) (DBusGProxy *proxy, GError *error, gpointer userdata);
|
|
|
|
|
"desktop"
property"desktop" gchar* : Read / Write
The desktop file representing this server.
Default value: ""
"type"
property"type" gchar* : Read / Write
The type of indicators that this server will provide.
Default value: ""
"hide"
signalvoid user_function (IndicateIndicator *indicateindicator, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"modified"
signalvoid user_function (IndicateIndicator *indicateindicator, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"show"
signalvoid user_function (IndicateIndicator *indicateindicator, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"user-display"
signalvoid user_function (IndicateIndicator *indicateindicator, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"indicator-added"
signalvoid user_function (IndicateListener *indicatelistener, gpointer arg1, gpointer arg2, gchar *arg3, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"indicator-modified"
signalvoid user_function (IndicateListener *indicatelistener, gpointer arg1, gpointer arg2, gchar *arg3, gchar *arg4, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"indicator-removed"
signalvoid user_function (IndicateListener *indicatelistener, gpointer arg1, gpointer arg2, gchar *arg3, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |
"server-added"
signalvoid user_function (IndicateListener *indicatelistener, gpointer arg1, gchar *arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"server-removed"
signalvoid user_function (IndicateListener *indicatelistener, gpointer arg1, gchar *arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"indicator-added"
signalvoid user_function (IndicateServer *indicateserver, guint arg1, gchar *arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"indicator-modified"
signalvoid user_function (IndicateServer *indicateserver, guint arg1, gchar *arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"indicator-removed"
signalvoid user_function (IndicateServer *indicateserver, guint arg1, gchar *arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |
"interest-added"
signalvoid user_function (IndicateServer *indicateserver, guint arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"interest-removed"
signalvoid user_function (IndicateServer *indicateserver, guint arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"server-display"
signalvoid user_function (IndicateServer *indicateserver, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"server-hide"
signalvoid user_function (IndicateServer *indicateserver, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"server-show"
signalvoid user_function (IndicateServer *indicateserver, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |