Home
last modified time | relevance | path

Searched refs:G_CONST_RETURN (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h117 G_CONST_RETURN gchar* g_strerror (gint errnum) G_GNUC_CONST;
118 G_CONST_RETURN gchar* g_strsignal (gint signum) G_GNUC_CONST;
275 G_CONST_RETURN gchar *g_strip_context (const gchar *msgid,
Dgmacros.in.h254 #define G_CONST_RETURN
256 #define G_CONST_RETURN const
Dgstrfuncs.c852 G_CONST_RETURN gchar*
1319 G_CONST_RETURN gchar*
2825 G_CONST_RETURN gchar *
/third_party/pulseaudio/src/pulsecore/
Dproplist-util.c48 static G_CONST_RETURN gchar* _g_get_application_name(void) PA_GCC_WEAKREF(g_get_application_name);
55 static G_CONST_RETURN gchar* _gtk_window_get_default_icon_name(void) PA_GCC_WEAKREF(gtk_window_get_…
/third_party/glib/glib/
Dgmacros.h931 #define G_CONST_RETURN GLIB_DEPRECATED_MACRO_IN_2_30_FOR(const) macro
933 #define G_CONST_RETURN const GLIB_DEPRECATED_MACRO_IN_2_30_FOR(const) macro
/third_party/glib/docs/reference/glib/
Dglib-sections.txt473 G_CONST_RETURN
/third_party/glib/
DNEWS13317 * More G_CONST_RETURN fixes
13371 * G_CONST_RETURN specification all over the place.
13397 * G_CONST_RETURN specification all over the place.
/third_party/gstreamer/gst_libav/
DChangeLog3554 libav: G_CONST_RETURN is deprecated since GLib 2.30
/third_party/gstreamer/gstreamer/
DChangeLog62133 element: don't use G_CONST_RETURN
62936 * don't use G_CONST_RETURN in public headers
62969 Use "const" instead G_CONST_RETURN
62970 G_CONST_RETURN will be deprecated soon.
63251 Use "const" instead G_CONST_RETURN
63252 G_CONST_RETURN will be deprecated soon.
/third_party/gstreamer/gstplugins_base/
DChangeLog39422 - use const instead of deprecated G_CONST_RETURN
101882 * don't use G_CONST_RETURN in public headers
103028 libs: replace G_CONST_RETURN with 'const'
103029 G_CONST_RETURN will be deprecated soon.
103198 libs: replace G_CONST_RETURN with 'const'
103199 G_CONST_RETURN will be deprecated soon.
/third_party/gstreamer/gstplugins_bad/
DChangeLog121795 - use const instead of deprecated G_CONST_RETURN
164953 wininetsrc: don't use G_CONST_RETURN