mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-12 04:27:50 -05:00
remove glib 1.2 adapter. It started to bitrot and wasn't used by anything anyway.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1104 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d7cdaf22a1
commit
9db70682d6
7 changed files with 12 additions and 620 deletions
|
|
@ -47,13 +47,9 @@ PA_C_DECL_BEGIN
|
|||
typedef struct pa_glib_mainloop pa_glib_mainloop;
|
||||
|
||||
/** Create a new GLIB main loop object for the specified GLIB main
|
||||
* loop context. The GLIB 2.0 version takes an argument c for the
|
||||
* loop context. Takes an argument c for the
|
||||
* GMainContext to use. If c is NULL the default context is used. */
|
||||
#if GLIB_MAJOR_VERSION >= 2
|
||||
pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
|
||||
#else
|
||||
pa_glib_mainloop *pa_glib_mainloop_new(void);
|
||||
#endif
|
||||
|
||||
/** Free the GLIB main loop object */
|
||||
void pa_glib_mainloop_free(pa_glib_mainloop* g);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue