Alexander Larsson
fd6e388736
Don't set error here, since we fallback to polling monitor.
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.c (g_file_monitor_file):
Don't set error here, since we fallback to polling monitor.
svn path=/trunk/; revision=6307
2008-01-14 15:04:25 +00:00
Alexander Larsson
3690cb75a6
Add GError to file monitor calls
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.[ch]:
(g_file_monitor_directory):
(g_file_monitor_file):
Add GError to file monitor calls
* glocaldirectorymonitor.c:
* glocaldirectorymonitor.h:
* glocalfile.c:
* glocalfilemonitor.c:
* glocalfilemonitor.h:
* gunixmounts.c:
Update for above change
svn path=/trunk/; revision=6306
2008-01-14 15:00:31 +00:00
Alexander Larsson
a80b1120f1
Handle root correctly in g_file_get_relative_path ( #508719 )
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
(match_prefix):
Handle root correctly in g_file_get_relative_path (#508719 )
svn path=/trunk/; revision=6305
2008-01-14 14:55:27 +00:00
Alexander Larsson
f879f67a81
Clarify docs for g_uri_escape_string ( #508773 )
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* glib/gurifuncs.c:
Clarify docs for g_uri_escape_string (#508773 )
svn path=/trunk/; revision=6304
2008-01-14 14:39:28 +00:00
Alexander Larsson
2a5748310b
Clean up docs and example for GAsyncResult ( #508074 )
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gasyncresult.c:
Clean up docs and example for GAsyncResult (#508074 )
svn path=/trunk/; revision=6303
2008-01-14 14:12:48 +00:00
Luca Ferretti
0146e89d99
Updated Italian translation.
...
2008-01-13 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=6302
2008-01-13 11:53:24 +00:00
Djihed Afifi
a889641416
Updated Arabic Translation by Djihed Afifi.
...
svn path=/trunk/; revision=6301
2008-01-12 22:03:10 +00:00
Baris Cicek
a79ad21ce2
Updated Turkish Translation
...
svn path=/trunk/; revision=6300
2008-01-12 14:10:53 +00:00
Changwoo Ryu
2df3c405a8
Updated Korean translation.
...
svn path=/trunk/; revision=6299
2008-01-12 14:09:26 +00:00
Andre Klapper
bca51e6c4a
ALL_LINGUAS: remove line breaks from previous commit to get damned-lies
...
2008-01-12 Andre Klapper <a9016009@gmx.de>
* configure.in: ALL_LINGUAS: remove line breaks from previous
commit to get damned-lies stats correct again. Add Sinhala (si).
svn path=/trunk/; revision=6298
2008-01-12 13:33:22 +00:00
Tim Janik
9318ab51dd
Fixed copyright and credit for Asbjoern Pettersen.
...
svn path=/trunk/; revision=6297
2008-01-11 16:59:44 +00:00
Matthias Clasen
2cc67d528e
hook up testutils docs
...
svn path=/trunk/; revision=6296
2008-01-11 16:44:15 +00:00
Murray Cumming
85fc6345db
Clarify the sentence about GAsyncReadyCallback, and correct some spelling
...
2008-01-11 Murray Cumming <murrayc@murrayc.com>
* gfile.c: Clarify the sentence about GAsyncReadyCallback,
and correct some spelling mistakes. Bug #508108 .
svn path=/trunk/; revision=6295
2008-01-11 16:23:30 +00:00
Matthias Clasen
ef613614c9
Add a comment
...
svn path=/trunk/; revision=6294
2008-01-11 14:36:31 +00:00
Murray Cumming
30d6124e8a
GFileInfo description: Mention how to actually set attributes in a GFile
...
2008-01-10 Murray Cumming <murrayc@murrayc.com>
* gfileinfo.c: GFileInfo description: Mention
how to actually set attributes in a GFile and how to discover
which attributes are settable. Bug #508378 .
svn path=/trunk/; revision=6293
2008-01-11 14:15:07 +00:00
12:55:19 Tim Janik
b07304fd89
added g_base64_encode()/g_base64_decode() test case by Asbjoern
...
2008-01-11 12:55:19 Tim Janik <timj@imendio.com>
* tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
test case by Asbjoern <asbgpe@online.no>. fixed up coding style.
svn path=/trunk/; revision=6292
2008-01-11 11:57:15 +00:00
09:00:28 Tim Janik
902391e387
use mv/sed/rm on a temporary file instead of "sed -i" which is not
...
2008-01-11 09:00:28 Tim Janik <timj@imendio.com>
* glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
file instead of "sed -i" which is not portable enough.
svn path=/trunk/; revision=6291
2008-01-11 08:01:44 +00:00
A. Walton
d43b188954
Check for NULL content types.
...
2008-01-10 A. Walton <awalton@svn.gnome.org>
* gdesktopappinfo.c: (g_app_info_get_all_for_type),
(g_app_info_get_default_for_type):
Check for NULL content types.
svn path=/trunk/; revision=6290
2008-01-10 13:25:41 +00:00
Frederic Crozat
7fe31089ff
add rpc_pipefs to systemfs list ( #508309 ).
...
2008-01-10 Frederic Crozat <fcrozat@mandriva.com>
* gunixmounts.c: add rpc_pipefs to systemfs list (#508309 ).
svn path=/trunk/; revision=6289
2008-01-10 09:55:35 +00:00
Yair Hershkovitz
4772575ce4
updated hebrew translation
...
svn path=/trunk/; revision=6288
2008-01-09 17:41:37 +00:00
Murray Cumming
1a45f5167d
*_async() functions: Several small corrections to the documentation,
...
2008-01-09 Murray Cumming <murrayc@murrayc.com>
* gfile.c: *_async() functions: Several small corrections
to the documentation, mostly correcting copy/paste errors
and improving some sentences.
svn path=/trunk/; revision=6287
2008-01-09 17:04:06 +00:00
Dan Winship
e4d018f1dd
x86_64 fix
...
* glocalfile.c (get_unique_filename): x86_64 fix
svn path=/trunk/; revision=6286
2008-01-09 16:39:42 +00:00
Alexander Larsson
896ebed1a5
Add g_unix_mount_guess_should_display and use for unix volume monitor
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gunixmount.c:
* gunixmounts.[ch]:
Add g_unix_mount_guess_should_display and use
for unix volume monitor backend.
This means we more or less show what the
gnome-vfs backend did.
Based on patch from Padraig O'Briain
svn path=/trunk/; revision=6285
2008-01-09 15:45:56 +00:00
Alexander Larsson
47b8809e17
Add g_themed_icon_new_with_default_fallbacks
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gthemedicon.[ch]:
Add g_themed_icon_new_with_default_fallbacks
* gunixmounts.c:
Use default fallbacks for icons
svn path=/trunk/; revision=6284
2008-01-09 15:20:49 +00:00
Jorge Gonzalez Gonzalez
e00f20fae7
Updated Spanish translation
...
svn path=/trunk/; revision=6283
2008-01-09 14:57:03 +00:00
Alexander Larsson
e6ca690694
Change the API a bit so that unhandled methods get reported via the reply,
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio-marshal.list:
* gmountoperation.[ch]:
Change the API a bit so that unhandled methods
get reported via the reply, rather than by
the signal emission return value. This is because
some handlers can't know this immediately without
doing I/O, and this is an async operation that
should not block.
svn path=/trunk/; revision=6282
2008-01-09 14:43:41 +00:00
Alexander Larsson
91d7fdc186
Fix double free crash ( #508224 ) Patch from Joe Marcus Clarke
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* fam/fam-helper.c:
* fam/gfamdirectorymonitor.c:
* fam/gfamfilemonitor.c:
Fix double free crash (#508224 )
Patch from Joe Marcus Clarke
svn path=/trunk/; revision=6281
2008-01-09 08:08:43 +00:00
Alexander Larsson
9c95329347
Add gio/gio.h include to check for c++ problems.
...
2008-01-08 Alexander Larsson <alexl@redhat.com>
* tests/cxx-test.C:
Add gio/gio.h include to check for c++ problems.
svn path=/trunk/; revision=6280
2008-01-08 20:37:43 +00:00
Alexander Larsson
99a5be29bf
Remove GDirectoryMonitor refernces
...
2008-01-08 Alexander Larsson <alexl@redhat.com>
* gio/gio-docs.xml:
* gio/migrating.xml:
Remove GDirectoryMonitor refernces
svn path=/trunk/; revision=6278
2008-01-08 09:11:15 +00:00
Matthias Clasen
a23f2d81f5
bump version
...
svn path=/trunk/; revision=6269
2008-01-07 17:00:01 +00:00
Matthias Clasen
60c8bdfe8f
2.15.1
...
svn path=/trunk/; revision=6267
2008-01-07 16:47:36 +00:00
Luca Ferretti
e3ea86b5ac
remove deleted file gio/gdirectorymonitor.c
...
2008-01-07 Luca Ferretti <elle.uca@libero.it>
* POTFILES.in: remove deleted file gio/gdirectorymonitor.c
* it.po: Updated Italian translation.
svn path=/trunk/; revision=6266
2008-01-07 14:38:35 +00:00
Matthias Clasen
3ed44e0ce3
Updates
...
svn path=/trunk/; revision=6265
2008-01-07 14:09:12 +00:00
Alexander Larsson
6a3cdb7eb4
Fix warning ( #507835 )
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* gunixinputstream.c (g_unix_input_stream_skip_finish):
Fix warning (#507835 )
svn path=/trunk/; revision=6264
2008-01-07 13:58:37 +00:00
Alexander Larsson
361e0e9b1c
Pass --internal to glib-genmarshal
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
Pass --internal to glib-genmarshal
* gfilemonitor.c:
* gmountoperation.c:
* gio-marshal.list:
Use better types for signal arguments (#507822 )
svn path=/trunk/; revision=6263
2008-01-07 13:56:10 +00:00
Alexander Larsson
e23140cbb4
Build test subdir after . Remove gdirectorymonitor.[ch]
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
Build test subdir after .
Remove gdirectorymonitor.[ch]
* gdirectorymonitor.[ch]:
* gfilemonitor.c:
* gfile.[ch]:
* gio.h:
Remove GDirectoryMonitor and make
GFileMonitor the baseclass for both file and
directory monitors. Lift the more generic
rate limiting code from GDirectoryMonitor
into GFileMonitor.
* fam/fam-helper.c:
* fam/gfamdirectorymonitor.[ch]:
* inotify/ginotifydirectorymonitor.[ch]:
* inotify/inotify-helper.c:
* glocaldirectorymonitor.[ch]:
* glocalfile.c:
* gvolumemonitor.c:
Update for the removed GDirectoryMonitor.
* gmemoryoutputstream.c:
Remove ununsed variable
svn path=/trunk/; revision=6262
2008-01-07 13:42:08 +00:00
Priit Laes
052c660452
Translation updated by Ivar Smolin
...
2008-01-07 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=6261
2008-01-07 11:09:26 +00:00
Alexander Larsson
3fe87f016a
Translate error strings
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* gmemoryinputstream.c:
Translate error strings
* gio.symbols:
* gmemoryoutputstream.[ch]:
New implementation that avoids using GByteArray
in implementation and API. (#506377 )
svn path=/trunk/; revision=6260
2008-01-07 10:11:57 +00:00
Alexander Larsson
1a41a8c6c8
Add gio/test/Makefile to AC_CONFIG_FILES
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* configure.in:
Add gio/test/Makefile to AC_CONFIG_FILES
svn path=/trunk/; revision=6259
2008-01-07 08:57:29 +00:00
Matthias Clasen
5f1ac741c6
Updates
...
svn path=/trunk/; revision=6258
2008-01-07 06:19:27 +00:00
Matthias Clasen
3cbcbee7a6
Add some tests
...
svn path=/trunk/; revision=6257
2008-01-07 06:14:40 +00:00
Matthias Clasen
3905f14528
Mark strings for translation.
...
svn path=/trunk/; revision=6256
2008-01-07 05:18:17 +00:00
Matthias Clasen
1b2fe32904
Add a translator comment ( #503051 , Pedro de Medeiros)
...
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gregex.c: Add a translator comment (#503051 ,
Pedro de Medeiros)
svn path=/trunk/; revision=6255
2008-01-07 03:39:41 +00:00
Matthias Clasen
3f15a98f8d
Cope with gcc 4.3 changed 'extern inline' semantics. ( #315437 , patch by
...
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'
semantics. (#315437 , patch by Loïc Minier)
svn path=/trunk/; revision=6254
2008-01-07 03:08:37 +00:00
Matthias Clasen
6554c8509f
Fix fdwalk on OS X
...
svn path=/trunk/; revision=6253
2008-01-06 23:12:24 +00:00
Matthias Clasen
dbc8cd84c5
Document new dependencies
...
svn path=/trunk/; revision=6252
2008-01-06 17:48:41 +00:00
Matthias Clasen
ccbb383989
Require glib-2.0
...
svn path=/trunk/; revision=6251
2008-01-06 17:18:52 +00:00
Yair Hershkovitz
e02c1c513d
updated hebrew translation
...
svn path=/trunk/; revision=6250
2008-01-06 16:28:46 +00:00
Matthias Clasen
614f47792a
Small doc addition
...
svn path=/trunk/; revision=6249
2008-01-06 08:06:52 +00:00
Matthias Clasen
9569a7c002
Updates
...
svn path=/trunk/; revision=6248
2008-01-06 08:04:57 +00:00