properties_list
Description:
This functiong gets a list of the names of all the properties that are set on this menu item.
This data on the list is owned by the menuitem but the list is not and should be freed using g_list_free when the calling function is done with it.
Parameters:
this |
Menuitem to list the properties on |
Returns:
A list of strings or NULL if there are none. |