X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfiledescriptorbased.c;h=a0ae22241d30588039077b44248db6ab3ab5cbfc;hb=c8d10470939847069b1a346d4c44f2adde3469f6;hp=c19da4457b4a9b8849c2825b0f18d652cb4ec82e;hpb=69801f8dc84c0c9403df6802eccc5d03328cd3ae;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gfiledescriptorbased.c b/gio/gfiledescriptorbased.c index c19da44..a0ae222 100644 --- a/gio/gfiledescriptorbased.c +++ b/gio/gfiledescriptorbased.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Christian Kellner */ @@ -24,17 +22,20 @@ #include "gfiledescriptorbased.h" #include "glibintl.h" -#include "gioalias.h" /** * SECTION:gfiledescriptorbased * @short_description: Interface for file descriptor based IO - * @include: gio/gio.h + * @include: gio/gfiledescriptorbased.h * @see_also: #GInputStream, #GOutputStream * * #GFileDescriptorBased is implemented by streams (implementations of * #GInputStream or #GOutputStream) that are based on file descriptors. * + * Note that `` belongs to the UNIX-specific + * GIO interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config + * file when using it. + * * Since: 2.24 * **/ @@ -68,7 +69,3 @@ g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based) return (* iface->get_fd) (fd_based); } - - -#define __G_FILE_DESCRIPTOR_BASED_C__ -#include "gioaliasdef.c"