diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2013-02-15 19:42:08 +0100 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-03-14 18:02:43 -0400 |
commit | e0b698d3651e502cded044d7fca6739e1a22efc8 (patch) | |
tree | e0ed0f6ec66732c66b2ef0ce8001ccb2dcf0e8f0 /src/ui | |
parent | edeac1de09473809debc4d0b8c416f79dde8f500 (diff) | |
download | mutter-e0b698d3651e502cded044d7fca6739e1a22efc8.tar.gz |
Fix gobs of gtk-doc warnings
https://bugzilla.gnome.org/show_bug.cgi?id=676856
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/gradient.c | 6 | ||||
-rw-r--r-- | src/ui/theme-parser.c | 2 | ||||
-rw-r--r-- | src/ui/theme.c | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/gradient.c b/src/ui/gradient.c index 21ae422e4..d6e872fa4 100644 --- a/src/ui/gradient.c +++ b/src/ui/gradient.c @@ -172,6 +172,12 @@ meta_gradient_create_multi (int width, /** * meta_gradient_create_interwoven: (skip) + * @width: Width in pixels + * @height: Height in pixels + * @colors1: Array of colors + * @thickness1: Thickness + * @colors2: Array of colors + * @thickness2: Thickness * * Interwoven essentially means we have two vertical gradients, * cut into horizontal strips of the given thickness, and then the strips diff --git a/src/ui/theme-parser.c b/src/ui/theme-parser.c index 5711a3c43..c5b4308a3 100644 --- a/src/ui/theme-parser.c +++ b/src/ui/theme-parser.c @@ -4267,6 +4267,8 @@ keep_trying (GError **error) /** * meta_theme_load: (skip) + * @theme_name: + * @err: * */ MetaTheme* diff --git a/src/ui/theme.c b/src/ui/theme.c index 67697ec05..bf57016fb 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -6212,6 +6212,7 @@ meta_frame_type_from_string (const char *str) /** * meta_frame_type_to_string: + * @type: a #MetaFrameType * * Converts a frame type enum value to the name string that would * appear in the theme definition file. |