diff options
author | Ted Gould <ted@gould.cx> | 2010-11-17 20:08:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-17 20:08:39 -0600 |
commit | 353802f51c23447bcc905767014dcc37b5b76e20 (patch) | |
tree | e88aa459deb3164cc4ce1b827c0bc33e3bb47512 | |
parent | 31034648055ad0fc3e022f43b3a3b3033972a008 (diff) | |
download | libdbusmenu-353802f51c23447bcc905767014dcc37b5b76e20.tar.gz libdbusmenu-353802f51c23447bcc905767014dcc37b5b76e20.tar.bz2 libdbusmenu-353802f51c23447bcc905767014dcc37b5b76e20.zip |
Adding deprecation comment to the documentation.
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c index a9036f0..d5d4d26 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -975,6 +975,7 @@ dbusmenu_menuitem_property_set_int (DbusmenuMenuitem * mi, const gchar * propert emitted by this function. Return value: A boolean representing if the property value was set. + Deprecated: Use dbusmenu_menuitem_property_set_variant() instead */ gboolean dbusmenu_menuitem_property_set_value (DbusmenuMenuitem * mi, const gchar * property, const GValue * value) @@ -1089,6 +1090,7 @@ dbusmenu_menuitem_property_get (DbusmenuMenuitem * mi, const gchar * property) exist. Return value: A GValue for the property. + Deprecated: Use dbusmenu_menuitem_property_get_variant() instead */ const GValue * dbusmenu_menuitem_property_get_value (DbusmenuMenuitem * mi, const gchar * property) |