X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgmain.h;h=603fdfc54b364d7b8a6a84aeabfb143032d99446;hb=0a4ee12c7a9dfc82443133dfb2b18fb411d79f48;hp=255a39b9b6c240b00e1db13eef2d2705a0cdb225;hpb=078dbda148a81af1b3a76fbda72f089b963087f1;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gmain.h b/glib/gmain.h index 255a39b..603fdfc 100644 --- a/glib/gmain.h +++ b/glib/gmain.h @@ -42,7 +42,7 @@ typedef enum /*< flags >*/ /** * GMainContext: * - * The GMainContext struct is an opaque data + * The `GMainContext` struct is an opaque data * type representing a set of sources to be handled in a main loop. */ typedef struct _GMainContext GMainContext; @@ -50,7 +50,7 @@ typedef struct _GMainContext GMainContext; /** * GMainLoop: * - * The GMainLoop struct is an opaque data type + * The `GMainLoop` struct is an opaque data type * representing the main event loop of a GLib or GTK+ application. */ typedef struct _GMainLoop GMainLoop; @@ -58,7 +58,7 @@ typedef struct _GMainLoop GMainLoop; /** * GSource: * - * The GSource struct is an opaque data type + * The `GSource` struct is an opaque data type * representing an event source. */ typedef struct _GSource GSource; @@ -71,7 +71,7 @@ typedef struct _GSourcePrivate GSourcePrivate; * @get: Called to extract the callback function and data from the * callback object. - * The GSourceCallbackFuncs struct contains + * The `GSourceCallbackFuncs` struct contains * functions for managing callback objects. */ typedef struct _GSourceCallbackFuncs GSourceCallbackFuncs; @@ -104,7 +104,7 @@ typedef struct _GSourceCallbackFuncs GSourceCallbackFuncs; * are needed for this type of event source. * @finalize: Called when the source is finalized. * - * The GSourceFuncs struct contains a table of + * The `GSourceFuncs` struct contains a table of * functions used to handle event sources in a generic manner. * * For idle sources, the prepare and check functions always return %TRUE