mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio/: fully remove gioalias hacks
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include <gio/gcancellable.h>
|
||||
#include <gio/gioerror.h>
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
#define g_socket_input_stream_get_type _g_socket_input_stream_get_type
|
||||
G_DEFINE_TYPE (GSocketInputStream, g_socket_input_stream, G_TYPE_INPUT_STREAM);
|
||||
@@ -242,6 +241,3 @@ _g_socket_input_stream_new (GSocket *socket)
|
||||
{
|
||||
return G_SOCKET_INPUT_STREAM (g_object_new (G_TYPE_SOCKET_INPUT_STREAM, "socket", socket, NULL));
|
||||
}
|
||||
|
||||
#define __G_SOCKET_INPUT_STREAM_C__
|
||||
#include "gioaliasdef.c"
|
||||
|
Reference in New Issue
Block a user