Beispiel #1
0
static VALUE
volume_should_automount(VALUE self)
{
        return CBOOL2RVAL(g_volume_should_automount(_SELF(self)));
}
static VALUE
rg_s_path_is_absolute_p(G_GNUC_UNUSED VALUE self, VALUE fname)
{
    return CBOOL2RVAL(g_path_is_absolute(RVAL2CSTR(fname)));
}
Beispiel #3
0
static VALUE
appinfo_supports_uris(VALUE self)
{
        return CBOOL2RVAL(g_app_info_supports_uris(_SELF(self)));
}
Beispiel #4
0
static VALUE
rg_m_dest_get_track_motion(G_GNUC_UNUSED VALUE self, VALUE widget)
{
    return CBOOL2RVAL(gtk_drag_dest_get_track_motion(RVAL2WIDGET(widget)));
}
static VALUE
rg_expand_p(VALUE self)
{
    return CBOOL2RVAL(gtk_tool_item_get_expand(_SELF(self)));
}
static VALUE
rg_popup_is_open_p(VALUE self)
{
    return CBOOL2RVAL(poppler_annot_markup_get_popup_is_open(SELF(self)));
}
Beispiel #7
0
static VALUE
rg_closed_p(VALUE self)
{
        return CBOOL2RVAL(g_output_stream_is_closed(_SELF(self)));
}
Beispiel #8
0
static VALUE
rg_single_paragraph_mode_p(VALUE self)
{
    return CBOOL2RVAL(pango_layout_get_single_paragraph_mode(_SELF(self)));
}
Beispiel #9
0
static VALUE
rg_grab_focus(VALUE self)
{
    return CBOOL2RVAL(atk_component_grab_focus(_SELF(self)));
}
Beispiel #10
0
static VALUE
rg_justify_p(VALUE self)
{
    return CBOOL2RVAL(pango_layout_get_justify(_SELF(self)));
}
Beispiel #11
0
static VALUE
rg_auto_dir_p(VALUE self)
{
    return CBOOL2RVAL(pango_layout_get_auto_dir(_SELF(self)));
}
static VALUE
rg_disabled_p(VALUE self)
{
    return CBOOL2RVAL(gdk_pixbuf_format_is_disabled(_SELF(self)));
}
static VALUE
rg_scalable_p(VALUE self)
{
    return CBOOL2RVAL(gdk_pixbuf_format_is_scalable(_SELF(self)));
}
Beispiel #14
0
static VALUE
rg_has_attachments_p(VALUE self)
{
    return CBOOL2RVAL(poppler_document_has_attachments(RVAL2DOC(self)));
}
Beispiel #15
0
static VALUE
unixmount_guess_can_eject(VALUE self)
{
        return CBOOL2RVAL(g_unix_mount_guess_can_eject(_SELF(self)));
}
Beispiel #16
0
static VALUE
unixmount_guess_should_display(VALUE self)
{
        return CBOOL2RVAL(g_unix_mount_guess_should_display(_SELF(self)));
}
Beispiel #17
0
static VALUE
rg_get_tab_detachable(VALUE self, VALUE child)
{
    return CBOOL2RVAL(gtk_notebook_get_tab_detachable(_SELF(self), 
                                                      RVAL2GTKWIDGET(child)));
}
Beispiel #18
0
static VALUE
unixmountpoint_is_user_mountable(VALUE self)
{
        return CBOOL2RVAL(g_unix_mount_point_is_user_mountable(_SELF(self)));
}
static VALUE
rc_get_show_numbers(VALUE self)
{
    return CBOOL2RVAL(gtk_recent_chooser_get_show_numbers(_SELF(self)));
}
Beispiel #20
0
static VALUE
unixmountpoint_is_loopback(VALUE self)
{
        return CBOOL2RVAL(g_unix_mount_point_is_loopback(_SELF(self)));
}
Beispiel #21
0
static VALUE
rg_has_pending_p(VALUE self)
{
        return CBOOL2RVAL(g_output_stream_has_pending(_SELF(self)));
}
Beispiel #22
0
static VALUE
unixmountpoints_changed_since(G_GNUC_UNUSED VALUE self, VALUE time_read)
{
        return CBOOL2RVAL(g_unix_mount_points_changed_since(RVAL2GUINT64(time_read)));
}
static VALUE
rg_homogeneous_p(VALUE self)
{
    return CBOOL2RVAL(gtk_tool_item_get_homogeneous(_SELF(self)));
}
Beispiel #24
0
static VALUE
unix_is_mount_path_system_internal(G_GNUC_UNUSED VALUE self, VALUE mount_path)
{
        return CBOOL2RVAL(g_unix_is_mount_path_system_internal(RVAL2CSTR(mount_path)));
}
static VALUE
rg_use_drag_window_p(VALUE self)
{
    return CBOOL2RVAL(gtk_tool_item_get_use_drag_window(_SELF(self)));
}
Beispiel #26
0
static VALUE
unixmount_is_readonly(VALUE self)
{
        return CBOOL2RVAL(g_unix_mount_is_readonly(_SELF(self)));
}
Beispiel #27
0
static VALUE
appinfo_equal(VALUE self, VALUE other)
{
        return CBOOL2RVAL(g_app_info_equal(_SELF(self), _SELF(other)));
}
Beispiel #28
0
static VALUE
unixmount_is_system_internal(VALUE self)
{
        return CBOOL2RVAL(g_unix_mount_is_system_internal(_SELF(self)));
}
Beispiel #29
0
static VALUE
appinfo_should_show(VALUE self)
{
        return CBOOL2RVAL(g_app_info_should_show(_SELF(self)));
}
Beispiel #30
0
static VALUE
volume_can_mount(VALUE self)
{
        return CBOOL2RVAL(g_volume_can_mount(_SELF(self)));
}