all: use "int/char" instead of "gint/gchar" typedefs
This is also recommended by our checkpatch.pl script.
(cherry picked from commit 2929392855
)
This commit is contained in:
@@ -454,7 +454,7 @@ _context_object_new_do_cb (GObject *source_object,
|
||||
static GObject *
|
||||
_context_object_new_do (GType gtype,
|
||||
gboolean sync,
|
||||
const gchar *first_property_name,
|
||||
const char *first_property_name,
|
||||
va_list var_args)
|
||||
{
|
||||
gs_free_error GError *error = NULL;
|
||||
|
Reference in New Issue
Block a user