summaryrefslogtreecommitdiff
path: root/src/meta/main.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2013-02-15 19:42:08 +0100
committerJasper St. Pierre <jstpierre@mecheye.net>2013-03-14 18:02:43 -0400
commite0b698d3651e502cded044d7fca6739e1a22efc8 (patch)
treee0ed0f6ec66732c66b2ef0ce8001ccb2dcf0e8f0 /src/meta/main.h
parentedeac1de09473809debc4d0b8c416f79dde8f500 (diff)
downloadmutter-e0b698d3651e502cded044d7fca6739e1a22efc8.tar.gz
Fix gobs of gtk-doc warnings
https://bugzilla.gnome.org/show_bug.cgi?id=676856
Diffstat (limited to 'src/meta/main.h')
-rw-r--r--src/meta/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/meta/main.h b/src/meta/main.h
index 256987e82..dd4e7f1d9 100644
--- a/src/meta/main.h
+++ b/src/meta/main.h
@@ -35,6 +35,11 @@ gboolean meta_get_replace_current_wm (void); /* Actually defined in util
void meta_set_wm_name (const char *wm_name);
void meta_set_gnome_wm_keybindings (const char *wm_keybindings);
+/**
+ * MetaExitCode:
+ * @META_EXIT_SUCCESS: Success
+ * @META_EXIT_ERROR: Error
+ */
typedef enum
{
META_EXIT_SUCCESS,