mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Add notes about being UNIX-specific
svn path=/trunk/; revision=7756
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2008-12-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdesktopappinfo.c:
|
||||
* gunixmounts.c:
|
||||
* gunixinputstream.c:
|
||||
* gunixoutputstream.c: Add a note about being UNIX-specific.
|
||||
|
||||
2008-12-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.19.3 ===
|
||||
|
@@ -52,8 +52,11 @@
|
||||
*
|
||||
* #GDesktopAppInfo is an implementation of #GAppInfo based on
|
||||
* desktop files.
|
||||
*
|
||||
**/
|
||||
*
|
||||
* Note that GDesktopAppInfo belongs to the UNIX-specific GIO interfaces,
|
||||
* thus you have to use the <filename>gio-unix-2.0.pc</filename> pkg-config
|
||||
* file when using it.
|
||||
*/
|
||||
|
||||
#define DEFAULT_APPLICATIONS_GROUP "Default Applications"
|
||||
#define ADDED_ASSOCIATIONS_GROUP "Added Associations"
|
||||
|
@@ -49,7 +49,11 @@
|
||||
* #GUnixInputStream implements #GInputStream for reading from a
|
||||
* UNIX file descriptor, including asynchronous operations. The file
|
||||
* descriptor must be selectable, so it doesn't work with opened files.
|
||||
**/
|
||||
*
|
||||
* Note that <filename><gio/gunixinputstream.h></filename> belongs
|
||||
* to the UNIX-specific GIO interfaces, thus you have to use the
|
||||
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
|
||||
*/
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
|
@@ -63,7 +63,10 @@ static const char *_resolve_dev_root (void);
|
||||
*
|
||||
* Routines for managing mounted UNIX mount points and paths.
|
||||
*
|
||||
**/
|
||||
* Note that <filename><gio/gunixmounts.h></filename> belongs to the
|
||||
* UNIX-specific GIO interfaces, thus you have to use the
|
||||
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
|
||||
*/
|
||||
|
||||
/*
|
||||
* GUnixMountType:
|
||||
|
@@ -49,7 +49,11 @@
|
||||
* #GUnixOutputStream implements #GOutputStream for writing to a
|
||||
* unix file descriptor, including asynchronous operations. The file
|
||||
* descriptor must be selectable, so it doesn't work with opened files.
|
||||
**/
|
||||
*
|
||||
* Note that <filename><gio/gunixoutputstream.h></filename> belongs
|
||||
* to the UNIX-specific GIO interfaces, thus you have to use the
|
||||
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
|
||||
*/
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
|
Reference in New Issue
Block a user