X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgiotypes.h;h=de62cefa2bdc1c71aa7dbd19d5b4cf07c465b1ed;hb=356a3987cee7ceddcb3fe623edf0bd2881895add;hp=fdf7202355ecfbe721dfaf9a816f583fb42e6b0b;hpb=6ec2bb17c393c411a2182e865aa0979165dfbac5;p=platform%2Fupstream%2Fglib.git diff --git a/gio/giotypes.h b/gio/giotypes.h index fdf7202..de62cef 100644 --- a/gio/giotypes.h +++ b/gio/giotypes.h @@ -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: Alexander Larsson */ @@ -62,6 +60,7 @@ typedef struct _GSettings GSettings; typedef struct _GPermission GPermission; typedef struct _GMenuModel GMenuModel; +typedef struct _GNotification GNotification; /** * GDrive: @@ -137,6 +136,7 @@ typedef struct _GIOStream GIOStream; typedef struct _GPollableInputStream GPollableInputStream; /* Dummy typedef */ typedef struct _GPollableOutputStream GPollableOutputStream; /* Dummy typedef */ typedef struct _GResolver GResolver; + /** * GResource: * @@ -393,7 +393,7 @@ typedef gboolean (*GSocketSourceFunc) (GSocket *socket, * @size: the available size in @buffer. * * Structure used for scatter/gather data input. - * You generally pass in an array of #GInputVectors + * You generally pass in an array of #GInputVectors * and the operation will store the read data starting in the * first buffer, switching to the next as needed. * @@ -412,7 +412,7 @@ struct _GInputVector { * @size: the size of @buffer. * * Structure used for scatter/gather data output. - * You generally pass in an array of #GOutputVectors + * You generally pass in an array of #GOutputVectors * and the operation will use all the buffers as if they were * one buffer. * @@ -497,7 +497,7 @@ typedef struct _GDBusObjectManagerServer GDBusObjectManagerServer; * object proxy (if @interface_name is %NULL). * * This function is called in the - * thread-default main loop + * [thread-default main loop][g-main-context-push-thread-default] * that @manager was constructed in. * * Returns: A #GType to use for the remote object. The returned type @@ -513,6 +513,23 @@ typedef GType (*GDBusProxyTypeFunc) (GDBusObjectManagerClient *manager, typedef struct _GTestDBus GTestDBus; +/** + * GSubprocess: + * + * A child process. + * + * Since: 2.40 + */ +typedef struct _GSubprocess GSubprocess; +/** + * GSubprocessLauncher: + * + * Options for launching a child process. + * + * Since: 2.40 + */ +typedef struct _GSubprocessLauncher GSubprocessLauncher; + G_END_DECLS #endif /* __GIO_TYPES_H__ */