Ryan Lortie
eeccd3866a
GDBusMenuModel: plug a leak of a GHashTable
2012-02-27 14:01:10 -05:00
David King
3e7f42654f
docs: Clarify how to unset a GFileInfo attribute
...
https://bugzilla.gnome.org/show_bug.cgi?id=592666
2012-02-26 22:22:05 -05:00
Thomas Hindoe Paaboel Andersen
4ce98d3b59
docs: g_file_new_tmp: template was renamed to tmpl
2012-02-26 07:35:12 -05:00
Jonh Wendell
abac7df573
Make some strings translatable
2012-02-25 18:58:09 -02:00
Jonh Wendell
feaf828a92
Fixed a typo
2012-02-25 10:18:40 -02:00
Daiki Ueno
21457abdcc
Hide global variable for signal ID in gdbusproxy.c.
...
Also a similar fix for gdbusserver.c.
https://bugzilla.gnome.org/show_bug.cgi?id=670721
2012-02-23 22:19:00 -05:00
Ryan Lortie
ed51975899
GApplication: add g_application_quit()
...
A long requested feature; this quits the application immediately,
ignoring the hold count.
https://bugzilla.gnome.org/show_bug.cgi?id=670485
2012-02-21 01:20:39 +01:00
David King
c5f8f6f8f4
docs: Fix GTlsBackend typo GTyep → GType
2012-02-21 01:10:54 +01:00
David King
a290fff9a2
docs: Fix GTlsDatabase typos
2012-02-21 01:10:54 +01:00
David King
c490a75a18
docs: Fix GApplicationCommandLine typo
2012-02-21 01:10:54 +01:00
David King
69ecc4b496
docs: Fix define typos in GApplication
2012-02-21 01:10:54 +01:00
David King
fba11825a3
docs: Fix typo in GActionGroup
2012-02-21 01:10:54 +01:00
David King
6129a1c2d5
docs: Fix GActionGroup exporter typo
2012-02-21 01:10:54 +01:00
David King
87c76bdbb6
docs: Remove some old GMenu documentation
2012-02-21 01:10:54 +01:00
David King
83392caa72
docs: Fix typo GAsyncReady → GAsyncResult
...
Also GSimpleAsyncReady → GSimpleAsyncResult.
2012-02-21 01:10:54 +01:00
David King
37fd4d86ab
docs: Remove mention of GFileAttributeValue
...
Instead mention GFileAttributeInfo.
2012-02-21 01:10:54 +01:00
David King
8ee2cadd7f
docs: Fix some GDBusConnection typos
2012-02-21 01:10:54 +01:00
David King
11154ff5c1
docs: Fix typo GConvertFlags → GConverterFlags
2012-02-21 01:10:54 +01:00
David King
59e1c77b8d
docs: Fix typo export → unexport
2012-02-21 01:10:54 +01:00
David King
13bc546657
docs: Fix GDBusProxy typo name → g-name
2012-02-21 01:10:54 +01:00
David King
ae3ae3699b
docs: Fix typo in GFileInputStream
...
g_seekable_stream_can_seek() → g_seekable_can_seek().
2012-02-21 01:10:54 +01:00
David King
e70b72f5a1
docs: Fix method names in GMenu and GMenuModel
2012-02-21 01:10:54 +01:00
David King
43a3a5edfc
docs: Fix GNetworkAddress typo
...
g_network_address_parse_host() → g_network_address_parse().
2012-02-21 01:10:54 +01:00
David King
4653c6074f
docs: Add documentation for supports_hostname in GProxy
...
Also fix a typo has → as.
2012-02-21 01:10:54 +01:00
David King
5d64eb4cb8
docs: Correct GSocketClient::event link
2012-02-21 01:10:54 +01:00
David King
2616b6eb8e
docs: Fix some typos in GVolume
2012-02-21 01:10:54 +01:00
David King
07dc3db69a
docs: Fix GFileAttribute link in GFileInfo
2012-02-21 01:10:54 +01:00
David King
8c8657ac34
docs: Correct GUnixMount → GUnixMountEntry
2012-02-21 01:10:54 +01:00
Ryan Lortie
31936039b0
GApplication: disable a broken test
...
This test made some invalid assumptions that are no longer true.
Disable it until we can figure out a better way.
2012-02-21 01:10:53 +01:00
Dan Winship
726257ab97
gsocket: add g_socket_condition_timed_wait()
...
https://bugzilla.gnome.org/show_bug.cgi?id=667755
2012-02-20 18:29:51 -05:00
David King
17e7c85d8f
docs: Fix g_drive_get_identifier() typo
2012-02-18 11:20:27 +00:00
David King
b50863aafa
docs: Add GIOModuleScope and GIOModuleScopeFlags
...
Fix some typos and add GIOModuleScope and GIOModuleScopeFlags to
gio-sections.txt.
2012-02-18 11:11:52 +00:00
David King
4e6c2b88b9
docs: Typo fix GInitiable → GInitable
2012-02-18 09:25:36 +00:00
David King
c29d7d7f53
docs: Typo fixes for GMount
2012-02-18 09:22:31 +00:00
David King
29f3e40e4e
docs: Fix a typo in the GSeekable documentation
2012-02-17 16:12:27 +00:00
Ravi Sankar Guntur
275731e200
gio: fix memory leak in g_buffered_output_stream_write_async()
...
https://bugzilla.gnome.org/show_bug.cgi?id=670085
Signed-off-by: Ravi Sankar Guntur <ravi.g@samsung.com>
2012-02-16 10:19:23 -05:00
Dan Winship
ca05902a58
Add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS
...
Add new macros to disable -Wdeprecated-declarations around a piece of
code, using the C99 (and GNU89) _Pragma() operator. Replace the
existing use of #pragma for this in gio, and suppress the warnings in
gvaluearray.c as well.
https://bugzilla.gnome.org/show_bug.cgi?id=669671
2012-02-15 09:54:38 -05:00
Murray Cumming
d4992b3d10
g_application_activate(): Fix typo in docs.
2012-02-15 11:53:03 +01:00
Giovanni Campagna
5b8a6900d3
GDataInputStream: don't segfault on async line reads
...
If an async line read fails, it returns NULL. In that case, we
must return NULL before validating the line, or we segfault.
https://bugzilla.gnome.org/show_bug.cgi?id=658484
2012-02-14 19:04:07 +01:00
Javier Jardón
7e657d1e5c
docs: Fix some typos in gwin32inputstream
2012-02-10 20:09:20 +00:00
Marc-André Lureau
704a2ca02d
socket/win32: flush pending read before signaling HUP
...
Unix and Windows gio GSocket behaves differently when the socket is
closed by the peer. On Unix, the client receives pending data before
receiving HUP. But on Windows, the HUP may come before, resulting in
unreliable and racy code. We should have same behaviour on all
platforms.
According to MSDN documentation: "an application should check for
remaining data upon receipt of FD_CLOSE to avoid any possibility of
losing data."
https://bugzilla.gnome.org/show_bug.cgi?id=669810
2012-02-10 19:07:29 +01:00
Marc-André Lureau
6ca817c3f2
gio/tests: add /socket/close_graceful test
...
Add a test to check that remaining data is read before the close
event is received.
https://bugzilla.gnome.org/show_bug.cgi?id=669810
2012-02-10 19:07:29 +01:00
Chun-wei Fan
b17b135d9f
Dist gio/gconstructor_as_data.h
...
This will avoid a dependency on a PERL installation for Visual Studio
builds.
Checked with mclasen in
https://bugzilla.gnome.org/show_bug.cgi?id=669538#c2
2012-02-10 08:57:21 +08:00
Chun-wei Fan
d4e3ae990c
Bug 669538-glib-compile-resources.c: Include io.h on Windows
...
This is needed for close() on Windows (Visual C++ specifically) so that
no C4013 (aka Implicit declaration of ...) errors/warnings will be emitted.
2012-02-10 08:53:52 +08:00
Richard Hughes
52d0460096
Allow multiple --sourcedir options to glib-compile-resources
2012-02-09 17:24:43 +00:00
Ryan Lortie
40e9192d72
GApplication: put non-unique apps on D-Bus
...
For a number of reasons it might be useful to register the object paths
associated with a non-unique application so that the application can at
least field requests to its unique D-Bus name.
https://bugzilla.gnome.org/show_bug.cgi?id=647986
2012-02-09 12:15:49 -05:00
Dan Winship
ca5ed93fde
glocalfile: fix error code when opening a directory on win32
...
g_file_read() was returning G_IO_ERROR_IS_DIRECTORY when you tried to
open a directory on unix, but G_IO_ERROR_PERMISSION_DENIED on win32.
Fix that, and add a test to tests/file.c
Pointed out on IRC by Paweł Forysiuk.
https://bugzilla.gnome.org/show_bug.cgi?id=669330
2012-02-09 06:48:12 -05:00
David Zeuthen
a067df5d72
GDBusProxy: Add G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES flag
...
This is useful when using certain D-Bus services where the
PropertiesChanged signal does not include the property value such as
e.g. various systemd mechanisms, see e.g.
https://bugs.freedesktop.org/show_bug.cgi?id=37632
Signed-off-by: David Zeuthen <davidz@redhat.com>
2012-02-08 12:49:22 -05:00
Jesse van den Kieboom
1370804f2b
Retrieve cwd and environ in local GApplicationCommandLine
...
https://bugzilla.gnome.org/show_bug.cgi?id=669689
2012-02-08 17:43:53 +01:00
Dan Winship
46affb0cd8
gio: update .gitignore
2012-02-08 08:51:34 -05:00