Ryan Lortie
ad79b0f8ef
GMenuModel: remove a type safety bug
...
There was a /* XXX */ in the code here to do proper typechecking of the
GVariant in the menu model when using g_menu_model_get_item_attribute().
We have g_variant_check_format_string() now, so use it.
2012-08-20 16:26:25 -04:00
David King
e70b72f5a1
docs: Fix method names in GMenu and GMenuModel
2012-02-21 01:10:54 +01:00
Matthias Clasen
b153e38ff0
GMenuModel: Flesh out the docs some more
2011-12-13 23:16:25 -05:00
Matthias Clasen
c14a3b3e9c
GMenu: purge references to GMenuProxy from the docs
2011-12-13 23:06:16 -05:00
Matthias Clasen
f40de4b152
Add some more since tags
2011-12-10 22:14:34 -05:00
Matthias Clasen
f109415d95
Add since tags
2011-12-10 20:47:22 -05:00
Matthias Clasen
eb09099f65
Minor doc improvements
2011-12-08 18:05:14 -05:00
Ryan Lortie
2c4ded15e5
g_menu_model_get_item_link: be careful with refs
...
Don't unref the hashtable until after we already take the ref on the
value that was contained in the hashtable, otherwise we may kill the
value.
2011-12-08 18:05:13 -05:00
Matthias Clasen
12a39a05d3
Add GMenuModel
2011-12-08 18:05:12 -05:00