aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 13:54:54 -0500
committerTed Gould <ted@gould.cx>2010-08-12 13:54:54 -0500
commit468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0 (patch)
tree3e89a157af291569c2f48e27063832fbeb6e0cee /bindings
parent47aa858c1685343913f14629ef48e50f699d27e7 (diff)
parent0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (diff)
downloadlibayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.tar.gz
libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.tar.bz2
libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.zip
* New upstream release.
* Adding label support into the library * Adding label support into the indicator * Allow the icon theme path to be changed dynamically (LP: #607831) * Rebuild with the new gobject introspection
Diffstat (limited to 'bindings')
-rw-r--r--bindings/Makefile.in2
-rw-r--r--bindings/mono/Makefile.in2
-rw-r--r--bindings/mono/examples/Makefile.in2
-rw-r--r--bindings/mono/libappindicator-api.raw23
-rw-r--r--bindings/python/Makefile.in2
5 files changed, 28 insertions, 3 deletions
diff --git a/bindings/Makefile.in b/bindings/Makefile.in
index 8075da5..9b443c8 100644
--- a/bindings/Makefile.in
+++ b/bindings/Makefile.in
@@ -187,6 +187,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PYGTK_CODEGEN = @PYGTK_CODEGEN@
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
PYTHON = @PYTHON@
diff --git a/bindings/mono/Makefile.in b/bindings/mono/Makefile.in
index 7c36f5d..a94893f 100644
--- a/bindings/mono/Makefile.in
+++ b/bindings/mono/Makefile.in
@@ -215,6 +215,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PYGTK_CODEGEN = @PYGTK_CODEGEN@
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
PYTHON = @PYTHON@
diff --git a/bindings/mono/examples/Makefile.in b/bindings/mono/examples/Makefile.in
index 3148d40..e77dc08 100644
--- a/bindings/mono/examples/Makefile.in
+++ b/bindings/mono/examples/Makefile.in
@@ -148,6 +148,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PYGTK_CODEGEN = @PYGTK_CODEGEN@
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
PYTHON = @PYTHON@
diff --git a/bindings/mono/libappindicator-api.raw b/bindings/mono/libappindicator-api.raw
index 1609613..c0067ac 100644
--- a/bindings/mono/libappindicator-api.raw
+++ b/bindings/mono/libappindicator-api.raw
@@ -24,9 +24,9 @@
<property name="PROP_ID_S" cname="PROP_ID_S" type="gchar*" readable="true" writeable="true" construct-only="true" />
<property name="PROP_CATEGORY_S" cname="PROP_CATEGORY_S" type="gchar*" readable="true" writeable="true" construct-only="true" />
<property name="PROP_STATUS_S" cname="PROP_STATUS_S" type="gchar*" readable="true" writeable="true" />
- <property name="PROP_ICON_NAME_S" cname="PROP_ICON_NAME_S" type="gchar*" readable="true" writeable="true" />
+ <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-only="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" />
<signal when="LAST" field_name="new_icon">
@@ -72,6 +72,14 @@
<parameter type="GtkStatusIcon*" name="status_icon" />
</parameters>
</virtual_method>
+ <signal when="LAST" field_name="new_icon_theme_path">
+ <return-type type="void" />
+ <parameters>
+ <parameter type="AppIndicator*" name="indicator" />
+ <parameter type="const-gchar*" name="icon_theme_path" />
+ <parameter type="gpointer" name="user_data" />
+ </parameters>
+ </signal>
<method name="GetAttentionIcon" cname="app_indicator_get_attention_icon">
<return-type type="const-gchar*" />
</method>
@@ -81,6 +89,9 @@
<method name="GetIcon" cname="app_indicator_get_icon">
<return-type type="const-gchar*" />
</method>
+ <method name="GetIconThemePath" cname="app_indicator_get_icon_theme_path">
+ <return-type type="const-gchar*" />
+ </method>
<method name="GetId" cname="app_indicator_get_id">
<return-type type="const-gchar*" />
</method>
@@ -105,7 +116,7 @@
<parameter type="const-gchar*" name="id" />
<parameter type="const-gchar*" name="icon_name" />
<parameter type="AppIndicatorCategory" name="category" />
- <parameter type="const-gchar*" name="icon_path" />
+ <parameter type="const-gchar*" name="icon_theme_path" />
</parameters>
</constructor>
<method name="SetAttentionIcon" cname="app_indicator_set_attention_icon">
@@ -120,6 +131,12 @@
<parameter type="const-gchar*" name="icon_name" />
</parameters>
</method>
+ <method name="SetIconThemePath" cname="app_indicator_set_icon_theme_path">
+ <return-type type="void" />
+ <parameters>
+ <parameter type="const-gchar*" name="icon_theme_path" />
+ </parameters>
+ </method>
<method name="SetMenu" cname="app_indicator_set_menu">
<return-type type="void" />
<parameters>
diff --git a/bindings/python/Makefile.in b/bindings/python/Makefile.in
index 752d94f..de4208d 100644
--- a/bindings/python/Makefile.in
+++ b/bindings/python/Makefile.in
@@ -212,6 +212,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PYGTK_CODEGEN = @PYGTK_CODEGEN@
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
PYTHON = @PYTHON@