Home
last modified time | relevance | path

Searched refs:close_on_unref (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
Dgiochannel.c102 channel->close_on_unref = FALSE; in g_io_channel_init()
140 if (channel->close_on_unref) in g_io_channel_unref()
366 channel->close_on_unref = FALSE; /* Because we already did */ in g_io_channel_close()
426 channel->close_on_unref = FALSE; /* Because we already did */ in g_io_channel_shutdown()
874 channel->close_on_unref = do_close; in g_io_channel_set_close_on_unref()
894 return channel->close_on_unref; in g_io_channel_get_close_on_unref()
Dgiochannel.h130 guint close_on_unref : 1; /* Close the channel on final unref */ member
Dgiounix.c565 channel->close_on_unref = TRUE; /* must be after g_io_channel_init () */ in g_io_channel_new_file()
/external/bluetooth/glib/
DChangeLog.pre-2-02014 * glib/giounix.c: fixed an error in setting close_on_unref