diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 16:04:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 16:04:58 -0600 |
commit | 2706502837db2f630ca54b5371d3fa01cb14e34e (patch) | |
tree | 2eca17371e7cb532c230fe62dd3fef31ba2402f5 /bindings | |
parent | 86419fbda78c03528f96fcb17602276b2d2cfc3f (diff) | |
parent | 67140a70be29d91ccfca36095b6d393acfbd901a (diff) | |
download | libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.tar.gz libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.tar.bz2 libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.zip |
Intial release.
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/mono/libappindicator-api.raw | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bindings/mono/libappindicator-api.raw b/bindings/mono/libappindicator-api.raw index 115c7cf..203f141 100644 --- a/bindings/mono/libappindicator-api.raw +++ b/bindings/mono/libappindicator-api.raw @@ -27,14 +27,11 @@ <property name="PROP_ICON_NAME_S" cname="PROP_ICON_NAME_S" type="gchar*" readable="true" writeable="true" construct="true" /> <property name="PROP_ATTENTION_ICON_NAME_S" cname="PROP_ATTENTION_ICON_NAME_S" type="gchar*" readable="true" writeable="true" /> <property name="PROP_ICON_THEME_PATH_S" cname="PROP_ICON_THEME_PATH_S" type="gchar*" readable="true" writeable="true" construct="true" /> - <property name="PROP_MENU_S" cname="PROP_MENU_S" type="DbusGObjectPath" readable="true" /> <property name="PROP_CONNECTED_S" cname="PROP_CONNECTED_S" type="gboolean" readable="true" /> <property name="PROP_LABEL_S" cname="PROP_LABEL_S" type="gchar*" readable="true" writeable="true" /> <property name="PROP_LABEL_GUIDE_S" cname="PROP_LABEL_GUIDE_S" type="gchar*" readable="true" writeable="true" /> <property name="PROP_ORDERING_INDEX_S" cname="PROP_ORDERING_INDEX_S" type="guint" readable="true" writeable="true" /> - <property name="PROP_X_ORDERING_INDEX_S" cname="PROP_X_ORDERING_INDEX_S" type="guint" readable="true" writeable="true" /> - <property name="PROP_X_LABEL_S" cname="PROP_X_LABEL_S" type="gchar*" readable="true" writeable="true" /> - <property name="PROP_X_LABEL_GUIDE_S" cname="PROP_X_LABEL_GUIDE_S" type="gchar*" readable="true" writeable="true" /> + <property name="PROP_DBUS_MENU_SERVER_S" cname="PROP_DBUS_MENU_SERVER_S" type="DbusmenuServer" readable="true" writeable="true" /> <signal when="LAST" field_name="new_icon"> <return-type type="void" /> <parameters> @@ -95,6 +92,13 @@ <parameter type="GtkStatusIcon*" name="status_icon" /> </parameters> </virtual_method> + <method name="BuildMenuFromDesktop" cname="app_indicator_build_menu_from_desktop"> + <return-type type="void" /> + <parameters> + <parameter type="const-gchar*" name="desktop_file" /> + <parameter type="const-gchar*" name="desktop_profile" /> + </parameters> + </method> <method name="GetAttentionIcon" cname="app_indicator_get_attention_icon"> <return-type type="const-gchar*" /> </method> |