summaryrefslogtreecommitdiff
path: root/gio/giomodule.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-05Imported Upstream version 2.78.4upstream/2.78.4Mateusz Majewski1-8/+42
2024-02-02Imported Upstream version 2.73.3Mateusz Majewski1-30/+18
2024-01-03Imported Upstream version 2.72.3Karol Lewandowski1-3/+48
2021-10-29Imported Upstream version 2.69.2upstream/2.69.2DongHun Kwak1-0/+2
2021-10-29Imported Upstream version 2.69.1upstream/2.69.1DongHun Kwak1-2/+11
2021-10-29Imported Upstream version 2.69.0upstream/2.69.0DongHun Kwak1-2/+4
2021-10-29Imported Upstream version 2.68.1upstream/2.68.1DongHun Kwak1-1/+2
2021-10-29Imported Upstream version 2.67.3upstream/2.67.3DongHun Kwak1-15/+40
2021-10-29Imported Upstream version 2.67.2upstream/2.67.2DongHun Kwak1-10/+31
2021-10-29Imported Upstream version 2.67.1upstream/2.67.1DongHun Kwak1-0/+4
2021-10-29Imported Upstream version 2.67.0upstream/2.67.0DongHun Kwak1-20/+4
2021-10-29Imported Upstream version 2.66.5upstream/2.66.5DongHun Kwak1-4/+20
2021-10-29Imported Upstream version 2.65.3upstream/2.65.3DongHun Kwak1-0/+2
2021-10-29Imported Upstream version 2.65.1upstream/2.65.1DongHun Kwak1-10/+13
2021-10-29Imported Upstream version 2.65.0upstream/2.65.0DongHun Kwak1-2/+2
2021-10-29Imported Upstream version 2.64.5upstream/2.64.5DongHun Kwak1-9/+11
2019-12-03Imported Upstream version 2.61.2Hyunjee Kim1-2/+5
2019-12-03Imported Upstream version 2.61.0Hyunjee Kim1-2/+1
2019-12-03Imported Upstream version 2.60.5Hyunjee Kim1-0/+1
2019-12-03Imported Upstream version 2.59.1Hyunjee Kim1-2/+59
2019-12-03Imported Upstream version 2.57.2Hyunjee Kim1-4/+19
2019-12-03Imported Upstream version 2.57.1Hyunjee Kim1-2/+4
2019-12-03Imported Upstream version 2.55.2Hyunjee Kim1-0/+4
2019-12-03Imported Upstream version 2.55.1Hyunjee Kim1-6/+38
2019-12-03Imported Upstream version 2.55.0Hyunjee Kim1-2/+2
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
Change-Id: I620ef00381ff01f0dd7c6d644b3c0a88e29aaedb Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-09-29Imported Upstream version 2.53.1DongHun Kwak1-2/+2
Change-Id: Ib0e6300c6063e8d638e99eb22b58ddebf7768e79 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-05-19Imported Upstream version 2.51.5DongHun Kwak1-5/+13
Change-Id: If8ad379b8e3c0268a99759a5bf621c201926d3fe Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-05-19Imported Upstream version 2.51.3DongHun Kwak1-0/+2
Change-Id: I69068bfdeb46efddb7a09fa8c19386aedca2dd71 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-05-19Imported Upstream version 2.51.1DongHun Kwak1-3/+3
Change-Id: Id21981348a71b1395dc86225b819cd1ea103428e Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-02-03Imported Upstream version 2.50.2upstream/2.50.2DongHun Kwak1-5/+15
Change-Id: I83acaeb7a15edec96b064845383396695b865613 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-36/+56
Change-Id: Ie8c1fa7173d48588524ed4e85cffd9e9af340d97 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2015-03-06HTTP proxy supportPaolo Borelli1-0/+3
Based on code from "WockyHttpProxy" written by Nicolas Dufresne and Marc-André Lureau. Initial glib patch by Brian J. Murrell. https://bugzilla.gnome.org/show_bug.cgi?id=733876
2015-02-05docs: fix up docs issues in gio/Xavier Claessens1-0/+12
2014-12-05gio: Add GNetworkMonitor impl based on NetworkManagerBastien Nocera1-0/+2
Which implements the new GNetworkConnectivity property. https://bugzilla.gnome.org/show_bug.cgi?id=664562
2014-06-10gnextstepsettingsbackend: Use same token for function-call and its availabilityDaniel Macks1-1/+1
Availability of the g_nextstep_settings_backend_get_type() prototype is controlled by HAVE_COCOA in gsettingsbackendinternal.h and the actual implemenation by OS_COCOA in Makefile.am. Therefore, the giomodule.c call to that function should also be protected by a COCOA token rather than an CARBON token (cocoa and carbon are independent autoconf tests). https://bugzilla.gnome.org/show_bug.cgi?id=731425
2014-04-10giomodule: Add a NULL guard to extension_point_get_extension_by_nameDebarshi Ray1-0/+2
... otherwise a NULL input will lead to a crash in strcmp. https://bugzilla.gnome.org/show_bug.cgi?id=727964
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-2/+2
Instead of "Return value:".
2014-02-14docs: let go of &ast;Matthias Clasen1-2/+2
Since we are no longer using sgml mode, using /&ast; &ast;/ to escape block comments inside examples does not work anymore. Switch to using line comments with //
2014-02-14configure.ac: tweak inotify checkRyan Lortie1-1/+1
Our check for inotify_init1() being defined is broken. We happily declare that inotify is supported, even if the check fails. This was originally intended to check for inotify_init1 in the libc so that we could fall back to inotify_init if it was not yet defined. FreeBSD has a libinotify that emulates the inotify API via kqueue. It installs a <sys/inotify.h> header and requires linking to -linotify. We don't want to falsely detect working inotify in this case. Treat the lack of inotify_init1() in the libc as a lack of inotify support. This requires only a new libc -- we still support old kernels: in the case that inotify1_init() fails, we fall back to inotify_init(). https://bugzilla.gnome.org/show_bug.cgi?id=724330
2014-02-08Eradicate links and xrefsMatthias Clasen1-2/+2
These are all replaced by markdown ref links.
2014-02-05Don't use <envar> in docsMatthias Clasen1-3/+3
Switch to simpler markdown, `foo`.
2014-02-01Annotate all examples with their languageMatthias Clasen1-2/+2
The C ones, at least.
2014-02-01Docs: Big entity cleanupMatthias Clasen1-2/+2
Strip lots of entity use from |[ ]| examples (which are now implicit CDATA). Also remove many redundant uses of <!-- -->.
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-23giomodule: Allow overriding source directory gio modules are loaded fromStef Walter1-1/+6
When testing (and valgrinding) we need to have a known set of modules loaded. https://bugzilla.gnome.org/show_bug.cgi?id=711801
2013-11-11Revert "giomodule: Fix leaks in module loading"Stef Walter1-18/+10
This reverts commit dc72039c162e1ca6400f28f92dd8e090ce99bd3f. This depends on a patch that allows GTypeModule to be finalized. Lets put this back in bugzilla until that gets in.
2013-11-11giomodule: Fix leaks in module loadingStef Walter1-10/+18
https://bugzilla.gnome.org/show_bug.cgi?id=711798
2013-11-09giomodule: small typo in documentationMichael Catanzaro1-1/+1
2013-10-21Add gtk notification backendLars Uebernickel1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=688492