diff options
author | Ted Gould <ted@gould.cx> | 2012-02-15 11:36:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-15 11:36:32 -0600 |
commit | 387f0a7dc93b30a211b569746e951520f13fa9df (patch) | |
tree | d00023519498498c389f1c83f6cb745bcd67376a /libdbusmenu-glib/server.h | |
parent | 6719880bf5790e4eb3c998b79304161d0430f85e (diff) | |
parent | aeee68e0dd671630e9d1ffa4c8bee5dd78db2066 (diff) | |
download | libdbusmenu-387f0a7dc93b30a211b569746e951520f13fa9df.tar.gz libdbusmenu-387f0a7dc93b30a211b569746e951520f13fa9df.tar.bz2 libdbusmenu-387f0a7dc93b30a211b569746e951520f13fa9df.zip |
* New upstream release.
* Remove unused const on GStrv's
* Only free when there is data to free
* Ensure that we only return once even with error (LP: #929856)
* Fix an error on a failure to send properties (LP: #929707)
* Ensure the hash variant isn't NULL in the comparison (LP: #929710)
* Fix some of the issues with throwing criticals
* Ensure our tests fail if they throw criticals
* Parse and handle a11y descriptions
* Don't pass NULL to ATK
* Non-srcdir build fixes
Diffstat (limited to 'libdbusmenu-glib/server.h')
-rw-r--r-- | libdbusmenu-glib/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/server.h b/libdbusmenu-glib/server.h index 5feb09b..d482a10 100644 --- a/libdbusmenu-glib/server.h +++ b/libdbusmenu-glib/server.h @@ -167,7 +167,7 @@ void dbusmenu_server_set_text_direction (DbusmenuServer * DbusmenuStatus dbusmenu_server_get_status (DbusmenuServer * server); void dbusmenu_server_set_status (DbusmenuServer * server, DbusmenuStatus status); -const GStrv dbusmenu_server_get_icon_paths (DbusmenuServer * server); +GStrv dbusmenu_server_get_icon_paths (DbusmenuServer * server); void dbusmenu_server_set_icon_paths (DbusmenuServer * server, GStrv icon_paths); |