libnm-glib: fix glib-mkenums warnings

glib-mkenums doesn't parse /*< public >*/ and /*< private >*/, and in
fact, it warns about them, so don't write it that way.
This commit is contained in:
Dan Winship 2014-02-28 16:13:22 -05:00
parent e4a8cfd502
commit 74809e64cc

View file

@ -86,10 +86,10 @@ typedef enum /*< flags >*/ {
* information to UI programs.
**/
typedef enum {
/*< private >*/
/* private */
NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST = 0x1000,
/*< public >*/
/* public */
NM_VPN_PLUGIN_UI_INTERFACE_PROP_NAME = NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST,
NM_VPN_PLUGIN_UI_INTERFACE_PROP_DESC,
NM_VPN_PLUGIN_UI_INTERFACE_PROP_SERVICE