gtk-doc compatibility fix.
authorshort <>
Mon, 22 Sep 2003 07:20:29 +0000 (07:20 +0000)
committershort <>
Mon, 22 Sep 2003 07:20:29 +0000 (07:20 +0000)
src/libcaptive/client/parent-connector.h

index 0ffcde3..b7defb1 100644 (file)
@@ -50,7 +50,7 @@ struct _CaptiveParentConnectorIface {
        G_CONST_RETURN gchar *(*get_pathname)(CaptiveParentConnector *captive_parent_connector);
        };
 
-typedef enum captive_parent_connector_flag_want {
+typedef enum {
        CAPTIVE_PARENT_CONNECTOR_FLAG_WANT_ON,
        CAPTIVE_PARENT_CONNECTOR_FLAG_WANT_OFF,
        CAPTIVE_PARENT_CONNECTOR_FLAG_WANT_ANY,