fixed formatting for structs documentation that gtk-doc does not like
authorImran Zaman <imran.zaman@intel.com>
Thu, 13 Jun 2013 09:39:06 +0000 (12:39 +0300)
committerImran Zaman <imran.zaman@intel.com>
Thu, 13 Jun 2013 11:22:12 +0000 (14:22 +0300)
libgsignon-glib/signon-security-context.h

index 7ba4bdf..450dc48 100644 (file)
 
 G_BEGIN_DECLS
 
+typedef struct _SignonSecurityContext SignonSecurityContext;
+
 /**
  * SignonSecurityContext:
- *
- * Security context descriptor. Practically a string tuple.
- *
  * @sys_ctx: system context, such as SMACK-label, MSSF token or just a
  *           binary path.
  * @app_ctx: application context, such as a script or a web page.
+ *
+ * Security context descriptor. Practically a string tuple.
  */
-typedef struct _SignonSecurityContext
+struct _SignonSecurityContext
 {
     gchar *sys_ctx;
     gchar *app_ctx;
-} SignonSecurityContext;
+};
 
 /**
  * SignonSecurityContextList: