summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation-x11.c
Commit message (Collapse)AuthorAgeFilesLines
* openbsd: properly set len for gtkmountoperation-x11Antoine Jacoutot2014-04-251-18/+19
| | | | | sysctl(3) is the correct way to get the lenght for len in this case. Also drop unused headers and change style to match the rest of the file.
* OpenBSD: use G_N_ELEMENTS instead of nitemsAntoine Jacoutot2012-07-091-4/+4
| | | | | | nitems is never guaranteed to be defined in sys/params.h as it is meant to be defined within a protected ifdef __KERNEL conditional. Use G_N_ELEMENTS from GLib which is the proper way of doing this.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* GMountOperation on OpenBSD: remove the need for kvm(3)Antoine Jacoutot2011-10-171-36/+32
| | | | | | | | kvm(3) is considered a deprecated interface, so make GMountOperation::show-processes use the recommended sysctl(3) interface instead. This also removes the need to link with libkvm. https://bugzilla.gnome.org/show_bug.cgi?id=661835
* gtkmountoperation-x11: unbreak compilation on OpenBSD.Antoine Jacoutot2011-09-211-0/+1
| | | | | Add missing header to prevent undeclared definitions. Bug #659565
* GMountOperation::show-processes support for OpenBSD using kvm(3)Jonathan Matthew2011-07-121-0/+100
|
* Silence new gcc warningsMatthias Clasen2011-01-231-3/+0
| | | | | gcc 4.6.0 has started to warn about set-but-unused variables. So don't do that, then.
* Miscellaneous string fixesPhilip Withnall2010-08-221-1/+1
| | | | Mostly capitalisation fixes. Closes: bgo#528257
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Fix casts in calls to g_utf8_validate()Michael Natterer2009-08-271-2/+2
| | | | The "end" parameter is (const gchar **), not (const gchar *).
* Preserve errno, and always use g_strerror()Christian Persch2009-08-241-2/+4
| | | | Bug #592461.
* Add a translator commentMatthias Clasen2009-07-191-0/+1
| | | | This fixes bug 589035.
* 2.17.32.17.3Matthias Clasen2009-07-071-0/+2
|
* Bug 587485 – GMountOperation::show-processes supportDavid Zeuthen2009-07-061-0/+967
- Add support for GMountOperation::show-processes - Implement process look up for the X11 target