Doc: fix some gtk-doc warnings

https://bugzilla.gnome.org/show_bug.cgi?id=755364
This commit is contained in:
Xavier Claessens
2015-09-21 13:24:44 -04:00
parent 7dd9ffbcff
commit 2331437df3
6 changed files with 23 additions and 4 deletions

View File

@@ -341,10 +341,10 @@ GLIB_DEPRECATED_FOR(g_value_take_param)
void g_value_set_param_take_ownership (GValue *value,
GParamSpec *param);
GLIB_AVAILABLE_IN_2_36
const GValue * g_param_spec_get_default_value (GParamSpec *param);
const GValue * g_param_spec_get_default_value (GParamSpec *pspec);
GLIB_AVAILABLE_IN_2_46
GQuark g_param_spec_get_name_quark (GParamSpec *param);
GQuark g_param_spec_get_name_quark (GParamSpec *pspec);
/* --- convenience functions --- */
typedef struct _GParamSpecTypeInfo GParamSpecTypeInfo;